Skip to content

Commit 8c2b764

Browse files
committed
Add gob logs to agent instructions
1 parent 4a18c8b commit 8c2b764

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dotfiles/opencode/.config/opencode/AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Do NOT use `gob` for:
2424
- `gob await <job_id>` - Wait for job to finish, stream output
2525
- `gob await-any` - Wait for whichever job finishes first
2626
- `gob list` - List jobs with IDs and status
27+
- `gob logs <job_id>` - View stdout and stderr (stdout→stdout, stderr→stderr)
2728
- `gob stop <job_id>` - Graceful stop
2829
- `gob restart <job_id>` - Stop + start
2930

dotfiles/pi/.pi/agent/AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Do NOT use `gob` for:
2424
- `gob await <job_id>` - Wait for job to finish, stream output
2525
- `gob await-any` - Wait for whichever job finishes first
2626
- `gob list` - List jobs with IDs and status
27+
- `gob logs <job_id>` - View stdout and stderr (stdout→stdout, stderr→stderr)
2728
- `gob stop <job_id>` - Graceful stop
2829
- `gob restart <job_id>` - Stop + start
2930

0 commit comments

Comments
 (0)