diff --git a/AGENTS.override.md b/AGENTS.override.md new file mode 100644 index 0000000..2acab96 --- /dev/null +++ b/AGENTS.override.md @@ -0,0 +1,7 @@ +# Agent Continuity Entry Point + +Read the existing `AGENTS.md` if present, then `docs/agent/PROJECT_KNOWLEDGE.md`, `docs/agent/INTEGRATIONS.md`, and `docs/agent/HANDOFF.md`. + +Continuity is part of every build. Before final verification, update durable context for material commands, environment-variable **names**, services, connectors, data sources, constraints, and decisions discovered. After verification, update the handoff if work is incomplete or blocked, including current state, affected files, tests and exact failures, environment state, approval required, and one executable next action. If complete, clear stale steps and set `Status: Complete — no active handoff`. + +Never record secrets, values, credentials, keys, customer data, or private infrastructure identifiers. Work autonomously on routine reversible repository tasks. Verify connectors with a harmless read. Pause for production, destructive/data writes, credentials/permissions, auth/security, billing, public publishing, or access outside the task. diff --git a/docs/agent/HANDOFF.md b/docs/agent/HANDOFF.md new file mode 100644 index 0000000..ee48a49 --- /dev/null +++ b/docs/agent/HANDOFF.md @@ -0,0 +1,21 @@ +# Work Handoff + +- Repository: `classicitbb/wiggly` +- Status: Baseline complete — no task-specific active handoff +- Last updated: 2026-08-24 + +## Current state + +Continuity context was generated from current repository evidence. + +## Exact next action + +Inspect the relevant implementation and tests for the next requested task; replace this baseline with exact continuation state if work remains. + +## Baseline verification + +Inspected available agent/status files, package manifest, README, environment example, Supabase configuration, and known hosting linkage. No build, test, deploy, or external operational write ran. + +## Incomplete-work fields + +Objective; state; completed steps; files; commands/tests and exact failures; environment; blocker; approval; one exact executable next action. diff --git a/docs/agent/INTEGRATIONS.md b/docs/agent/INTEGRATIONS.md new file mode 100644 index 0000000..e1082ca --- /dev/null +++ b/docs/agent/INTEGRATIONS.md @@ -0,0 +1,7 @@ +# Integrations and Connector Contract + +| Service | Purpose | Evidence | Write boundary | +|---|---|---|---| +| GitHub | Source/review | Verified | Branch and PR within task | + +Add services only when verified. Prefer authenticated MCP, then approved CLI/SDK, then controlled browser work. Verify target account/project with a harmless read. Keep credentials in approved secret systems. Production, data, auth/security, credential, billing, messaging, and destructive changes remain approval gates unless explicitly authorized. diff --git a/docs/agent/PROJECT_KNOWLEDGE.md b/docs/agent/PROJECT_KNOWLEDGE.md new file mode 100644 index 0000000..9b7e340 --- /dev/null +++ b/docs/agent/PROJECT_KNOWLEDGE.md @@ -0,0 +1,42 @@ +# Project Knowledge + +- Repository: `classicitbb/wiggly` +- Default branch: `main` +- Visibility: `public` +- Last verified: 2026-08-24 +- Business owner: Russell Hunte +- Existing instructions: none detected +- Existing status ledger: none detected + +## Purpose + +Needs verification from repository source. + +## Verified stack + +No recognized web manifest stack detected; inspect repository-specific tooling. + + + +## Commands + +| Script | Command | Implementation | +|---|---|---| +| None detected | — | Inspect project tooling | + +Commands are discovered from the manifest and were not run during this rollout. Use the committed lockfile/package manager. + +## Environment-variable names + +No environment example detected. + +Record names and purpose only. Update this file when code, configuration, architecture, or the project’s operational status changes. + +## Sources of truth + +- Code: this repository. +- Commands: manifests/lockfiles. +- Current work: `docs/agent/HANDOFF.md`. +- Rules: continuity override. +- Hosting: needs verification. +- Data/schema: needs verification.