Merged
Conversation
…t, Continue agents, benchmarks) - Add clippy with strict lints (unwrap_used, undocumented_unsafe_blocks, too_many_lines) to CI - Add rustfmt check to CI with rustfmt.toml config (edition 2021, max_width 100) - Add cargo-audit for vulnerability scanning in CI - Fix all clippy violations across codebase - Apply rustfmt formatting to all source files - Add Continue agents: fix-ci, pr-quality-gate, sentry-triage, issue-solver, benchmark-review - Add criterion benchmarks for read_session_cost and read_transcript_lines - Add lib.rs for benchmark access to internal modules Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The benchmark file was added without the required Cargo.toml configuration (criterion dep, [[bench]] section), and lib.rs unnecessarily exposed all internal modules publicly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
unwrap_used,undocumented_unsafe_blocks,too_many_lines), rustfmt, and cargo-audit to CIread_session_costandread_transcript_linesTest plan
cargo benchruns successfully🤖 Generated with Claude Code
🧵 Threader session
Continue Tasks: ✅ 7 no changes — View all