project-iris 0.0.18 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -98,6 +98,13 @@ No project configuration found. This appears to be a new project.
98
98
  3 - **Ask a question** - Get help without full setup
99
99
  ```
100
100
 
101
+ **CRITICAL**: When user selects "Initialize project", the `project-init` skill MUST:
102
+ 1. Ask project type question FIRST (full-stack, backend, frontend, CLI, library)
103
+ 2. Then detect/ask scenario (greenfield/brownfield/hybrid)
104
+ 3. Save `project.yaml` with BOTH fields before proceeding to standards
105
+
106
+ Never skip these questions - they determine which standards are relevant and how Construction works.
107
+
101
108
  ### Case 2: First-Time User, Existing Code Found (Brownfield)
102
109
 
103
110
  ```markdown
@@ -9,7 +9,7 @@
9
9
  You are now the **Construction Agent** for iris AI-DLC.
10
10
 
11
11
  **IMMEDIATELY** read and adopt the persona from:
12
- `src/flows/aidlc/agents/construction-agent.md`
12
+ `.iris/aidlc/agents/construction-agent.md`
13
13
 
14
14
  ---
15
15
 
@@ -32,11 +32,11 @@ You are now the **Construction Agent** for iris AI-DLC.
32
32
 
33
33
  ## Your Skills
34
34
 
35
- - **List Bolts**: `.iris/skills/construction/bolt-list.md` → View all bolts
36
- - **Bolt Status**: `.iris/skills/construction/bolt-status.md` → Detailed bolt status
37
- - **Start/Continue Bolt**: `.iris/skills/construction/bolt-start.md` → Execute bolt stages
38
- - **Plan Bolts**: `.iris/skills/construction/bolt-plan.md` → Redirects to Inception
39
- - **Menu**: `.iris/skills/construction/navigator.md` → Show skills
35
+ - **List Bolts**: `.iris/aidlc/skills/construction/bolt-list.md` → View all bolts
36
+ - **Bolt Status**: `.iris/aidlc/skills/construction/bolt-status.md` → Detailed bolt status
37
+ - **Start/Continue Bolt**: `.iris/aidlc/skills/construction/bolt-start.md` → Execute bolt stages
38
+ - **Plan Bolts**: `.iris/aidlc/skills/construction/bolt-plan.md` → Redirects to Inception
39
+ - **Menu**: `.iris/aidlc/skills/construction/navigator.md` → Show skills
40
40
 
41
41
  ---
42
42
 
@@ -44,7 +44,7 @@ You are now the **Construction Agent** for iris AI-DLC.
44
44
 
45
45
  When executing a bolt, you **MUST**:
46
46
 
47
- 1. Read the bolt type from `.iris/bolt-types/{type}.md`
47
+ 1. Read the bolt type from `.iris/aidlc/templates/construction/bolt-types/{type}.md`
48
48
  2. Follow stages defined in that file
49
49
  3. **NEVER** assume stages - always read them
50
50
 
@@ -9,7 +9,7 @@
9
9
  You are now the **Inception Agent** for iris AI-DLC.
10
10
 
11
11
  **IMMEDIATELY** read and adopt the persona from:
12
- `src/flows/aidlc/agents/inception-agent.md`
12
+ `.iris/aidlc/agents/inception-agent.md`
13
13
 
14
14
  ---
15
15
 
@@ -31,15 +31,15 @@ You are now the **Inception Agent** for iris AI-DLC.
31
31
 
32
32
  ## Your Skills
33
33
 
34
- - **Create Intent**: `.iris/skills/inception/intent-create.md` → Start new feature
35
- - **List Intents**: `.iris/skills/inception/intent-list.md` → View all intents
36
- - **Gather Requirements**: `.iris/skills/inception/requirements.md` → Document FR/NFR
37
- - **Define Context**: `.iris/skills/inception/context.md` → Map system boundaries
38
- - **Decompose Units**: `.iris/skills/inception/units.md` → Break into units
39
- - **Create Stories**: `.iris/skills/inception/story-create.md` → Define user stories
40
- - **Plan Bolts**: `.iris/skills/inception/bolt-plan.md` → Group into bolts
41
- - **Review**: `.iris/skills/inception/review.md` → Complete inception
42
- - **Menu**: `.iris/skills/inception/navigator.md` → Show skills
34
+ - **Create Intent**: `.iris/aidlc/skills/inception/intent-create.md` → Start new feature
35
+ - **List Intents**: `.iris/aidlc/skills/inception/intent-list.md` → View all intents
36
+ - **Gather Requirements**: `.iris/aidlc/skills/inception/requirements.md` → Document FR/NFR
37
+ - **Define Context**: `.iris/aidlc/skills/inception/context.md` → Map system boundaries
38
+ - **Decompose Units**: `.iris/aidlc/skills/inception/units.md` → Break into units
39
+ - **Create Stories**: `.iris/aidlc/skills/inception/story-create.md` → Define user stories
40
+ - **Plan Bolts**: `.iris/aidlc/skills/inception/bolt-plan.md` → Group into bolts
41
+ - **Review**: `.iris/aidlc/skills/inception/review.md` → Complete inception
42
+ - **Menu**: `.iris/aidlc/skills/inception/navigator.md` → Show skills
43
43
 
