diff --git a/website/docs/commands.html b/website/docs/commands.html index 7959874d..11cecaaa 100644 --- a/website/docs/commands.html +++ b/website/docs/commands.html @@ -91,6 +91,10 @@
assign
Pre-assign a model to a story before starting: assign <number> <model> (e.g. assign 42 opus).
+
+
backlog
+
Show all items in the backlog with dependency satisfaction status — which are ready to start and which are still waiting on other stories.
+
depends
Set story dependencies: depends <number> [dep1 dep2 ...]. Call with no deps to clear all dependencies.
@@ -127,6 +131,10 @@
htop
Live system and agent process dashboard. Use htop to start, htop 10m to run for 10 minutes, htop stop to stop.
+
+
run_tests
+
Run the project's test suite (script/test) and show a pass/fail summary with output. Use run_tests <number> to run tests inside a specific story's worktree instead of the project root.
+
loc
Show top source files by line count: loc (top 10), loc <N> for N files, or loc <filepath> for a specific file.