@@ -45,10 +45,12 @@ This is CAT's core execution command. It:
4545
4646### Header Box (MANDATORY - Display FIRST)
4747
48- At workflow start, display the task header BEFORE any progress lines:
48+ At workflow start, display the task header BEFORE any progress lines.
49+
50+ ** CRITICAL: Use full task ID** (e.g., ` 2.0-fix-config-documentation ` ), not just task name (` fix-config-documentation ` ).
4951
5052```
51- 🐱 > {task-name}
53+ 🐱 > {major}.{minor}-{ task-name}
5254────────────────────────────────────────────────────────────────────
5355```
5456
@@ -81,7 +83,7 @@ This workflow has 4 phases. Display a persistent horizontal progress banner that
8183Phases are connected horizontally with dashes. Metrics appear on a second line below their relevant phases.
8284
8385```
84- 🐱 > {task-name}
86+ 🐱 > {major}.{minor}-{ task-name}
8587────────────────────────────────────────────────────────────────────
8688
8789● Preparing ────── ◉ Executing ────── ○ Reviewing ────── ○ Merging
@@ -96,7 +98,7 @@ Every progress display MUST include both the header AND the progress line. Never
9698line without the header above it - the header identifies which task the progress refers to.
9799
98100```
99- 🐱 > {task-name}
101+ 🐱 > {major}.{minor}-{ task-name}
100102────────────────────────────────────────────────────────────────────
101103
102104◉ Preparing ────── ○ Executing ────── ○ Reviewing ────── ○ Merging
@@ -107,7 +109,7 @@ Symbols: `○` pending, `●` complete, `◉` active, `✗` failed
107109** Starting state (phase 1 active):**
108110
109111```
110- 🐱 > {task-name}
112+ 🐱 > {major}.{minor}-{ task-name}
111113────────────────────────────────────────────────────────────────────
112114
113115◉ Preparing ────── ○ Executing ────── ○ Reviewing ────── ○ Merging
@@ -121,15 +123,15 @@ Header remains visible above progress banner throughout. Only the progress line
121123
122124When Preparing completes, Executing starts:
123125```
124- 🐱 > {task-name}
126+ 🐱 > {major}.{minor}-{ task-name}
125127────────────────────────────────────────────────────────────────────
126128
127129● Preparing ────── ◉ Executing ────── ○ Reviewing ────── ○ Merging
128130```
129131
130132When subagent completes (show metrics):
131133```
132- 🐱 > {task-name}
134+ 🐱 > {major}.{minor}-{ task-name}
133135────────────────────────────────────────────────────────────────────
134136
135137● Preparing ────── ● Executing ────── ◉ Reviewing ────── ○ Merging
@@ -138,7 +140,7 @@ When subagent completes (show metrics):
138140
139141When Reviewing completes:
140142```
141- 🐱 > {task-name}
143+ 🐱 > {major}.{minor}-{ task-name}
142144────────────────────────────────────────────────────────────────────
143145
144146● Preparing ────── ● Executing ────── ● Reviewing ────── ◉ Merging
@@ -148,7 +150,7 @@ When Reviewing completes:
148150** On success (final state):**
149151
150152```
151- 🐱 > {task-name} > PASSED
153+ 🐱 > {major}.{minor}-{ task-name} > PASSED
152154────────────────────────────────────────────────────────────────────
153155
154156● Preparing ────── ● Executing ────── ● Reviewing ────── ● Merging
@@ -162,7 +164,7 @@ Next: {next-task-name} (run `/cat:work` to continue)
162164** On failure (show context inline):**
163165
164166```
165- 🐱 > {task-name} > FAILED
167+ 🐱 > {major}.{minor}-{ task-name} > FAILED
166168────────────────────────────────────────────────────────────────────
167169
168170● Preparing ────── ● Executing ────── ✗ Reviewing ────── ○ Merging
0 commit comments