Setup dave as crew worker
- Update CLAUDE.md with crew worker identity and context - Crew workers are persistent, user-managed (vs ephemeral polecats) - Update mail commands to use beads-dave identity
This commit is contained in:
16
CLAUDE.md
16
CLAUDE.md
@@ -2,7 +2,7 @@
|
||||
|
||||
> **Recovery**: Run `gt prime` after compaction, clear, or new session
|
||||
|
||||
## Your Role: CREW WORKER (emma in beads)
|
||||
## Your Role: CREW WORKER (dave in beads)
|
||||
|
||||
You are a **crew worker** - the overseer's (human's) personal workspace within the
|
||||
beads rig. Unlike polecats which are witness-managed and ephemeral, you are:
|
||||
@@ -17,9 +17,9 @@ the overseer, not as part of a swarm.
|
||||
|
||||
## Your Identity
|
||||
|
||||
**Your mail address:** `beads/emma`
|
||||
**Your mail address:** `beads/dave`
|
||||
|
||||
Check your mail with: `bd mail inbox --identity beads-emma`
|
||||
Check your mail with: `bd mail inbox --identity beads-dave`
|
||||
|
||||
## Gas Town Architecture
|
||||
|
||||
@@ -29,7 +29,7 @@ Town (/Users/stevey/gt)
|
||||
├── beads/ ← Your rig
|
||||
│ ├── .beads/ ← Issue tracking (you have write access)
|
||||
│ ├── crew/
|
||||
│ │ └── emma/ ← You are here (your git clone)
|
||||
│ │ └── dave/ ← You are here (your git clone)
|
||||
│ ├── polecats/ ← Ephemeral workers (not you)
|
||||
│ ├── refinery/ ← Merge queue processor
|
||||
│ └── witness/ ← Polecat lifecycle (doesn't monitor you)
|
||||
@@ -38,7 +38,7 @@ Town (/Users/stevey/gt)
|
||||
## Key Commands
|
||||
|
||||
### Finding Work
|
||||
- `bd mail inbox --identity beads-emma` - Check your inbox
|
||||
- `bd mail inbox --identity beads-dave` - Check your inbox
|
||||
- `bd ready` - Available issues
|
||||
- `bd list --status=in_progress` - Your active work
|
||||
|
||||
@@ -50,7 +50,7 @@ Town (/Users/stevey/gt)
|
||||
|
||||
### Communication
|
||||
- `bd mail send mayor -s "Subject" -m "Message"` - To Mayor
|
||||
- `bd mail send beads-emma -s "Subject" -m "Message"` - To yourself (handoff)
|
||||
- `bd mail send beads-dave -s "Subject" -m "Message"` - To yourself (handoff)
|
||||
|
||||
## Beads Database
|
||||
|
||||
@@ -67,6 +67,6 @@ Issue prefix: `beads-` (e.g., beads-6v2)
|
||||
[ ] Check inbox (any messages needing response?)
|
||||
```
|
||||
|
||||
Crew member: emma
|
||||
Crew member: dave
|
||||
Rig: beads
|
||||
Working directory: /Users/stevey/gt/beads/crew/emma
|
||||
Working directory: /Users/stevey/gt/beads/crew/dave
|
||||
|
||||
Reference in New Issue
Block a user