Skip to content

Commit a0efd00

Browse files
Jammy2211claude
authored andcommitted
hygiene: re-point design-decision citations at PyAutoMind complete/ records
The decision + founding prompt were retired from PyAutoMind draft/ into complete/2026/07/ lifecycle records (backfill of pre-migration ships). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent abacdd3 commit a0efd00

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

agents/conductors/hygiene/AGENTS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Agent"), `cli_noise_clean`, `dep_audit` and `audit_docs` — plus recurring manu
1414
perf-hygiene work (slow unit tests, slow integration-mode scripts, import cost).
1515
This conductor unifies and prioritises them. Design decision (conductor, **no
1616
paired repo**, boundaries) recorded in PyAutoMind
17-
`research/pyautobrain/hygiene_agent_decision.md` and the founding prompt
18-
`feature/pyautobrain/hygiene_agent.md`.
17+
`complete/2026/07/hygiene-agent-decision.md`; the founding prompt is folded
18+
into `complete/2026/07/hygiene-agent.md`.
1919

2020
## Modes
2121

@@ -172,7 +172,7 @@ on-demand only (never the default scan, never a Heart tick).
172172
transit date. The conductor stays a **planner** (never mutates a repo): it emits
173173
the plan, `pyauto-gut` archives/voids, and the existing `repo_cleanup` safety
174174
gates guard the sweep — there is no second gate. Design:
175-
PyAutoMind `research/pyautobrain/pyautogut_organ_decision.md`.
175+
PyAutoMind `complete/2026/07/pyautogut-organ-decision.md`.
176176

177177
## Capability audit — what `tidy`/`sweep` drive
178178

agents/conductors/hygiene/hygiene.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ elif [[ "$mode" == "default" ]]; then
759759
else
760760
echo "Recommended next: no direct findings or removable debris — run 'hygiene perf' for import timings, and config/deps/docs/noise audits periodically."
761761
fi
762-
echo "Design: PyAutoMind research/pyautobrain/hygiene_agent_decision.md."
762+
echo "Design: PyAutoMind complete/2026/07/hygiene-agent-decision.md."
763763
else
764764
render_row "$mode"
765765
fi

0 commit comments

Comments
 (0)