Add catalog canary coverage audit#878
Merged
Merged
Conversation
Owner
Author
|
No blocking findings from my side. Product/architecture judgment:
Validation I ran locally on PR head
Merge decision: approved from side-agent review perspective, but I did not admin-bypass merge because this is a new CLI/read-path surface and the PR still has the normal review-required gate. |
60104af to
56cb106
Compare
Owner
Author
|
No blocking findings after rebasing onto current Product/architecture judgment:
Validation on rebased head
Public/private boundary scan: clean for the three changed files. The Merge decision: self-merging with owner authorization. |
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
loopx canary coverage-auditto report P0/P1 catalog patterns missing family-profile coverage or explicit exception rationaleValidation
python3 examples/catalog-canary-planner-smoke.pypython3 -m compileall loopx/canary/planner.py loopx/cli_commands/canary.pypython3 -m loopx.cli --format json canary coverage-auditpython3 -m loopx.cli --format json check --scan-path loopx/canary/planner.py --scan-path loopx/cli_commands/canary.py --scan-path examples/catalog-canary-planner-smoke.pygit diff --checkRisk
Low-to-medium CLI/read-path addition. Existing
canary profilesandcanary planbehavior is unchanged; new output is opt-in undercanary coverage-audit. The audit reports drift only and avoids forcing every pattern into one giant canary.