@kynetic-ai/spec 0.6.0 → 0.8.0
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.
- package/dist/agents/adapters.d.ts +2 -0
- package/dist/agents/adapters.d.ts.map +1 -1
- package/dist/agents/adapters.js +18 -0
- package/dist/agents/adapters.js.map +1 -1
- package/dist/agents/spawner.d.ts +2 -0
- package/dist/agents/spawner.d.ts.map +1 -1
- package/dist/agents/spawner.js +4 -2
- package/dist/agents/spawner.js.map +1 -1
- package/dist/cli/commands/batch.d.ts.map +1 -1
- package/dist/cli/commands/batch.js +38 -6
- package/dist/cli/commands/batch.js.map +1 -1
- package/dist/cli/commands/ralph.d.ts.map +1 -1
- package/dist/cli/commands/ralph.js +76 -39
- package/dist/cli/commands/ralph.js.map +1 -1
- package/dist/cli/commands/setup-seeding.d.ts +6 -3
- package/dist/cli/commands/setup-seeding.d.ts.map +1 -1
- package/dist/cli/commands/setup-seeding.js +20 -4
- package/dist/cli/commands/setup-seeding.js.map +1 -1
- package/dist/cli/commands/setup.d.ts +3 -2
- package/dist/cli/commands/setup.d.ts.map +1 -1
- package/dist/cli/commands/setup.js +10 -90
- package/dist/cli/commands/setup.js.map +1 -1
- package/dist/cli/commands/skill-install.d.ts.map +1 -1
- package/dist/cli/commands/skill-install.js +104 -1
- package/dist/cli/commands/skill-install.js.map +1 -1
- package/dist/lib/codex-config.d.ts +14 -0
- package/dist/lib/codex-config.d.ts.map +1 -0
- package/dist/lib/codex-config.js +88 -0
- package/dist/lib/codex-config.js.map +1 -0
- package/dist/parser/agent-detection.d.ts +14 -0
- package/dist/parser/agent-detection.d.ts.map +1 -0
- package/dist/parser/agent-detection.js +118 -0
- package/dist/parser/agent-detection.js.map +1 -0
- package/dist/parser/setup-status.d.ts +4 -3
- package/dist/parser/setup-status.d.ts.map +1 -1
- package/dist/parser/setup-status.js +4 -10
- package/dist/parser/setup-status.js.map +1 -1
- package/dist/parser/shadow.d.ts.map +1 -1
- package/dist/parser/shadow.js +22 -31
- package/dist/parser/shadow.js.map +1 -1
- package/dist/parser/skill-render.d.ts +9 -1
- package/dist/parser/skill-render.d.ts.map +1 -1
- package/dist/parser/skill-render.js +116 -17
- package/dist/parser/skill-render.js.map +1 -1
- package/dist/ralph/subagent.d.ts +2 -0
- package/dist/ralph/subagent.d.ts.map +1 -1
- package/dist/ralph/subagent.js +2 -0
- package/dist/ralph/subagent.js.map +1 -1
- package/dist/ralph/wrap-up.d.ts +2 -0
- package/dist/ralph/wrap-up.d.ts.map +1 -1
- package/dist/ralph/wrap-up.js +1 -0
- package/dist/ralph/wrap-up.js.map +1 -1
- package/dist/sessions/store.d.ts +10 -0
- package/dist/sessions/store.d.ts.map +1 -1
- package/dist/sessions/store.js +59 -7
- package/dist/sessions/store.js.map +1 -1
- package/package.json +2 -1
- package/plugin/.claude-plugin/marketplace.json +1 -1
- package/plugin/.claude-plugin/plugin.json +1 -1
- package/templates/agents-sections/03-task-lifecycle.md +4 -1
- package/templates/agents-sections/07-batch-usage.md +51 -0
- package/templates/skills/create-workflow/SKILL.md +2 -2
- package/templates/skills/manifest.yaml +11 -0
- package/templates/skills/observations/SKILL.md +2 -2
- package/templates/skills/plan/SKILL.md +5 -5
- package/templates/skills/reflect/SKILL.md +1 -1
- package/templates/skills/review/SKILL.md +2 -2
- package/templates/skills/task-work/SKILL.md +6 -6
- package/templates/skills/triage/SKILL.md +1 -1
- package/templates/skills/triage/docs/inbox.md +1 -1
- package/templates/skills/triage/docs/observations.md +1 -1
- package/templates/skills/triage-automation/SKILL.md +1 -1
- package/templates/skills/triage-inbox/SKILL.md +3 -3
- package/templates/skills/writing-specs/SKILL.md +6 -6
|
@@ -186,7 +186,7 @@ kspec batch --commands '[
|
|
|
186
186
|
]'
|
|
187
187
|
```
|
|
188
188
|
|
|
189
|
-
Use `--dry-run` to preview. See
|
|
189
|
+
Use `--dry-run` to preview. See `{skill:help}` for full batch documentation.
|
|
190
190
|
|
|
191
191
|
## Common Patterns
|
|
192
192
|
|
|
@@ -220,6 +220,6 @@ At session end, provide summary:
|
|
|
220
220
|
|
|
221
221
|
## Integration
|
|
222
222
|
|
|
223
|
-
-
|
|
224
|
-
-
|
|
223
|
+
- **`{skill:reflect}`** — Session reflection may generate inbox items for triage
|
|
224
|
+
- **`{skill:observations}`** — Captures systemic patterns found during triage
|
|
225
225
|
- **`kspec session start`** — Shows inbox count for triage awareness
|
|
@@ -10,7 +10,7 @@ Create and maintain specification items — the source of truth for what to buil
|
|
|
10
10
|
- Organizing specs under the right module/parent
|
|
11
11
|
- Reviewing spec quality before deriving tasks
|
|
12
12
|
|
|
13
|
-
**Not for:** Task management (use
|
|
13
|
+
**Not for:** Task management (use `{skill:task-work}`), plan-to-spec translation (use `{skill:plan}`), or triage (use `{skill:triage}`).
|
|
14
14
|
|
|
15
15
|
## Finding Things
|
|
16
16
|
|
|
@@ -340,8 +340,8 @@ The derived task gets `spec_ref: @feature-slug` automatically.
|
|
|
340
340
|
|
|
341
341
|
## Integration
|
|
342
342
|
|
|
343
|
-
-
|
|
344
|
-
-
|
|
345
|
-
-
|
|
346
|
-
-
|
|
347
|
-
-
|
|
343
|
+
- **`{skill:plan}`** — Plans create specs via import or manual creation
|
|
344
|
+
- **`{skill:task-work}`** — Tasks reference specs; AC guides implementation
|
|
345
|
+
- **`{skill:triage}`** — Inbox items may reveal spec gaps
|
|
346
|
+
- **`{skill:observations}`** — Friction may indicate missing specs
|
|
347
|
+
- **`{skill:review}`** — Reviews check AC coverage
|