Consolidate agent-memory sprawl into archive/ and refresh stale planning docs#7
Merged
Merged
Conversation
…ing docs - Moved AGENT_DIARY.md, AGENT_WORKLOG.md, AGENT_GITLOG.md, CODEX 5-5 START HERE.md, AGENT_REST_BREAKS/, and rest_breaks/ to archive/ via git mv; added archive/README.md explaining provenance. Root now holds only the 9 canonical operational ledgers. - Updated all references: README.md Project Status Docs links now point to archive/; ROADMAP.md, IMPROVEMENT_MAP.md, SESSION_STATE.md, HANDOFF.md, VISIBLE_BACKLOG.md, CHANGELOG.md, and docs/readme_fragments/readme_qa_checklist.md updated. - Refreshed ROADMAP.md: new status timestamp (June 10, 2026), new Latest Verified Wave entry for portfolio form-and-deliverable polish wave with PR #5 facts (670 tests, 4/4 verifier gates, audit PASS large_project_files=0), live next-work compass evidence from 2026-06-10 run (Pythia cost_per_token 33 missing, lithography.medium weight 3014 across 15 roots, metadata gaps 65/169/81/160). - Refreshed IMPROVEMENT_MAP.md: updated snapshot date, test count 639 to 670, large project files 7 to 0, verification-surface row and file-cohesion row, AGENT_GITLOG reference updated to archive path, new Latest Verified Wave block. - Fixed docs/app.js null guard: renderTrace accesses traceMeterLabel and traceMeterFoot but both were absent from the guard condition; added them so the check is complete. - All 670 tests green; full verifier 4/4 gates passed; audit PASS. https://claude.ai/code/session_01Eu2JVnPFgMQftwYTP3cGQZ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
git mvsix historical agent-session memory items intoarchive/(AGENT_DIARY.md, AGENT_WORKLOG.md, AGENT_GITLOG.md, CODEX 5-5 START HERE.md, AGENT_REST_BREAKS/, rest_breaks/); addedarchive/README.mdexplaining what lives there and why. Files are byte-identical; only paths changed.python -m gpu_stack.cli next-workandpython -m gpu_stack.cli statsin the worktree on 2026-06-10 (Pythia cost_per_token 33 missing inputs; physical.lithography.medium weight 3014 across 15 roots; metadata gaps 65/169/81/160).python -m pytest --collect-only -q | tail -1reports670 tests collected), large project files 7 to 0 (verified:python -m gpu_stack.cli auditreportslarge_project_files=0), new Latest Verified Wave block, file-cohesion and verification-surface table rows updated.docs/app.jsnull guard bug found by code-review:renderTraceaccessestraceMeterLabel.textContentandtraceMeterFoot.textContent(lines 242-243) but both were absent from the guard condition on line 277; added them to prevent a crash when those DOM elements are missing.Grep evidence: no stale references to moved paths outside archive/
Observed references outside
archive/after all edits:README.md:469-470-- link list updated to./archive/AGENT_DIARY.mdand./archive/rest_breaks/README.mddocs/readme_fragments/readme_qa_checklist.md:56-- updated to./archive/AGENT_DIARY.md,./archive/rest_breaks/README.mdROADMAP.md:64,SESSION_STATE.md:100,HANDOFF.md:70,IMPROVEMENT_MAP.md:56,VISIBLE_BACKLOG.md:65,CHANGELOG.md:44-- all describe the move using "now archived atarchive/AGENT_GITLOG.md" proseIMPROVEMENT_MAP.md:17-18-- inside the new Latest Verified Wave bullet that lists what was movedNo direct path references to
AGENT_DIARY.md,AGENT_WORKLOG.md,AGENT_GITLOG.md,CODEX 5-5 START HERE.md,AGENT_REST_BREAKS/, orrest_breaks/remain at the root level outsidearchive/in code, tests, or docs.Test plan
python -m pytest -q-- 670 passed (run verified twice before and after the app.js fix)python -m gpu_stack.cli verify --profile full-- 4/4 gates passed in 209.61spython -m gpu_stack.cli audit-- PASS, large_project_files=0python -m pytest --collect-only -q | tail -1-- 670 tests collectedpython -m gpu_stack.cli next-work-- live evidence quoted in ROADMAP.md updatehttps://claude.ai/code/session_01Eu2JVnPFgMQftwYTP3cGQZ
Generated by Claude Code