mirror of
https://github.com/lWolvesl/claw-code.git
synced 2026-04-02 07:41:52 +08:00
Reformat /init results into the same structured operator-console style used by the other polished commands so create and skip outcomes are easier to scan. This keeps the command behavior unchanged while making repo bootstrapping feedback feel more intentional. Constraint: /init must stay non-destructive and continue refusing to overwrite an existing CLAUDE.md Rejected: Expand /init to write more files in the same slice | broader scaffolding would be riskier than a focused UX polish commit Confidence: high Scope-risk: narrow Reversibility: clean Directive: Keep /init output explicit about whether the file was created or skipped so users can trust the command in existing repos Tested: cargo fmt --manifest-path ./rust/Cargo.toml --all; cargo clippy --manifest-path ./rust/Cargo.toml --workspace --all-targets -- -D warnings; cargo test --manifest-path ./rust/Cargo.toml --workspace Not-tested: Manual /init run in a repo that already has a heavily customized CLAUDE.md