Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions AGENTS.override.md
Original file line number Diff line number Diff line change
@@ -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.
21 changes: 21 additions & 0 deletions docs/agent/HANDOFF.md
Original file line number Diff line number Diff line change
@@ -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.
7 changes: 7 additions & 0 deletions docs/agent/INTEGRATIONS.md
Original file line number Diff line number Diff line change
@@ -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.
42 changes: 42 additions & 0 deletions docs/agent/PROJECT_KNOWLEDGE.md
Original file line number Diff line number Diff line change
@@ -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.