Skip to content

style(daemon): restore alphabetical mod order after union merge#90

Merged
RNT56 merged 1 commit into
mainfrom
claude/v06-merge-fmt-fixup
Jun 29, 2026
Merged

style(daemon): restore alphabetical mod order after union merge#90
RNT56 merged 1 commit into
mainfrom
claude/v06-merge-fmt-fixup

Conversation

@RNT56

@RNT56 RNT56 commented Jun 29, 2026

Copy link
Copy Markdown
Owner

Pure cargo fmt fixup of a union-merge artifact from the v0.6 stacked-PR integration (#80#89). The union merge driver on crates/crustcore-daemon/src/lib.rs left multirepo/github_commands interleaved out of rustfmt's alphabetical reorder_modules order. rustfmt swaps them back (doc comments intact); zero logic change.

cargo xtask verify green on the integrated main (nano 438416 bytes, 53.5%).

🤖 Generated with Claude Code

The v0.6 stacked-PR integration used a union merge driver on daemon/src/lib.rs
to auto-resolve the cascading `pub mod` additions. The union resolution left
`multirepo` (F.3) and `github_commands` (E.2) interleaved out of rustfmt's
alphabetical `reorder_modules` order. This is a pure mechanical `cargo fmt`
reorder — doc comments stay attached to their modules, zero logic change.

`cargo xtask verify` green on the integrated main.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@RNT56 RNT56 merged commit 5009914 into main Jun 29, 2026
6 checks passed
@RNT56 RNT56 deleted the claude/v06-merge-fmt-fixup branch June 29, 2026 21:44
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