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>
33 lines
655 B
Cheetah
33 lines
655 B
Cheetah
# Nudge: Check-in on {{ .Issue }}
|
|
|
|
Hey {{ .Polecat }},
|
|
|
|
This is nudge **{{ .NudgeCount }}/{{ .MaxNudges }}** for your current work.
|
|
|
|
## Reason
|
|
|
|
{{ .Reason }}
|
|
|
|
## Current Status
|
|
|
|
Issue: {{ .Issue }}
|
|
Status: {{ .Status }}
|
|
|
|
## Action Needed
|
|
|
|
Please either:
|
|
|
|
1. **If making progress**: Continue working and signal when done with `gt done`
|
|
2. **If blocked**: File a blocking issue with `bd create --title="Blocked: <reason>" --type=task`
|
|
3. **If done**: Make sure to run:
|
|
- `bd close {{ .Issue }}`
|
|
- `gt done`
|
|
|
|
## Important
|
|
|
|
After {{ .MaxNudges }} nudges without progress, this will be escalated to the Mayor.
|
|
|
|
Please respond or take action.
|
|
|
|
—Witness
|