refactor(infra): deferred thermo-nuclear audit follow-ups#30
Merged
Conversation
Update operational reporting guides to cite infrastructure/reporting/multi_project_report.py (with backward-compat re-export note). Apply autoscientists ruff cleanup missed in the initial close-out push. Co-authored-by: Cursor <cursoragent@cursor.com>
Regenerate docs/_generated/COUNTS.md (558 infra modules) for Validate Manuscripts gate. Point operational reporting docs at reporting/multi_project_report.py. Remove unused json import in template_autoscientists agents.py (F401 on main). Co-authored-by: Cursor <cursoragent@cursor.com>
Split markdown_validator and rendering pipeline into leaf modules, remove sys.path hacks from render CLIs, add advisory test line-count warnings, document mega-guide decomposition policy, and lazy-load Hermes LLM imports so autoscientists collects cleanly under per-project CI. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Refresh COUNTS.md and api-reference.md after new leaf modules; fix the AGENTS.md link in the doc-mega decomposition policy. Co-authored-by: Cursor <cursoragent@cursor.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
markdown_validatorandrendering/pipelineinto leaf modules, removessys.path.insertfrom render CLIs, adds advisory--include-testsline-count warnings, and documents doc-mega decomposition policy.template_autoscientistsCI collection by lazy-loading Hermes LLM imports inhermes_proposer.py.Test plan
uv run pytest tests/infra_tests/validation/test_markdown_validator.py tests/infra_tests/rendering/test_pipeline.py tests/infra_tests/rendering/test_format_toggles.py tests/infra_tests/rendering/test_render_all_cli.pyuv run python scripts/gates/module_line_count_check.py --include-testsuv run pytest projects/templates/template_autoscientists/tests/ -m "not requires_ollama" --cov=src --cov-fail-under=90from project cwd (CI parity)Made with Cursor