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/setup.toml
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,9 @@ CRITICAL: You must validate the success of every tool call. If any tool call fai
23
23
## 1.2 PROJECT AUDIT
24
24
**PROTOCOL: Before starting the setup, determine the project's state by auditing existing artifacts.**
25
25
26
-
1. **Audit Artifacts:** Check the file system for the existence of the following files/directories in the `conductor/` directory:
26
+
1. **Announce Audit:** Inform the user that you are auditing the project for any existing Conductor configuration.
27
+
28
+
2. **Audit Artifacts:** Check the file system for the existence of the following files/directories in the `conductor/` directory:
27
29
- `product.md`
28
30
- `product-guidelines.md`
29
31
- `tech-stack.md`
@@ -32,7 +34,7 @@ CRITICAL: You must validate the success of every tool call. If any tool call fai
32
34
- `index.md`
33
35
- `tracks/*/` (specifically `plan.md` and `index.md`)
34
36
35
-
2. **Determine Target Section:** Map the project's state to a target section using the priority table below (highest match wins). **DO NOT JUMP YET.** Keep this target in mind.
37
+
3. **Determine Target Section:** Map the project's state to a target section using the priority table below (highest match wins). **DO NOT JUMP YET.** Keep this target in mind.
0 commit comments