Skip to content

Commit 0311bcf

Browse files
nuxclaude
andcommitted
fix(docs): replace non-existent gt patrol with gt witness in CLAUDE.md template
The Quick Reference section referenced `gt patrol start` which does not exist. The correct command is `gt witness start`. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 278b2f2 commit 0311bcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/cmd/install.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ Full context is injected by ` + "`gt prime`" + ` at session start.
338338
339339
- Check mail: ` + "`gt mail inbox`" + `
340340
- Check rigs: ` + "`gt rig list`" + `
341-
- Start patrol: ` + "`gt patrol start`" + `
341+
- Start patrol: ` + "`gt witness start`" + `
342342
`
343343
claudePath := filepath.Join(mayorDir, "CLAUDE.md")
344344
return os.WriteFile(claudePath, []byte(bootstrap), 0644)

0 commit comments

Comments
 (0)