You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: commands/conductor/implement.toml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ CRITICAL: You must validate the success of every tool call. If any tool call fai
76
76
5. **Finalize Track:**
77
77
- After all tasks in the track's local `plan.md` are completed, you MUST update the track's status in the tracks file.
78
78
- This requires finding the specific heading for the track (e.g., `## [~] Track: <Description>`) and replacing it with the completed status (e.g., `## [x] Track: <Description>`).
79
-
- **Commit Changes:** Stage `conductor/tracks.md` and commit with the message `conductor(track): Mark track '<track_description>' as complete`.
79
+
- **Commit Changes:** Stage `conductor/tracks.md` and commit with the message `chore(conductor): Mark track '<track_description>' as complete`.
80
80
- Announce that the track is fully complete and the tracks file has been updated.
81
81
82
82
---
@@ -130,7 +130,7 @@ CRITICAL: You must validate the success of every tool call. If any tool call fai
130
130
- **Construct the Message:** Based on the records of which files were changed, construct a summary message.
131
131
- **Commit Changes:**
132
132
- If any files were changed (`product.md`, `tech-stack.md`, or `product-guidelines.md`), you MUST stage them and commit them.
133
-
- **Commit Message:** `conductor(docs): Synchronize docs for track '<track_description>'`
133
+
- **Commit Message:** `docs(conductor): Synchronize docs for track '<track_description>'`
134
134
- **Example (if product.md was changed, but others were not):**
135
135
> "Documentation synchronization is complete.
136
136
> - **Changes made to `product.md`:** The user-facing description of the product was updated to include the new feature.
@@ -158,7 +158,7 @@ CRITICAL: You must validate the success of every tool call. If any tool call fai
158
158
i. **Create Archive Directory:** Check for the existence of `conductor/archive/`. If it does not exist, create it.
159
159
ii. **Archive Track Folder:** Move the track's folder from `conductor/tracks/<track_id>` to `conductor/archive/<track_id>`.
160
160
iii. **Remove from Tracks File:** Read the content of `conductor/tracks.md`, remove the entire section for the completed track (the part that starts with `---` and contains the track description), and write the modified content back to the file.
161
-
iv. **Commit Changes:** Stage `conductor/tracks.md` and `conductor/archive/`. Commit with the message `conductor(track): Archive track '<track_description>'`.
161
+
iv. **Commit Changes:** Stage `conductor/tracks.md` and `conductor/archive/`. Commit with the message `chore(conductor): Archive track '<track_description>'`.
162
162
v. **Announce Success:** Announce: "Track '<track_description>' has been successfully archived."
163
163
* **If user chooses "B" (Delete):**
164
164
i. **CRITICAL WARNING:** Before proceeding, you MUST ask for a final confirmation due to the irreversible nature of the action.
@@ -167,7 +167,7 @@ CRITICAL: You must validate the success of every tool call. If any tool call fai
167
167
- **If 'yes'**:
168
168
a. **Delete Track Folder:** Permanently delete the track's folder from `conductor/tracks/<track_id>`.
169
169
b. **Remove from Tracks File:** Read the content of `conductor/tracks.md`, remove the entire section for the completed track, and write the modified content back to the file.
170
-
c. **Commit Changes:** Stage `conductor/tracks.md` and the deletion of `conductor/tracks/<track_id>`. Commit with the message `conductor(track): Delete track '<track_description>'`.
170
+
c. **Commit Changes:** Stage `conductor/tracks.md` and the deletion of `conductor/tracks/<track_id>`. Commit with the message `chore(conductor): Delete track '<track_description>'`.
171
171
d. **Announce Success:** Announce: "Track '<track_description>' has been permanently deleted."
172
172
- **If 'no' (or anything else)**:
173
173
a. **Announce Cancellation:** Announce: "Deletion cancelled. The track has not been changed."
0 commit comments