PyAutoScientist Phase 2: RTD docs source, docs CI, CONTRIBUTING#70
Merged
Conversation
…G (Phase 2, PyAutoBrain#68) Co-Authored-By: Claude Fable 5 <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.
Summary
PyAutoScientist Phase 2 (PyAutoBrain/issues/68) — the RTD source, following the docs pattern shipped for Fit/Galaxy/Lens on 2026-07-10:
docs/— the pyautoscientist ReadTheDocs source (Sphinx + Furo + MyST markdown, 13 pages, all new prose): index, concepts (organism/call chain, conductors & faculties + growth rule, the dev workflow + autonomy contract), per-organ reference ×5, the category contract, the adoption guide written against the config-diff fork model (§8), the config-surface + tenant-firewall reference, and the live lensing instance as the labelled worked example. Sourced from ORGANISM.md/AUTONOMY.md by linking — zero skill or doctrine prose duplicated or rewritten..github/workflows/docs.ymlcalling Heart's reusabledocs-build.ymlwithpackage: pyautoscientist(the docs-only mode added in the companion PyAutoHeart PR);docs/sphinx_warning_baseline.txt= 0 (fresh tree, strict); shareddocs/_static/pyauto.cssbrand layer; Furo accent pair #be123c / #fb7185..readthedocs.yaml— builds fromdocs/requirements.txtonly (no package install; Brain isn't pip-installable by design).CONTRIBUTING.md(canonical for all five organs): living reference implementation,mainmoves fast, fork-and-pull, no compatibility promises.Human leg after merge: import the
pyautoscientistproject on readthedocs.org → PyAutoLabs/PyAutoBrain.API Changes
None — documentation, CI caller, and contribution policy only. No diffs to agents/, skills/, AGENTS.md, ORGANISM.md, or AUTONOMY.md.
Test Plan
python -m sphinx -b html docs …— clean build, 0 warnings (= baseline)pytest tests/— 8 passedrepos_sync.py --checkgreen incl. tenant firewall (newdocs/conf.pycarries no instance facts)Part of the 6-PR Phase 2 set (Brain, Mind, Heart, Memory, Build, hub).
🤖 Generated with Claude Code