docs: remove obsolete bd ready/list from worker instructions
- Update Finding Work section with mail cwd clarification - Replace bd ready/list with molecule-based work assignment - Workers now receive work from overseer, not by polling bd 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -53,9 +53,8 @@ go test ./...
|
||||
## Key Commands
|
||||
|
||||
### Finding Work
|
||||
- `gt mail inbox` - Check your inbox
|
||||
- `bd ready` - Available issues
|
||||
- `bd list --status=in_progress` - Your active work
|
||||
- `gt mail inbox` - Check your inbox (run from YOUR cwd, not ~/gt)
|
||||
- The overseer directs your work. Your molecule (pinned handoff) is your yellow sticky.
|
||||
|
||||
### Working
|
||||
- `bd update <id> --status=in_progress` - Claim an issue
|
||||
|
||||
@@ -24,14 +24,10 @@ This is a full git clone of the project repository. You have complete autonomy o
|
||||
### Finding Work
|
||||
|
||||
```bash
|
||||
# Check your inbox
|
||||
# Check your inbox (run from YOUR directory, not ~/gt)
|
||||
gt mail inbox
|
||||
|
||||
# See available issues (if beads configured)
|
||||
bd ready
|
||||
|
||||
# Check assigned work
|
||||
bd list --status=in_progress
|
||||
# The overseer directs your work. Your molecule (pinned handoff) is your yellow sticky.
|
||||
```
|
||||
|
||||
### Working
|
||||
@@ -131,36 +127,6 @@ gt mail send --human -s "Need help" -m "Description of what's blocking me..."
|
||||
gt mail send mayor/ -s "Question: <topic>" -m "Details..."
|
||||
```
|
||||
|
||||
{{ #if beads_enabled }}
|
||||
## Beads Issue Tracking
|
||||
|
||||
Beads is configured for this workspace: `BEADS_DIR={{ beads_dir }}`
|
||||
|
||||
Issue prefix: `{{ issue_prefix }}`
|
||||
|
||||
### Quick Reference
|
||||
|
||||
```bash
|
||||
bd ready # Available work (no blockers)
|
||||
bd list --status=open # All open issues
|
||||
bd show <id> # Issue details
|
||||
bd create --title="..." --type=task # New issue
|
||||
bd update <id> --status=in_progress # Claim work
|
||||
bd close <id> # Mark complete
|
||||
bd sync # Sync with remote
|
||||
```
|
||||
|
||||
### Creating Issues
|
||||
|
||||
When you discover work that needs tracking:
|
||||
|
||||
```bash
|
||||
bd create --title="Fix bug in auth flow" --type=bug --priority=1
|
||||
bd create --title="Add new feature" --type=feature --priority=2
|
||||
```
|
||||
|
||||
Priority: 0=critical, 1=high, 2=medium (default), 3=low, 4=backlog
|
||||
{{ /if }}
|
||||
|
||||
{{ #unless beads_enabled }}
|
||||
## Beads (Not Configured)
|
||||
|
||||
Reference in New Issue
Block a user