Skip to content

style: rustfmt agent_instructions.rs#209

Merged
hashedone merged 1 commit into
mainfrom
fix/agent-instructions-fmt
May 27, 2026
Merged

style: rustfmt agent_instructions.rs#209
hashedone merged 1 commit into
mainfrom
fix/agent-instructions-fmt

Conversation

@hashedone
Copy link
Copy Markdown
Contributor

What

One-line wrap in crates/tracevault-server/src/api/agent_instructions.rs:66 so cargo fmt --check passes.

Why

Enterprise CI (run 26511028879) checks out softwaremill/tracevault at ref: main and runs cargo fmt -- --check. That step has been failing on main since the row-mapper refactor landed, which is why the latest deploy could not produce a new backend image (deploy-backend was skipped after build-backend failed).

Verification

  • cargo fmt -- --check
  • cargo clippy --workspace --tests --all-targets -- -D warnings
  • cargo test --workspace

Once this is on main, retrigger the enterprise deploy and build-backend should pass.

Wrap long line at agent_instructions.rs:66 so cargo fmt --check passes.
Unblocks enterprise CI which runs against tracevault main.
@hashedone hashedone merged commit e826b46 into main May 27, 2026
8 checks passed
@hashedone hashedone deleted the fix/agent-instructions-fmt branch May 27, 2026 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant