feat: complete governance and quality foundation#1
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7a9d32516f
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| if (-not $SkipContracts) { | ||
| Invoke-QualityCheck -Name "contracts" -Action { | ||
| & (Join-Path $PSScriptRoot "scripts\Test-CasJsonSchema.ps1") -AllFixtures |
There was a problem hiding this comment.
Validate production contract instances in the quality gate
The contracts check validates only the curated fixture pairs, so an invalid stack.manifest.json or schema-incompatible JSON emitted by doctor.ps1 still leaves the authoritative local and CI quality gate green. Since production code does not otherwise invoke these schemas, manifest/report drift can ship unnoticed and then break workstation operations; include the real manifest and a generated doctor report in this check in addition to the fixtures.
Useful? React with 👍 / 👎.
Completes GSD Phase 1 with contract schemas, governance traceability, unified quality gates, Windows CI, and verified planning evidence. Validation: 11/11 tests and 3/3 GSD plans complete.