huskies: merge 485_story_documentation_site_for_huskies_dev
This commit is contained in:
@@ -91,6 +91,10 @@
|
||||
<div class="cmd-name">assign</div>
|
||||
<div class="cmd-desc">Pre-assign a model to a story before starting: <code>assign <number> <model></code> (e.g. <code>assign 42 opus</code>).</div>
|
||||
</div>
|
||||
<div class="cmd-row">
|
||||
<div class="cmd-name">backlog</div>
|
||||
<div class="cmd-desc">Show all items in the backlog with dependency satisfaction status — which are ready to start and which are still waiting on other stories.</div>
|
||||
</div>
|
||||
<div class="cmd-row">
|
||||
<div class="cmd-name">depends</div>
|
||||
<div class="cmd-desc">Set story dependencies: <code>depends <number> [dep1 dep2 ...]</code>. Call with no deps to clear all dependencies.</div>
|
||||
@@ -127,6 +131,10 @@
|
||||
<div class="cmd-name">htop</div>
|
||||
<div class="cmd-desc">Live system and agent process dashboard. Use <code>htop</code> to start, <code>htop 10m</code> to run for 10 minutes, <code>htop stop</code> to stop.</div>
|
||||
</div>
|
||||
<div class="cmd-row">
|
||||
<div class="cmd-name">run_tests</div>
|
||||
<div class="cmd-desc">Run the project's test suite (<code>script/test</code>) and show a pass/fail summary with output. Use <code>run_tests <number></code> to run tests inside a specific story's worktree instead of the project root.</div>
|
||||
</div>
|
||||
<div class="cmd-row">
|
||||
<div class="cmd-name">loc</div>
|
||||
<div class="cmd-desc">Show top source files by line count: <code>loc</code> (top 10), <code>loc <N></code> for N files, or <code>loc <filepath></code> for a specific file.</div>
|
||||
|
||||
Reference in New Issue
Block a user