Skip to content

Commit 8a52faf

Browse files
committed
fix: trim down prompt
1 parent 97ae9d1 commit 8a52faf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

cmd/prompt.tmpl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,8 @@ If you identify follow-up work, create a new bean instead of doing it immediatel
2626
When the user asks what to work on next:
2727

2828
```bash
29-
# Check for in-progress beans first (finish what's started)
30-
beans list --json --full -s in-progress
31-
3229
# Find beans ready to start (not blocked, excludes in-progress/completed/scrapped/draft)
33-
beans list --json --full --ready
30+
beans list --json --ready
3431
3532
# View full details of specific beans (supports multiple IDs)
3633
beans show --json <id> [id...]

0 commit comments

Comments
 (0)