docs(complete): curate the Highlights band of complete/index.md - #371
Merged
Conversation
The hand-curated band between the CURATED markers was still the placeholder. Thirty records now carry one-line lesson hooks under five theme headings (JAX/numerics/perf, release/build/CI drift, samplers/inference, lensing science, Mind/Brain infrastructure). complete/AGENTS.md describes the link form the generator actually emits (markdown links, not [[wiki-links]]) and what earns a Highlights line. A new test proves a curated band survives `lifecycle.py index` regeneration byte-for-byte. Closes #368
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
complete/index.mdis the token-light entry point over 1223 finished-work records, but its hand-curated Highlights band was still the placeholder line. This PR is the editorial pass the original prompt reduced to on 2026-08-09: 30 hard-won records now carry one-line lesson hooks (not task summaries) under five theme headings — JAX/numerics/perf · release/build/CI drift · samplers/inference · lensing science · Mind/Brain infrastructure.complete/AGENTS.mdnow describes the link form the generator actually emits ([slug](YYYY/MM/slug.md), not[[wiki-links]]) and states what earns a Highlights line: a trap that cost a session, a decision that will be re-asked, an architecture invariant.Closes #368. Member of bundle
mind-workflow.API Changes
None — internal changes only (docs + one test;
scripts/lifecycle.pyuntouched).Test Plan
python3 scripts/lifecycle.py index --check→ OK (the band round-trips byte-for-byte through_render_index)python3 scripts/lifecycle.py check→ OKpython3 -m pytest -q -n auto→ 282 passed, 0 failed (new:tests/test_lifecycle_index.py::test_a_curated_band_survives_index_regeneration_byte_for_byte, control-tested — a trailing blank line in the band fails it)test -fverified)Full API Changes (for automation & release notes)
None.
Generated by the PyAutoLabs agent workflow.