Files
gastown/internal/templates/messages/spawn.md.tmpl
mayor 1d260d377b docs(priming): remove bd sync references for Dolt backend
Gas Town uses Dolt exclusively. Remove all bd sync and bd daemon
references from agent priming, templates, formulas, and docs.

With Dolt backend:
- Beads changes are automatically persisted
- No manual sync needed (no bd sync)
- No daemon needed (no bd daemon)

Updated files:
- polecat-CLAUDE.md template
- Role templates (crew, mayor, polecat)
- Message templates (spawn, nudge)
- Formulas (polecat-work, sync-workspace, shutdown, etc.)
- Reference docs

Part of hq-4f2f0c: Remove bd sync/daemon from agent priming

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 13:36:22 -08:00

33 lines
735 B
Cheetah

# Work Assignment
You have been assigned to work on the following issue:
## Issue: {{ .Issue }}
**Title**: {{ .Title }}
**Priority**: P{{ .Priority }}
**Branch**: {{ .Branch }}
{{ if .Description }}
## Description
{{ .Description }}
{{ end }}
## Your Task
1. Review the issue details with `bd show {{ .Issue }}`
2. Work in your clone at `{{ .RigName }}/polecats/{{ .Polecat }}/`
3. Commit changes regularly with clear messages
4. When complete, run:
- `bd close {{ .Issue }}`
- `gt done`
## Need Help?
- File blocking issues: `bd create --title="Blocked: <reason>" --type=task`
- Ask Witness: `gt mail send {{ .RigName }}/witness -s "Question" -m "..."`
- Escalate: The Witness will escalate if you're stuck
Good luck!