Skip to content

fix(ci): restore missing doc pairs to green main#13

Closed
docxology wants to merge 1 commit into
mainfrom
fix/main-green-docpairs
Closed

fix(ci): restore missing doc pairs to green main#13
docxology wants to merge 1 commit into
mainfrom
fix/main-green-docpairs

Conversation

@docxology
Copy link
Copy Markdown
Owner

Problem

PR #11 merged with two directories missing their required README.md/AGENTS.md
pair, turning main's CI red (Documentation Lint job + test_doc_pair_lint
infra tests on Ubuntu):

  • projects/templates/template_active_inference/docs/reference/ — had only method-inventory.md + rendering-reproducibility.md
  • projects/templates/template_active_inference/src/validation_spine/ — had only README.md

Fix

Add the three missing doc-pair files. Minimal, docs-only, zero logic change.

Verification

  • scripts/lint_docs.py --quiet → exit 0
  • pytest tests/infra_tests/validation/docs/test_doc_pair_lint.py → 7 passed

Unblocks main. (My orphaned infra-audit/exa/layering work re-lands in a follow-up PR.)

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.
@docxology
Copy link
Copy Markdown
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.

@docxology docxology closed this Jun 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant