feat(governance): add ADRs, CICs, risk register, and resolve easy-win risks#41
Closed
Polichinel wants to merge 1 commit intodevelopmentfrom
Closed
feat(governance): add ADRs, CICs, risk register, and resolve easy-win risks#41Polichinel wants to merge 1 commit intodevelopmentfrom
Polichinel wants to merge 1 commit intodevelopmentfrom
Conversation
… risks
Expand governance framework and address 10 risk register items identified
during repo-assimilation, expert-code-review, and test-review audits.
Governance additions:
- ADR-004: activate evolution and stability rules (three-tier classification)
- ADR-010: technical risk register as governance artifact
- CICs: PackageScaffoldBuilder, IntegrationTestRunner
- Standard: physical architecture (heuristic, not strict)
- Risk register: 30 entries seeded from audits
Code changes:
- Remove warnings.filterwarnings("ignore") from all 74 main.py files (C-12)
- Migrate white_mustang to new CLI pattern, remove wandb.login() (C-25)
- Unify DARTS/HydraNet manager instantiation to single-variable pattern (C-24)
- Delete placeholder models thousand_miles and thrift_shop (C-09)
- Add ViewsMonth-to-date mapping comment in config_partitions.py (C-21)
Test additions:
- test_algorithm_coherence.py: validate algorithm-to-package mapping (C-04, C-08)
- Extend test_cli_pattern.py to cover ensembles + add warning suppression check
- Add 5 red-team tests to test_failure_modes.py (C-15, C-23)
Risk register status: Open 17 | Mitigated 4 | Resolved 3 | Accepted 3
Co-Authored-By: Claude Opus 4.6 (1M context) <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
warnings.filterwarnings("ignore")from all 74main.pyfiles (ADR-008 compliance)white_mustangensemble to new CLI pattern, remove directwandb.login()thousand_milesandthrift_shoptest_algorithm_coherence.py(198 tests), extendtest_cli_pattern.pyto ensembles, add 5 red-team failure mode testsTest plan
pytest— 2460 passed, 33 skipped, 1.37sruff check tests/— all checks passedvalidate_docs.sh— passed, no issuesgrep -r filterwarnings models/*/main.py ensembles/*/main.py— 0 matchesgrep -r cli.utils ensembles/*/main.py— 0 matchesrun_integration_tests.sh(manual)🤖 Generated with Claude Code