Conversation
Addresses 9 issues from codebase audit: Critical: - Expose lock_verify, get_history, ci_report as MCP server tools - Wire telemetry enrichment fields into lock/history/ci-report/scan commands - Wire matrix comment renderer into scan --format pr-comment-matrix High: - Add score dedup sync comments between src/score.ts and api/worker.ts - Update README with lock, history, ci-report, badge, score commands - Add 5 CLI integration tests for lock, history, ci-report commands Medium: - Add 10 security tests for validateArgs/validatePath - Add status note to github-app/README.md - Add rationale comments to scoring weights and performance thresholds 302/302 tests pass. Build and lint clean. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
🎉 This PR is included in version 0.20.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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
Addresses all 9 issues from codebase audit:
Critical (3)
lock_verify,get_history,ci_reportto MCP server mode — AI agents can now access all featuresrenderMatrixComment()now callable viascan --format pr-comment-matrixHigh (3)
src/score.tsandapi/src/worker.tsMedium (3)
validateArgs()andvalidatePath()(injection + traversal)Stats
Test plan
npm run build— cleannpm run lint— cleannpx vitest run— 302/302 pass🤖 Generated with Claude Code