@kynetic-ai/spec 0.7.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/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/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
|
@@ -8,7 +8,7 @@ Translate approved plans into specs and tasks. Plans are durable artifacts — t
|
|
|
8
8
|
- Creating specs for new features or multi-spec capabilities
|
|
9
9
|
- Translating design documents into the spec hierarchy
|
|
10
10
|
|
|
11
|
-
**Not for:** Raw ideas (use `kspec inbox add`), single spec creation (use
|
|
11
|
+
**Not for:** Raw ideas (use `kspec inbox add`), single spec creation (use `{skill:writing-specs}`), or triage (use `{skill:triage}`).
|
|
12
12
|
|
|
13
13
|
## Two Paths
|
|
14
14
|
|
|
@@ -330,7 +330,7 @@ kspec validate --alignment
|
|
|
330
330
|
|
|
331
331
|
## Integration
|
|
332
332
|
|
|
333
|
-
-
|
|
334
|
-
-
|
|
335
|
-
-
|
|
336
|
-
-
|
|
333
|
+
- **`{skill:writing-specs}`** — Spec authoring details (types, AC format, traits)
|
|
334
|
+
- **`{skill:task-work}`** — After specs are created, work on derived tasks
|
|
335
|
+
- **`{skill:triage}`** — Inbox items may trigger plan creation
|
|
336
|
+
- **`{skill:observations}`** — Friction during planning becomes observations
|
|
@@ -150,6 +150,6 @@ kspec workflow resume # Resume
|
|
|
150
150
|
|
|
151
151
|
## Integration
|
|
152
152
|
|
|
153
|
-
- Observations created during reflection feed into
|
|
153
|
+
- Observations created during reflection feed into `{skill:triage} observations`
|
|
154
154
|
- Friction observations may be promoted to tasks via `kspec meta promote @ref`
|
|
155
155
|
- Success patterns may inform AGENTS.md or convention updates
|
|
@@ -218,6 +218,6 @@ Project-specific gates to add in your own review skill:
|
|
|
218
218
|
|
|
219
219
|
## Integration
|
|
220
220
|
|
|
221
|
-
-
|
|
222
|
-
-
|
|
221
|
+
- **`{skill:task-work}`** — Run review before submitting tasks
|
|
222
|
+
- **`{skill:writing-specs}`** — If review reveals spec gaps, update specs first
|
|
223
223
|
- **`kspec validate`** — Automated validation complements manual review
|
|
@@ -8,7 +8,7 @@ Structured workflow for working on tasks. Full lifecycle from start through PR m
|
|
|
8
8
|
- Continuing in-progress or needs_work tasks
|
|
9
9
|
- Ensuring consistent task lifecycle with notes and audit trail
|
|
10
10
|
|
|
11
|
-
**Not for:** Spec creation (use
|
|
11
|
+
**Not for:** Spec creation (use `{skill:writing-specs}`), plan translation (use `{skill:plan}`), or triage (use `{skill:triage}`).
|
|
12
12
|
|
|
13
13
|
## Inherit Existing Work First
|
|
14
14
|
|
|
@@ -305,8 +305,8 @@ kspec session start
|
|
|
305
305
|
|
|
306
306
|
## Integration
|
|
307
307
|
|
|
308
|
-
-
|
|
309
|
-
-
|
|
310
|
-
-
|
|
311
|
-
-
|
|
312
|
-
-
|
|
308
|
+
- **`{skill:writing-specs}`** — Create specs before deriving tasks
|
|
309
|
+
- **`{skill:plan}`** — Plans create specs that become tasks
|
|
310
|
+
- **`{skill:review}`** — Review checks AC coverage and code quality
|
|
311
|
+
- **`{skill:observations}`** — Capture friction found during task work
|
|
312
|
+
- **`{skill:reflect}`** — Session reflection after completing tasks
|
|
@@ -129,6 +129,6 @@ kspec tasks ready --needs-review # Tasks needing human triage
|
|
|
129
129
|
|
|
130
130
|
## Integration
|
|
131
131
|
|
|
132
|
-
-
|
|
132
|
+
- **`{skill:triage-inbox}`** — Inbox triage may promote items to tasks needing assessment
|
|
133
133
|
- **`kspec tasks ready --eligible`** — Used by task-work loop to find automatable work
|
|
134
134
|
- **Ralph loop** — Consumes eligible tasks; automation assessment feeds the pipeline
|
|
@@ -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
|