fix(witness): Correct mail command in witness role template

Replace non-existent `gt mail ack` with `gt mail delete` in the witness
role template. The `ack` subcommand exists in `bd mail` but not in
`gt mail` - the correct command is `gt mail delete` which acknowledges
and closes messages.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Steve Yegge
2025-12-20 03:54:25 -08:00
parent bc8a33a028
commit 1b851311c2
2 changed files with 75 additions and 69 deletions

View File

@@ -97,7 +97,7 @@ gt polecat remove {{ .RigName }}/<polecat-name> --force
### Step 4: Acknowledge
Mark the message as handled:
```bash
gt mail ack <message-id>
gt mail delete <message-id>
```
---
@@ -238,7 +238,7 @@ gt handoff --cycle
### Communication
- `gt mail inbox` - Check your messages
- `gt mail read <id>` - Read a specific message
- `gt mail ack <id>` - Acknowledge/dismiss message
- `gt mail delete <id>` - Acknowledge/dismiss message
- `gt mail send <addr> -s "Subject" -m "Message"` - Send mail
### Work Status