fix(ci): restore missing doc pairs to green main#13
Closed
docxology wants to merge 1 commit into
Closed
Conversation
PR #11 merged with two directories lacking their required README/AGENTS pair, turning main's CI red (Documentation Lint + doc-pair infra tests): - docs/reference/ (had method-inventory.md + rendering-reproducibility.md only) - src/validation_spine/ (had README.md only) Add the missing files; lint_docs + test_doc_pair_lint now pass.
Owner
Author
|
Superseded by #12, which has now merged to main and includes these doc-pair files with the broader active-inference roadmap update. Closing this duplicate so the queue reflects the merged state. |
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.
Problem
PR #11 merged with two directories missing their required
README.md/AGENTS.mdpair, turning main's CI red (Documentation Lint job +
test_doc_pair_lintinfra tests on Ubuntu):
projects/templates/template_active_inference/docs/reference/— had onlymethod-inventory.md+rendering-reproducibility.mdprojects/templates/template_active_inference/src/validation_spine/— had onlyREADME.mdFix
Add the three missing doc-pair files. Minimal, docs-only, zero logic change.
Verification
scripts/lint_docs.py --quiet→ exit 0pytest tests/infra_tests/validation/docs/test_doc_pair_lint.py→ 7 passedUnblocks main. (My orphaned infra-audit/exa/layering work re-lands in a follow-up PR.)