@benlooper/agent-board-tui 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,9 +9,9 @@ Check if the board server is up:
9
9
 
10
10
  curl -s --max-time 2 http://localhost:31377/api/cards
11
11
 
12
- If that fails, start it:
12
+ If that fails, start it in the background:
13
13
 
14
- agent-board-tui
14
+ agent-board-tui start
15
15
 
16
16
  Then poll every 2s (up to 15s) until the health check passes.
17
17