diff --git a/README.md b/README.md index 423229b5..316705ef 100644 --- a/README.md +++ b/README.md @@ -382,6 +382,7 @@ Both return a JSON document with: | `server/src/chat/commands/mod.rs` | Bot-level command registry shared by all transports | | `server/src/chat/commands/ambient.rs` | `ambient` command handler | | `server/src/chat/commands/assign.rs` | `assign` command handler | +| `server/src/chat/commands/backlog.rs` | `backlog` command — shows only backlog-stage items | | `server/src/chat/commands/cost.rs` | `cost` command handler | | `server/src/chat/commands/coverage.rs` | `coverage` command — show or refresh test coverage | | `server/src/chat/commands/depends.rs` | `depends` command handler |