diff --git a/USAGE.md b/USAGE.md index f8232d6..793de8e 100644 --- a/USAGE.md +++ b/USAGE.md @@ -93,6 +93,7 @@ cd rust cd rust ./target/debug/claw status ./target/debug/claw sandbox +./target/debug/claw hook list ./target/debug/claw agents ./target/debug/claw mcp ./target/debug/claw skills diff --git a/rust/README.md b/rust/README.md index c087e0a..74b46ff 100644 --- a/rust/README.md +++ b/rust/README.md @@ -22,6 +22,9 @@ cargo run -p rusty-claude-cli -- prompt "explain this codebase" # JSON output for automation cargo run -p rusty-claude-cli -- --output-format json prompt "summarize src/main.rs" + +# Inspect registered hooks and whether they are enabled +cargo run -p rusty-claude-cli -- hook list ``` ## Configuration