project-iris 0.1.0 → 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.
|
@@ -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
|
-
→
|
|
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
|
-
→
|
|
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
|
-
→
|
|
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
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "project-iris",
|
|
3
|
-
"version": "0.1.
|
|
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": {
|