From fce1f4d4182c35692d454f7d138f7cdee5f3b36d Mon Sep 17 00:00:00 2001 From: Jammy2211 Date: Thu, 16 Jul 2026 09:50:43 +0100 Subject: [PATCH] refactor: pyauto-status reads recent completions from complete/index.md (PyAutoLabs/PyAutoMind#81) Co-Authored-By: Claude Fable 5 --- skills/pyauto-status/reference.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/skills/pyauto-status/reference.md b/skills/pyauto-status/reference.md index 81f2aac..9d14e0d 100755 --- a/skills/pyauto-status/reference.md +++ b/skills/pyauto-status/reference.md @@ -11,7 +11,7 @@ flight. This is a **PyAutoHeart** status view — Heart owns the health/readiness surface; it **reads** the PyAutoMind work registry (`active.md` / `planned.md` / -`complete.md`) but never mutates it. Read-only. +the `complete/` records) but never mutates it. Read-only. ## Steps @@ -23,7 +23,8 @@ Read all three registry files (schemas in `PyAutoMind/README.md`): `blocked-by` field). - **`PyAutoMind/active.md`** — tasks in progress (`status`, optional `library-pr`, `worktree`, `repos:`). -- **`PyAutoMind/complete.md`** — recently completed (show the last 5 for context). +- **`PyAutoMind/complete/index.md`** — recently completed (generated + reverse-chronologically; show the first 5 record links for context). ### 2. Live-scan repos and worktrees