Feat(ai-gov): OMB M-25-21 minimum-practice tracking (v0.11 Wave 2)#195
Merged
Conversation
Fills the per-practice extension point reserved on
OMBHighImpactAssessment at v0.10.12 (the carried obligation the v0.11
plan lists as sequencing constraint 4). The seven practice headings and
the waiver mechanics were re-verified against the M-25-21 memo text
before modeling (§4(b) practices; §4(a)(ii) CAIO waiver — written
determination, annual re-certification, 30-day OMB report,
non-delegable).
- Model: MinimumPractice (7, stable string values) + PracticeStatus
(implemented / in_progress / not_started / waived) +
MinimumPracticeRecord + PracticeWaiver; a validator makes WAIVED and
a waiver record require each other. practices rides
OMBHighImpactAssessment as a defaulted dict, so persisted
v0.10.12-era assessments load unchanged.
- practice_compliance() reports recorded/missing/satisfied and never
fabricates a status for an unrecorded practice (satisfied = all 7
recorded AND implemented-or-waived). waiver_certification_due() /
waiver_omb_report_overdue() evaluate the memo's two waiver clocks
against a caller-supplied today (no hidden clock reads).
- CLI `ai-gov set-practice` (requires an existing assessment; waiver
via --waiver-* flags; prints the roll-up + a not-high-impact
advisory) and API mirror POST
/api/ai-gov/systems/{system_id}/set-practice (structured
invalid_body 400s; returns entry + practice_compliance). New
AI_SYSTEM_PRACTICE_RECORDED audit event.
- Parity: api-only with reason (the /ai-gov GUI form flip rides the
next parity pass, v0.10.8 Wave-2 pattern); openapi.json + UI types
regenerated; wiki CLI/API references regenerated; capability-matrix
row 11 extended.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
# Conflicts: # CHANGELOG.md # docs/wiki/6-project/changelog.md
github-merge-queue
Bot
removed this pull request from the merge queue due to a conflict with the base branch
Jul 15, 2026
allenfbyrd
enabled auto-merge
July 15, 2026 03:06
This was referenced Jul 15, 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.
v0.11 Wave 2 item 2 — OMB M-25-21 minimum-practice tracking
Fills the per-practice extension point reserved on
OMBHighImpactAssessmentat v0.10.12 (the carried obligation the v0.11 plan lists as sequencing constraint 4). The seven practice headings and the waiver mechanics were re-verified against the M-25-21 memo text before modeling (§4(b) practices; §4(a)(ii) CAIO waiver — written determination, annual re-certification, 30-day OMB report, non-delegable).What's in here
MinimumPractice(7, stable string values) +PracticeStatus(implemented / in_progress / not_started / waived) +MinimumPracticeRecord+PracticeWaiver; a validator makes WAIVED and a waiver record require each other.practicesridesOMBHighImpactAssessmentas a defaulted dict, so persisted v0.10.12-era assessments load unchanged.practice_compliance()reports recorded / missing / satisfied and never fabricates a status for an unrecorded practice (satisfied = all 7 recorded AND implemented-or-waived).waiver_certification_due()/waiver_omb_report_overdue()evaluate the memo's two waiver clocks against a caller-supplied "today" (no hidden clock reads).ai-gov set-practice(requires an existing assessment; waiver via--waiver-*flags; prints the roll-up + a not-high-impact advisory) and API mirrorPOST /api/ai-gov/systems/{system_id}/set-practice(structuredinvalid_body400s; returns entry +practice_compliance). NewAI_SYSTEM_PRACTICE_RECORDEDaudit event.api-onlywith reason (the/ai-govGUI form flip rides the next parity pass, v0.10.8 Wave-2 pattern);openapi.json+ UI types regenerated; wiki CLI/API references regenerated; capability-matrix row 11 extended.Verification
--strict-optional, consistency scope 8/8, parity, doc-counts, UI typecheck + 142 vitest — all green locally.Note: merges after the item-1 PR (both add a CHANGELOG
## [Unreleased]block at the same anchor; this branch takes a trivial both-keep update once item 1 lands).