Skip to content

Commit fafdadc

Browse files
authored
prompts/README.md: the table lists every prompt file again (#1695)
The table stopped at the four rows #551 wrote: five of the fifteen presets, two of the four protocols, and none of the five top-level prompts added since. Now one row per file, and the presets row names them all and points at src/preset-catalog.ts for which button or routine each backs.
1 parent 619e886 commit fafdadc

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

packages/framework/prompts/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,17 @@ is written in TypeScript any more, so prompting can change without touching the
55

66
| file | what it is |
77
|---|---|
8-
| `system_prompt.md` | The built-in system prompt (#326). Rom's doc. |
8+
| `system_prompt.md` | The built-in system prompt (#326). Rom's doc. Its `# User prompt` slot is where the user's own text is rendered, for a build and a prompt session alike (#1691). |
9+
| `ticketing_format.md` | The ticket file format: how a ticket, its plan and its lock are written under `tickets/`. Travels in every agent's context. |
10+
| `todo_format.md` | The agent-queue format: how `TODO_AGENTS.md` is banded by priority. Travels in every agent's context. |
11+
| `data_branch_protocol.md` | The data-branch protocol: tickets, the queue and the session archives live on `tf-data`, read and written there directly, never on a code branch. Travels in every agent's context. |
12+
| `triage_scope.md` | The queue-only rule appended to both triage presets: a triage writes `TODO_AGENTS.md`, never a ticket's code (#1641). |
13+
| `on_before_mergeable_prompt.md` | The optional extra turn an agent gets when it signals ready for merge: queue quality follow-ups, fold what it learned into the knowledge base. |
914
| `protocols/await.md` | How to emit an awaited choice so the turn-boundary gate can detect it (#337/#339). |
1015
| `protocols/signal.md` | How to emit `setSessionName()` / `setReadyForMerge()` (#326). |
11-
| `presets/*.md` | One file per preset button: research (#331), readability (#360), maintainability (#361), security_audit (#461), ux (#472). |
16+
| `protocols/browser.md` | Added only when the run has a real Chrome attached: the `chrome-devtools` tools and what the agent may do with them (#793). |
17+
| `protocols/hands_off.md` | Added only when the session runs detached (a web run): land everything, since nothing on a machine follows it. |
18+
| `presets/*.md` | One file per preset; `src/preset-catalog.ts` is the table saying which button or routine each backs. Launcher buttons: research (#331), readability (#360), maintainability (#361), security_audit (#461), ux (#472), maintenance (#881), market_research (#694), plan_tickets (#685), suggest_new_tickets (#462), suggest_new_features, suggest_tickets_to_work_on, drain_queue (#855). Routine prompts: update_tickets (#1208), triage_quick (#891), triage_consensual (#892). |
1219

1320
## Editing
1421

0 commit comments

Comments
 (0)