Skip to content

Commit dd1cd1c

Browse files
committed
chore(conductor): Update commit message templates to follow Conventional Commits
1 parent e581544 commit dd1cd1c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

commands/conductor/implement.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ CRITICAL: You must validate the success of every tool call. If any tool call fai
7676
5. **Finalize Track:**
7777
- After all tasks in the track's local `plan.md` are completed, you MUST update the track's status in the tracks file.
7878
- 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`.
8080
- Announce that the track is fully complete and the tracks file has been updated.
8181
8282
---
@@ -130,7 +130,7 @@ CRITICAL: You must validate the success of every tool call. If any tool call fai
130130
- **Construct the Message:** Based on the records of which files were changed, construct a summary message.
131131
- **Commit Changes:**
132132
- 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>'`
134134
- **Example (if product.md was changed, but others were not):**
135135
> "Documentation synchronization is complete.
136136
> - **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
158158
i. **Create Archive Directory:** Check for the existence of `conductor/archive/`. If it does not exist, create it.
159159
ii. **Archive Track Folder:** Move the track's folder from `conductor/tracks/<track_id>` to `conductor/archive/<track_id>`.
160160
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>'`.
162162
v. **Announce Success:** Announce: "Track '<track_description>' has been successfully archived."
163163
* **If user chooses "B" (Delete):**
164164
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
167167
- **If 'yes'**:
168168
a. **Delete Track Folder:** Permanently delete the track's folder from `conductor/tracks/<track_id>`.
169169
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>'`.
171171
d. **Announce Success:** Announce: "Track '<track_description>' has been permanently deleted."
172172
- **If 'no' (or anything else)**:
173173
a. **Announce Cancellation:** Announce: "Deletion cancelled. The track has not been changed."

0 commit comments

Comments
 (0)