Owner: Active Inference Institute Last reviewed: 2026-08-02
This file records documentation findings from the 2026-08-02 DOCS-DEEP pass. Items are grouped by the size of the documentation change required:
- Minor — typo, broken link, stale path, or formatting correction.
- Medium — stale section rewrite, documentation restructure, or missing guide.
- Major — large documentation-system overhaul or cross-cutting refactor.
- Fix four broken repository-root links in
tests/envs/README.mdandtests/utils/README.md. (e67253c) - Replace the nonexistent
tests/test_config.pyreference inconfigs/AGENTS.mdwith the current test-file convention. (e67253c) - Correct the generated-manuscript path in the
scripts/build_manuscript.pymodule documentation. (e67253c) - Link the root README to the documentation index and MIT license. (e67253c)
- Correct the root README Python example so its two-agent configuration
supplies distinct
simulation.initial_statesand executes under the current validation contract. (e67253c) - Expand
docs/README.mdinto a usable documentation index covering concepts, tutorials, development, configuration, notebooks, and the manuscript source. (55055c4) - Rewrite the three tutorials as short runnable stories with prerequisites, current API/CLI examples, assertions or validation steps, and next steps. (55055c4)
- Remove the nonexistent PR-template claim from
docs/contributing.mdand describe the actual pull-request information expected. (e67253c) - Add a stdlib-only Markdown link/anchor validator
(
scripts/check_docs_links.py), a negative-controls test, and a release gate step so documentation drift fails the canonical gate. (0c16ab8) - Add
SECURITY.mdwith a private-advisory disclosure path and factual security-relevant project behaviour. (96a02e3)
No major documentation-system overhaul was identified. The repository already has a coherent root/docs/manuscript structure, local contributor guidance, and an executable publication validator.
Nothing open — all items scoped during the docs-deep review are complete.
The pass verified the documented single-agent and multi-agent Python examples,
the docs/api.md pipeline example, the tutorial snippets, uv run ruff check blockference tests scripts GRTs, manuscript validation/build drift checks, and
the repository-wide relative Markdown links and anchors. Full release verification
remains the canonical uv run python scripts/release_check.py command.