refactor(engine): split card_plugin runtime code into submodules #129
Reference in New Issue
Block a user
Delete Branch "refactor/card-plugin-submodules"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Final runtime split for #118:
card_plugin/mod.rs(2,536 lines) becomes seven focused submodules.CardImageSet, markers, plugin buildCode moved verbatim apart from relocating two stock colour constants next to their consumers. No behaviour change; all 70 card tests pass unchanged.
cargo clippy --workspace --all-targets -- -D warningscleancargo test --workspacegreenWith this, every file in the workspace is under 800 runtime lines — closes #118.
Closes #118
🤖 Generated with Claude Code