chore(quality): establish Rust baseline - #1036
Open
aaf2tbz wants to merge 3 commits into
Open
Conversation
aaf2tbz
marked this pull request as ready for review
July 28, 2026 04:37
35 tasks
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
Establish the Rust quality baseline for the daemon workspace and resolve the two daemon test regressions that prevented the baseline from being a true green gate. This is PR 3 of #919; it does not close the issue.
Changes
rust:fmt,rust:clippy,rust:check,rust:test,rust:quality, andrust:denycommands./tmpresolves to/private/tmp.AGENT.yamltake precedence over lowercaseagent.yaml, including on case-insensitive filesystems.Type
feat— new user-facing featurefix— daemon test regressionsrefactorchore— build, deps, config, docsperftest— regression coveragePackages affected
Screenshots
N/A — no UI behavior change.
PR Readiness (MANDATORY)
INDEX.md+dependencies.yaml)Migration Notes (if applicable)
No schema or migration semantics changed. The lockfile update is backward-compatible; the two cargo-deny advisory exceptions remain documented upstream migrations with no safe update.
Testing
bun run rust:fmtpassesbun run rust:clippypasses with warnings deniedbun run rust:checkpassesbun run rust:testpasses: all workspace suites, including 199 daemon testsbun run rust:denypassesprompt_submit_writes_transcript_audit_and_live_snapshotfinds_fallback_config_filesgit diff --checkpassesAI disclosure
Notes
The former 403 transcript failure was a real canonical-path mismatch on macOS; the fallback config failure was a real filename-precedence mismatch on case-insensitive filesystems. Both are fixed in this PR. The follow-up quality-gates PR makes these local Rust commands mandatory in CI alongside supply-chain and governance protections.