Skill Index

guts/

build

community[command]

Build the entire Guts workspace

$/plugin install guts

details

Build the Guts project:

cargo build --workspace --all-features

Then run clippy for linting:

cargo clippy --workspace --all-targets --all-features -- -D warnings

Report any compilation errors or warnings.

technical

github
AbdelStark/guts
stars
8
license
Apache-2.0
contributors
1
last commit
2026-03-21T22:40:42Z
file
.claude/commands/build.md

related