From 9323d19be94995976b8b564dd38c9bea0dcb5e6f Mon Sep 17 00:00:00 2001 From: classicitbb Date: Mon, 24 Aug 2026 08:30:04 -0400 Subject: [PATCH 1/4] Add customized agent continuity harness --- AGENTS.override.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 AGENTS.override.md 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. From 5056c78dfc1e7cad72f2b520e462d1f7c7b8b561 Mon Sep 17 00:00:00 2001 From: classicitbb Date: Mon, 24 Aug 2026 08:30:29 -0400 Subject: [PATCH 2/4] Add customized agent continuity harness --- docs/agent/PROJECT_KNOWLEDGE.md | 42 +++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/agent/PROJECT_KNOWLEDGE.md 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. From 0a58d0db9f164c6184c4ef68260422e59f98d643 Mon Sep 17 00:00:00 2001 From: classicitbb Date: Mon, 24 Aug 2026 08:30:49 -0400 Subject: [PATCH 3/4] Add customized agent continuity harness --- docs/agent/INTEGRATIONS.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/agent/INTEGRATIONS.md 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. From 0dcff9b25149f286f13ede0ca9e18cfcff26410c Mon Sep 17 00:00:00 2001 From: classicitbb Date: Mon, 24 Aug 2026 08:31:43 -0400 Subject: [PATCH 4/4] Add customized agent continuity harness --- docs/agent/HANDOFF.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/agent/HANDOFF.md 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.