docs: Part 11 (Retros, Recursively) + README freshness guard#6
Merged
Merged
Conversation
- Add docs/articles/11-retros-recursively.md (renumbered from the stale feat/article-08-retros-recursively branch; 8/9/10 were taken). Substantive original content on the recursive-retro process — distinct from Part 7 (monitors/alerts) and Part 8 (capability coverage/guards). Front-matter part/slug fixed to 11; intro Part references updated. - Index articles 9, 10, 11 in top-level README.md (it had stopped at 8); add Part 11 row to docs/articles/README.md. - README freshness guard so a new docs/articles/NN-*.md can't ship without being indexed: scripts/check-readme-articles.sh (single source of truth), CI workflow .github/workflows/check-readme-articles.yml, installable pre-commit hook (scripts/git-hooks + install-git-hooks.sh), fixture test (scripts/test-check-readme-articles.sh), documented in CONTRIBUTING.md. Co-Authored-By: Claude Opus 4.8 (1M context) <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.
What
docs/articles/11-retros-recursively.md). Renumbered from the stalefeat/article-08-retros-recursivelybranch (8/9/10 were already taken/merged). Substantive original content on the recursive-retro process — distinct from Part 7 (monitors/alerts) and Part 8 (capability coverage/guards). Front-matterpart/slugand intro references fixed to 11; cross-links to Parts 2/6/7 preserved.README.md(it had silently stopped at 8) and add Part 11 todocs/articles/README.md.scripts/check-readme-articles.shfails if anydocs/articles/NN-*.mdisn't indexed in BOTH READMEs. Wired as CI (.github/workflows/check-readme-articles.yml, runs on PRs incl. forks) + an installable local pre-commit hook (scripts/install-git-hooks.sh). Fixture test (scripts/test-check-readme-articles.sh) proves it catches an unlisted article. Documented in CONTRIBUTING.md.Verify
bash scripts/check-readme-articles.sh→ OKbash scripts/test-check-readme-articles.sh→ 2/2 passThe stale
feat/article-08-retros-recursivelybranch can be deleted after this merges — its content lives here as Part 11.🤖 Generated with Claude Code