summaryrefslogtreecommitdiff
path: root/prompts/skills/continue-reminder/references/amp.md
blob: 2e1442435ff6df331cb0a908acf2915571c020f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# ampcode Agent — Continue Reminder

> **PLACEHOLDER** — This reference has not been populated yet because the ampcode agent was not active in the originating session.

## Known Differences from Claude

| Aspect | Expected Behavior |
|--------|-------------------|
| Rate-limit screen | Unknown; ampcode may handle throttling server-side |
| UI paradigm | Unknown; could be TUI, web UI, or API-driven |
| Resume command | Unknown |
| Session model | ampcode might use long-running processes or ephemeral workers |

## TODO

1. Determine ampcode's runtime environment:
   - Does it run in a tmux pane?
   - Is it daemonized?
   - Does it expose a CLI that can be scripted?

2. If ampcode has a resumable terminal session, capture the pane state and record:
   - Pause / limit indicator text
   - Keystrokes or commands required to resume

3. Update this file with a concrete example mirroring the Claude reference structure.