release: v1.7.0 - #23
Merged
Merged
Conversation
Ship the evidence-first Find, Trace, Predict experience. - add diff-aware impact analysis across CLI and MCP - split the agent skill into a compact protocol and progressive references - refresh product docs and reproducible brand assets - pin privileged release actions to immutable commits
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Make the pre-0.16 rule profile explicit so dependency updates cannot silently redefine the release gate. Pin CI actions and default workflow permissions to read-only to reduce supply-chain risk.
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.
Problem
Agents need evidence-first codebase context and a way to predict the blast radius of current changes.
Solution
diff-impactto the CLI and MCP serverVerification
pytest: 386 passed, 54 skipped, coverage 80.91%pytest --runslow: 387 passed, 53 skipped, coverage 80.93%ruff check src tests scriptsmypy srcdoctor --strictrelease_smoke.pytwine check dist/*Compatibility and migration
No breaking migration is required. Existing commands remain available;
diff-impactis additive.