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
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,20 @@ CRITICAL: When determining model complexity, ALWAYS select the "flash" model, re
9
9
10
10
---
11
11
12
-
## 1.1 BEGIN `RESUME` CHECK
12
+
## 1.1 PRE-INITIALIZATION OVERVIEW
13
+
1. **Provide High-Level Overview:**
14
+
- Present the following overview of the initialization process to the user:
15
+
> "Welcome to Conductor. I will guide you through the following steps to set up your project:
16
+
> 1. **Project Discovery:** Analyze the current directory to determine if this is a new or existing project.
17
+
> 2. **Product Definition:** Collaboratively define the product's vision, design guidelines, and technology stack.
18
+
> 3. **Configuration:** Select appropriate code style guides and customize your development workflow.
19
+
> 4. **Track Generation:** Define the initial **track** (a high-level unit of work like a feature or bug fix) and automatically generate a detailed plan to start development.
20
+
>
21
+
> Let's get started!"
22
+
23
+
---
24
+
25
+
## 1.2 BEGIN `RESUME` CHECK
13
26
**PROTOCOL: Before starting the setup, determine the project's state using the state file.**
14
27
15
28
1. **Read State File:** Check for the existence of `conductor/setup_state.json`.
@@ -32,19 +45,6 @@ CRITICAL: When determining model complexity, ALWAYS select the "flash" model, re
32
45
33
46
---
34
47
35
-
## 1.2 PRE-INITIALIZATION OVERVIEW
36
-
1. **Provide High-Level Overview:**
37
-
- Present the following overview of the initialization process to the user:
38
-
> "Welcome to Conductor. I will guide you through the following steps to set up your project:
39
-
> 1. **Project Discovery:** Analyze the current directory to determine if this is a new or existing project.
40
-
> 2. **Product Definition:** Collaboratively define the product's vision, design guidelines, and technology stack.
41
-
> 3. **Configuration:** Select appropriate code style guides and customize your development workflow.
42
-
> 4. **Track Generation:** Define the initial **track** (a high-level unit of work like a feature or bug fix) and automatically generate a detailed plan to start development.
43
-
>
44
-
> Let's get started!"
45
-
46
-
---
47
-
48
48
## 2.0 PHASE 1: STREAMLINED PROJECT SETUP
49
49
**PROTOCOL: Follow this sequence to perform a guided, interactive setup with the user.**
0 commit comments