chore(docs): shrink PROJECT-MEMORY.md to an index; archive content sections#63
Merged
Conversation
…ctions Same shape as pyrycode/pyrycode PR #285 and agent-dispatcher-v2 PR #56. PROJECT-MEMORY.md was drifting from index toward content store (70 lines today, growing per-ticket). Restored to the canonical index shape — Where things live + project-level conventions + open follow-ups — with the historical content preserved verbatim in docs/archive/. Changes: - docs/archive/PROJECT-MEMORY-history-2026-05-11.md — verbatim snapshot of the pre-2026-05-11 "What's built" table (#1..#32) and "Patterns established" section (35 patterns). Preserved for cross-reference resolution and audit trail. - docs/PROJECT-MEMORY.md — restored to ~40-line index. Distilled the patterns down to the 7 genuinely project-level rules that apply to all future tickets; the rest were per-ticket and belong in codebase/<N>.md going forward. Tests: make test (-race) unchanged, all green.
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
Same shape as pyrycode/pyrycode PR #285 and agent-dispatcher-v2 PR #56. PROJECT-MEMORY.md was drifting from index shape toward content store. Restored to canonical shape (~40 lines) with historical content archived in place.
docs/PROJECT-MEMORY.md: 70 → 40 lines. Where things live + project-level conventions + open follow-ups.docs/archive/PROJECT-MEMORY-history-2026-05-11.md(new): verbatim snapshot of pre-2026-05-11 "What's built" table + "Patterns established" section.Distilled patterns down to 7 genuinely project-level rules (sentinel errors, opacity by type, envelope-boundary validation, credential discipline, loud failure, in-package tests, LIFO defer cleanup). Per-ticket patterns belong in
codebase/<N>.mdgoing forward.Test plan
make test(-race) — all green