From 9d1b86887e355a9dba1379e190fd862850d8ca14 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 18 Jul 2026 09:55:51 +0000 Subject: [PATCH] docs: fix stale complete.md ref -> complete/// records (#84 WS4) Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01ERDgNVKpQohYXVcJwAHzmw --- AGENTS.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 420ec5d..01db2cf 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -43,8 +43,9 @@ the allowlist is in `scripts/validate_structure.py`. ## What does NOT live here - **Operational history** — what the organism *did* (prior tasks, decisions, - failed approaches) lives in **PyAutoMind** (`complete.md`, GitHub issues), - not here. Memory = what the science says; Mind = what the organism did. + failed approaches) lives in **PyAutoMind** (the `complete///` + records, GitHub issues), not here. Memory = what the science says; Mind = what + the organism did. - **Workflow state, health, execution** — Mind / Heart / Build respectively. ## This repo is personal