44
44
  ---
45
45
 
@@ -26,11 +26,11 @@ You are now the **Master Orchestrator** for iris AI-DLC.
26
26
 
27
27
  ## Your Skills
28
28
 
29
- - **Project Init**: `.iris/skills/master/project-init.md` → `project-init`, `init` - **Use for uninitialized projects**
30
- - **Analyze Context**: `.iris/skills/master/analyze-context.md` → Auto on activation (after initialization)
31
- - **Route Request**: `.iris/skills/master/route-request.md` → User wants to do something
32
- - **Explain Flow**: `.iris/skills/master/explain-flow.md` → User asks about AI-DLC
33
- - **Answer Question**: `.iris/skills/master/answer-question.md` → User has questions
29
+ - **Project Init**: `.iris/aidlc/skills/master/project-init.md` → `project-init`, `init` - **Use for uninitialized projects**
30
+ - **Analyze Context**: `.iris/aidlc/skills/master/analyze-context.md` → Auto on activation (after initialization)
31
+ - **Route Request**: `.iris/aidlc/skills/master/route-request.md` → User wants to do something
32
+ - **Explain Flow**: `.iris/aidlc/skills/master/explain-flow.md` → User asks about AI-DLC
33
+ - **Answer Question**: `.iris/aidlc/skills/master/answer-question.md` → User has questions
34
34
 
35
35
  ---
36
36
 
@@ -9,7 +9,7 @@
9
9
  You are now the **Operations Agent** for iris AI-DLC.
10
10
 
11
11
  **IMMEDIATELY** read and adopt the persona from:
12
- `src/flows/aidlc/agents/operations-agent.md`
12
+ `.iris/aidlc/agents/operations-agent.md`
13
13
 
14
14
  ---
15
15
 
@@ -32,11 +32,11 @@ You are now the **Operations Agent** for iris AI-DLC.
32
32
 
33
33
  ## Your Skills
34
34
 
35
- - **Build**: `.iris/skills/operations/build.md` → Create deployment artifacts
36
- - **Deploy**: `.iris/skills/operations/deploy.md` → Deploy to environment
37
- - **Verify**: `.iris/skills/operations/verify.md` → Validate deployment
38
- - **Monitor**: `.iris/skills/operations/monitor.md` → Setup observability
39
- - **Menu**: `.iris/skills/operations/navigator.md` → Show skills
35
+ - **Build**: `.iris/aidlc/skills/operations/build.md` → Create deployment artifacts
36
+ - **Deploy**: `.iris/aidlc/skills/operations/deploy.md` → Deploy to environment
37
+ - **Verify**: `.iris/aidlc/skills/operations/verify.md` → Validate deployment
38
+ - **Monitor**: `.iris/aidlc/skills/operations/monitor.md` → Setup observability
39
+ - **Menu**: `.iris/aidlc/skills/operations/navigator.md` → Show skills
40
40
 
41
41
  ---
42
42
 
@@ -27,6 +27,22 @@
27
27
 
28
28
  ---
29
29
 
30
+ ## Display Convention (CRITICAL)
31
+
32
+ When referencing bolt files to the user, ALWAYS show the **bolt ID prominently**, not just "bolt.md":
33
+
34
+ **WRONG**:
35
+ - "Working on bolt.md"
36
+ - "Open bolt.md to see details"
37
+
38
+ **CORRECT**:
39
+ - "Working on **001-extension-foundation**"
40
+ - "Open **001-extension-foundation/bolt.md** to see details"
41
+
42
+ The bolt ID (directory name like `001-extension-foundation`) is the identifier. The file `bolt.md` is just the metadata file inside. Users should always see and understand WHICH bolt they're working on.
43
+
44
+ ---
45
+
30
46
  ## Checkpoints
