Skip to content

Commit 84054fd

Browse files
committed
chore(setup): add audit announcement step
1 parent 1a01797 commit 84054fd

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

commands/conductor/setup.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ CRITICAL: You must validate the success of every tool call. If any tool call fai
2323
## 1.2 PROJECT AUDIT
2424
**PROTOCOL: Before starting the setup, determine the project's state by auditing existing artifacts.**
2525
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:
2729
- `product.md`
2830
- `product-guidelines.md`
2931
- `tech-stack.md`
@@ -32,7 +34,7 @@ CRITICAL: You must validate the success of every tool call. If any tool call fai
3234
- `index.md`
3335
- `tracks/*/` (specifically `plan.md` and `index.md`)
3436
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.
3638
3739
| Artifact Exists | Target Section | Announcement |
3840
| :--- | :--- | :--- |
@@ -45,7 +47,7 @@ CRITICAL: You must validate the success of every tool call. If any tool call fai
4547
| `product.md` | **Section 2.2** | "Resuming setup: Product Guide is complete. Next: create Product Guidelines." |
4648
| (None) | **Section 2.0** | (None) |
4749
48-
3. **Proceed to Section 2.0:** You MUST proceed to Section 2.0 to establish the Greenfield/Brownfield context before jumping to your target.
50+
4. **Proceed to Section 2.0:** You MUST proceed to Section 2.0 to establish the Greenfield/Brownfield context before jumping to your target.
4951
5052
---
5153

0 commit comments

Comments
 (0)