Fix #29: [milestone Milestone 3 ] Wire the gate into make ci so a PR that re-forks a canonical schema fails auto... - #38
Merged
Conversation
Collaborator
Author
SummaryAdditive drift-gate script and Makefile target strengthen CI; logic is sound with no blockers, only minor suggestions. Severitylow Blocking findings
Verdict✅ Approved Merge risklow Audit
{
"approved": true,
"severity": "low",
"summary": "Additive drift-gate script and Makefile target strengthen CI; logic is sound with no blockers, only minor suggestions.",
"findings": [
{
"file": "scripts/check-schema-drift.py",
"line": 43,
"issue": "Redundant import: get_schema/schema_ids are already imported in main() (line ~73); here both names are actually used so the `# noqa: F401` is unnecessary. Consider importing once at module scope guarded by the ImportError check, or dropping the noqa.",
"kind": "suggestion"
},
{
"file": "scripts/check-schema-drift.py",
"line": 78,
"issue": "Exit code 2 (package not installed) is now surfaced via `ci` (Makefile:147), so `make ci` hard-fails in any runner where wasmagent-protocol is absent rather than skipping the gate. Confirm the package is installed in CI, or decide whether a missing package should skip vs fail.",
"kind": "suggestion"
},
{
"file": "scripts/check-schema-drift.py",
"line": 33,
"issue": "KNOWN_LEGACY_FORKS values (slug strings) are never read — only `stem in KNOWN_LEGACY_FORKS` key membership is checked. The mapping values are dead data; a set would express intent more clearly.",
"kind": "suggestion"
}
],
"merge_risk": "low",
"Model": "opus",
"model": "claude-cli",
"effort": "high",
"tokens": {
"input_tokens": 0,
"output_tokens": 0
},
"same_verdict_count": 1
} |
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.
Fixes #29
Generated by claude-bot-go worker.