Dated complete/ archive + drop done originals (PR-B, #71) - #73
Merged
Conversation
…ginals (PR-B, #71) - lifecycle.py split-complete: complete.md (557 entries) → one rich record per task under complete/<YYYY>/<MM>/<slug>.md (04/05/06/07/unknown = 144/212/28/161/12); 43 fold in their original prompt. This is the token-light dated archive (Phase-2 wiki substrate). complete.md kept as the ongoing ledger backstop for now (retirement + ship_* record-write conversion = follow-up). - Dropped the 147 provably-done active/ originals (filename-stem matches a complete.md slug) — knowledge now lives in the records; git history preserves the files. active/ 440 → 293. - create_issue: mkdir -p active/ before git mv (fresh spawned templates ship no active/ dir). lifecycle.py check: OK. Remaining (parked for human review, see #71): the 293 unclassifiable legacy active/ prompts (mostly old numbered prompts; only 3 match a live active.md task, filename↔record linkage too weak to auto-sort the rest). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Jammy2211
pushed a commit
that referenced
this pull request
Jul 13, 2026
#71) Per user direction ("293 is too many, most are done"). Kept only the prompts matching a live active.md in-flight task (generous token match, protects in-flight); dropped the rest — 51 numbered early-workflow prompts, 81 complete.md-cited, and the token-overlap-to-a-shipped-record remainder. active/ 293 → 7. All recoverable from git history; their knowledge lives in the complete/<YYYY>/<MM>/ records. lifecycle.py check: OK. complete.md is KEPT (not retired) and paired 1:1 by slug to the dated records (lifecycle.py check enforces record <-> complete.md entry). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This was referenced Jul 13, 2026
Jammy2211
pushed a commit
that referenced
this pull request
Jul 16, 2026
Jammy2211
pushed a commit
that referenced
this pull request
Jul 16, 2026
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.
PR-B: dated
complete/archive + pruneactive/to in-flight (#71)Follows PR-A (#72, merged). Builds the token-light dated archive and cuts
active/down to genuinely in-flight work. Merge stays human.What it does
complete.md→ 557 per-task rich records undercomplete/<YYYY>/<MM>/<slug>.md(lifecycle.py split-complete): 2026/04·05·06·07·unknown = 144·212·28·161·12. 43 fold in their original prompt. The token-light Phase-2 wiki substrate.active/440 → 7. Dropped the done/legacy prompts, keeping only those matching a liveactive.mdin-flight task:complete.mdslug),complete.md-cited, and the token-overlap-to-a-shipped-record remainder).complete/records.complete.mdKEPT (not retired) and paired 1:1 by slug to the dated records —lifecycle.py checkenforcesrecord ↔ complete.md entry.create_issue:mkdir -p active/beforegit mv(fresh spawned templates ship noactive/).lifecycle.py check: OK.Remaining kept in
active/(7, in-flight)lifecycle_state_split,benchmark_calibration_runs,euclid_eceb_editorial_revision,keck_ao_acceptance_checks,pyautoreduce_slacs1430_acs_comparison,release_yml_testpypi_rehearsal_mode,workspace_version.One small follow-up (optional)
For new completions to also get a paired dated record (not just the
complete.mdappend),ship_*should write the record intocomplete/<YYYY>/<MM>/as it appendscomplete.md. Smalllifecycle.py/ship_*enhancement; its own PR.🤖 Generated with Claude Code