refactor: retire complete.md — dated complete/ records are the ledger#83
Merged
Conversation
…dger (#81) - backfill the 8 ledger entries that had no dated record (parity proven before deletion); keck-ao also recovers its stranded active/ prompt - lifecycle.py: record --date --from-file (ship skills supply the rich body; no complete.md parsing), move infers the bucket from an existing record, check gains post-retirement invariants, spent one-time subcommands (split-complete, migrate) deleted - git rm complete.md (history in git); index regenerated (594 records) - status.sh counts + recent-5 from complete/ records; README/AGENTS/REFERENCE/ OWNERSHIP/complete-AGENTS/parked/prompt_sync wording updated - scripts/spawn.py deliberately untouched (memory-structure-cleanup rewrites it in parallel; 1-line rider recorded on #81) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…ve paired records); fold the spawn.py rider — drop the complete.md template stamp (memory-structure-cleanup's rewrite merged) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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
Retires the monolithic
complete.mdledger (590 entries / 6,274 lines — closes #81). The datedcomplete/<YYYY>/<MM>/<slug>.mdrecords plus the generatedcomplete/index.mdare now the sole completion ledger.eceb-editorial-revision,ep-analytic-updates-scope,ep-deterministic-reconcile,ep-priors-fable-reassess,keck-ao-acceptance-checks,morning-status-release-rehearsal,release-profile-jax-default,slacs1430-acs-parity) — all extracted verbatim into records; keck-ao also recovers its strandedactive/prompt.scripts/lifecycle.py:record <slug> --date --from-file <body> [--prompt]now takes the rich completion body from the ship skill (nocomplete.mdparsing);moveinfers the bucket from an existing record;checkgains the post-retirement invariants (noactive.mdslug may have a record; no file in two states); the spent one-timesplit-complete/migratesubcommands are deleted.complete.mdremoved (full history in git); index regenerated (594 records).scripts/status.shcounts records (excludingarchive/) and reads "recently completed" from the reverse-chronological index.scripts/spawn.py+docs/pyautobrain/spawn_spec.md(memory-structure-cleanup rewrites spawn.py in parallel) — 1-line rider on refactor: retire complete.md ledger for dated complete/ records #81 to drop the("complete.md", "EMPTY")template stamp after it merges.Companion PRs: PyAutoBrain + PyAutoHeart repoint the readers/writers.
API Changes
None — internal registry tooling and docs only.
lifecycle.py recordCLI changed (now requires--date+--from-file); the ship skills that call it are updated in the companion PyAutoBrain PR.Test Plan
complete.mdslug has a record (8 backfilled, 0 remaining)lifecycle.py check+index --checkgreen post-retirementrecord --from-fileandmove(record-derived bucket) dry-runs exercisedstatus.shruns against the records (counts + recent-5)complete.mdreferences remain (grep; historical records/epics keep theirs)Shipped through an unrelated Heart RED on explicit user authorization (recorded on #81; no library source touched).
Generated by the PyAutoLabs agent workflow.