fix(ci): rustfmt sidecar to unblock the release workflow #8

Merged
whitlocktech merged 1 commits from fix/sidecar-rustfmt into main 2026-07-17 16:43:09 +00:00
Member

The release workflow for #7 failed at the cargo fmt --check gate: the Protocol 2.0 additions (upsert_guild/upsert_house signatures and their call sites in main.rs) had lines wider than rustfmt's default, which cargo check doesn't catch but fmt --check does.

cargo fmt reformatting only — no behavioral change. Verified cargo fmt --check, cargo check, and cargo test all clean locally. This unblocks the release.

🤖 Generated with Claude Code

The release workflow for #7 failed at the `cargo fmt --check` gate: the Protocol 2.0 additions (`upsert_guild`/`upsert_house` signatures and their call sites in `main.rs`) had lines wider than rustfmt's default, which `cargo check` doesn't catch but `fmt --check` does. `cargo fmt` reformatting only — **no behavioral change**. Verified `cargo fmt --check`, `cargo check`, and `cargo test` all clean locally. This unblocks the release. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
wtclaude added 1 commit 2026-07-17 16:41:53 +00:00
The release workflow's `cargo fmt --check` gate failed on the Protocol 2.0
additions: upsert_guild/upsert_house signatures and their call sites in
main.rs exceeded rustfmt's default width. Reformatted with `cargo fmt` — no
behavioral change. `cargo fmt --check`, `cargo check`, and `cargo test` all
clean.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
whitlocktech approved these changes 2026-07-17 16:43:02 +00:00
whitlocktech merged commit 813ff52059 into main 2026-07-17 16:43:09 +00:00
whitlocktech deleted branch fix/sidecar-rustfmt 2026-07-17 16:43:10 +00:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RunicGateway/link#8
No description provided.