31
47
 
32
48
  **Checkpoint 1**: Which bolt to work on?
@@ -33,6 +33,24 @@
33
33
 
34
34
  ---
35
35
 
36
+ ## Display Convention (CRITICAL)
37
+
38
+ When referencing bolt files to the user, ALWAYS show the **bolt ID prominently**, not just "bolt.md":
39
+
40
+ **WRONG**:
41
+ - "Working on bolt.md"
42
+ - "Updating bolt.md status"
43
+ - "Approve changes to bolt.md?"
44
+
45
+ **CORRECT**:
46
+ - "Working on **001-extension-foundation**"
47
+ - "Updating **001-extension-foundation** status"
48
+ - "Approve changes to **001-extension-foundation/bolt.md**?"
49
+
50
+ The bolt ID (directory name like `001-extension-foundation`) is the identifier. Users should always see and understand WHICH bolt they're working on.
51
+
52
+ ---
53
+
36
54
  ## Bolt Type Execution
37
55
 
38
56
  Stages, activities, outputs, and checkpoints come from the bolt type definition:
@@ -430,6 +448,24 @@ If construction log doesn't exist, create it using template:
430
448
 
431
449
  ---
432
450
 
451
+ ## CRITICAL: Post-Bolt Options (NEVER SKIP)
452
+
453
+ **After EVERY bolt completion, you MUST present the Actions menu above.**
454
+
455
+ ```text
456
+ ┌─────────────────────────────────────────────────────────────┐
457
+ │ BOLT COMPLETED │
458
+ │ → You MUST show the Actions menu (1-next, 2-list, 3-ops) │
459
+ │ → Do NOT just ask "approve to continue?" │
460
+ │ → Let the user CHOOSE their next action │
461
+ └─────────────────────────────────────────────────────────────┘
462
+ ```
463
+
464
+ **Failure Mode**: Asking "Ready to proceed to next bolt?" without showing options
465
+ **Correct Behavior**: Always show numbered Actions list and wait for user choice
466
+
467
+ ---
468
+
433
469
  ## Bolt Completion Checklist
434
470
 
435
471
  **Use this checklist to verify all completion tasks are done:**
package/lib/constants.js CHANGED
@@ -1,14 +1,18 @@
1
1
 
2
- // Theme Colors (dark red)
2
+ /**
3
+ * OSiris Brand Palette: "The Digital Temple"
4
+ * Strategy: High-contrast Dark Mode for Enterprise Traceability.
5
+ * Persona: Architect/Engineer
6
+ */
3
7
  const THEME_COLORS = {
4
- primary: '#1919b1ff', // Dark brick red
5
- secondary: '#4078b4ff', // Medium red
6
- accent: '#d0d32aff', // Coral red
7
- success: '#22c55e', // Green
8
- error: '#ef4444', // Red
9
- warning: '#f59e0b', // Amber
10
- info: '#3b82f6', // Blue
11
- dim: '#666666' // Gray shadow (visible on dark/light terminals)
8
+ primary: '#0B0E14', // Deep Obsidian (The System Foundation / Background)
9
+ secondary: '#1F2937', // Architectural Slate (The Repository / UI Surfaces)
10
+ accent: '#EAB308', // Osiris Gold (The Intent / AI Intelligence Spark)
11
+ success: '#10B981', // Emerald Trace (Verified Code / Completed Intent)
12
+ error: '#EF4444', // Pulse Red (System Error / Intent Mismatch)
13
+ warning: '#F59E0B', // Solar Amber (Validation Required / Pending Action)
14
+ info: '#0EA5E9', // Cyber Cyan (Technical Metadata / AWS Context)
15
+ dim: '#64748B' // Muted Steel (Inactive Threads / Non-essential Grid Lines)
12
16
  };
13
17
 
14
18
  const FLOWS = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "project-iris",
3
- "version": "0.0.18",
3
+ "version": "0.1.1",
4
4
  "description": "Multi-agent orchestration system for AI-native software development. Delivers AI-DLC, Agile, and custom SDLC flows as markdown-based agent systems.",
5
5
  "main": "lib/installer.js",
6
6
  "bin": {