feat(template_active_inference): harden canonical sheaf tracks#11
Merged
Conversation
0678f74 to
0cee86f
Compare
0cee86f to
50c2d6c
Compare
This was referenced Jun 3, 2026
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
This replaces the previous dirty-history branch with a clean, single-commit PR from current
origin/mainfocused on the public active-inference exemplar and its copied public deliverables.projects/templates/template_active_inference.output/templates/template_active_inference/**, including data, reports, figures, PDF, web, logs, and validation snapshots.templates/template_active_inference; this is required for the root core pipeline to validate public template exemplars.projects/templates/template_active_inference/output/**ignored and excludes generatedcoverage_project.jsonfrom the commit.Verification
uv run pytest tests/infra_tests/validation/test_validation_output_pipeline.py -q --tb=short-> 35 passeduv run pytest projects/templates/template_active_inference/tests/test_method_inventory.py projects/templates/template_active_inference/tests/test_documentation_contracts.py -q-> 4 passeduv run python scripts/generate_method_inventory.py --check-> passeduv run python scripts/check_template_drift.py --project templates/template_active_inference --strict-> no drift detecteduv run python scripts/validate_outputs.pyfromprojects/templates/template_active_inference-> all output and manuscript checks true./run.sh --project templates/template_active_inference --pipeline --core-only-> complete; infrastructure smoke 112 passed; project suite 263 passed, 1 skipped, 10 warnings; project coverage 91.98% / reported 92.0%; analysis 13/13 scripts; PDF and HTML rendered; output validation passed with 1 non-critical artifact-manifest warning; copied outputs validated, 126 files / 6.17 MB__all__export audit all passedNotes
Current
mainresolves this public exemplar in the root pipeline with the qualified slugtemplates/template_active_inference. The unqualified slug path failed before stages on this base, so the authoritative root pipeline evidence above uses the qualified public project name.