@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.
Files changed (69) hide show
  1. package/dist/agents/adapters.d.ts +2 -0
  2. package/dist/agents/adapters.d.ts.map +1 -1
  3. package/dist/agents/adapters.js +18 -0
  4. package/dist/agents/adapters.js.map +1 -1
  5. package/dist/agents/spawner.d.ts +2 -0
  6. package/dist/agents/spawner.d.ts.map +1 -1
  7. package/dist/agents/spawner.js +4 -2
  8. package/dist/agents/spawner.js.map +1 -1
  9. package/dist/cli/commands/ralph.d.ts.map +1 -1
  10. package/dist/cli/commands/ralph.js +76 -39
  11. package/dist/cli/commands/ralph.js.map +1 -1
  12. package/dist/cli/commands/setup-seeding.d.ts +6 -3
  13. package/dist/cli/commands/setup-seeding.d.ts.map +1 -1
  14. package/dist/cli/commands/setup-seeding.js +20 -4
  15. package/dist/cli/commands/setup-seeding.js.map +1 -1
  16. package/dist/cli/commands/setup.d.ts +3 -2
  17. package/dist/cli/commands/setup.d.ts.map +1 -1
  18. package/dist/cli/commands/setup.js +10 -90
  19. package/dist/cli/commands/setup.js.map +1 -1
  20. package/dist/cli/commands/skill-install.d.ts.map +1 -1
  21. package/dist/cli/commands/skill-install.js +104 -1
  22. package/dist/cli/commands/skill-install.js.map +1 -1
  23. package/dist/lib/codex-config.d.ts +14 -0
  24. package/dist/lib/codex-config.d.ts.map +1 -0
  25. package/dist/lib/codex-config.js +88 -0
  26. package/dist/lib/codex-config.js.map +1 -0
  27. package/dist/parser/agent-detection.d.ts +14 -0
  28. package/dist/parser/agent-detection.d.ts.map +1 -0
  29. package/dist/parser/agent-detection.js +118 -0
  30. package/dist/parser/agent-detection.js.map +1 -0
  31. package/dist/parser/setup-status.d.ts +4 -3
  32. package/dist/parser/setup-status.d.ts.map +1 -1
  33. package/dist/parser/setup-status.js +4 -10
  34. package/dist/parser/setup-status.js.map +1 -1
  35. package/dist/parser/shadow.d.ts.map +1 -1
  36. package/dist/parser/shadow.js +22 -31
  37. package/dist/parser/shadow.js.map +1 -1
  38. package/dist/parser/skill-render.d.ts +9 -1
  39. package/dist/parser/skill-render.d.ts.map +1 -1
  40. package/dist/parser/skill-render.js +116 -17
  41. package/dist/parser/skill-render.js.map +1 -1
  42. package/dist/ralph/subagent.d.ts +2 -0
  43. package/dist/ralph/subagent.d.ts.map +1 -1
  44. package/dist/ralph/subagent.js +2 -0
  45. package/dist/ralph/subagent.js.map +1 -1
  46. package/dist/ralph/wrap-up.d.ts +2 -0
  47. package/dist/ralph/wrap-up.d.ts.map +1 -1
  48. package/dist/ralph/wrap-up.js +1 -0
  49. package/dist/ralph/wrap-up.js.map +1 -1
  50. package/dist/sessions/store.d.ts +10 -0
  51. package/dist/sessions/store.d.ts.map +1 -1
  52. package/dist/sessions/store.js +59 -7
  53. package/dist/sessions/store.js.map +1 -1
  54. package/package.json +2 -1
  55. package/plugin/.claude-plugin/marketplace.json +1 -1
  56. package/plugin/.claude-plugin/plugin.json +1 -1
  57. package/templates/skills/create-workflow/SKILL.md +2 -2
  58. package/templates/skills/manifest.yaml +11 -0
  59. package/templates/skills/observations/SKILL.md +2 -2
  60. package/templates/skills/plan/SKILL.md +5 -5
  61. package/templates/skills/reflect/SKILL.md +1 -1
  62. package/templates/skills/review/SKILL.md +2 -2
  63. package/templates/skills/task-work/SKILL.md +6 -6
  64. package/templates/skills/triage/SKILL.md +1 -1
  65. package/templates/skills/triage/docs/inbox.md +1 -1
  66. package/templates/skills/triage/docs/observations.md +1 -1
  67. package/templates/skills/triage-automation/SKILL.md +1 -1
  68. package/templates/skills/triage-inbox/SKILL.md +3 -3
  69. 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 `/kspec:writing-specs`), or triage (use `/kspec:triage`).
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
- - **`/kspec:writing-specs`** — Spec authoring details (types, AC format, traits)
334
- - **`/kspec:task-work`** — After specs are created, work on derived tasks
335
- - **`/kspec:triage`** — Inbox items may trigger plan creation
336
- - **`/kspec:observations`** — Friction during planning becomes observations
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 `/kspec:triage observations`
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
- - **`/kspec:task-work`** — Run review before submitting tasks
222
- - **`/kspec:writing-specs`** — If review reveals spec gaps, update specs first
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 `/kspec:writing-specs`), plan translation (use `/kspec:plan`), or triage (use `/kspec:triage`).
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
- - **`/kspec:writing-specs`** — Create specs before deriving tasks
309
- - **`/kspec:plan`** — Plans create specs that become tasks
310
- - **`/kspec:review`** — Review checks AC coverage and code quality
311
- - **`/kspec:observations`** — Capture friction found during task work
312
- - **`/kspec:reflect`** — Session reflection after completing tasks
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
@@ -178,7 +178,7 @@ kspec batch --commands '[
178
178
  ]'
179
179
  ```
180
180
 
181
- Use `--dry-run` to preview. See `/kspec:help` for full batch documentation.
181
+ Use `--dry-run` to preview. See `{skill:help}` for full batch documentation.
182
182
 
183
183
  ## Key Principles
184
184
 
@@ -120,7 +120,7 @@ kspec batch --commands '[
120
120
  ]'
121
121
  ```
122
122
 
123
- Use `--dry-run` to preview. See `/kspec:help` for full batch documentation.
123
+ Use `--dry-run` to preview. See `{skill:help}` for full batch documentation.
124
124
 
125
125
  ## Common Patterns
126
126
 
@@ -64,7 +64,7 @@ kspec batch --commands '[
64
64
  ]'
65
65
  ```
66
66
 
67
- Use `--dry-run` to preview. See `/kspec:help` for full batch documentation.
67
+ Use `--dry-run` to preview. See `{skill:help}` for full batch documentation.
68
68
 
69
69
  ## Common Patterns
70
70
 
@@ -129,6 +129,6 @@ kspec tasks ready --needs-review # Tasks needing human triage
129
129
 
130
130
  ## Integration
131
131
 
132
- - **`/kspec:triage-inbox`** — Inbox triage may promote items to tasks needing assessment
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 `/kspec:help` for full batch documentation.
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
- - **`/kspec:reflect`** — Session reflection may generate inbox items for triage
224
- - **`/kspec:observations`** — Captures systemic patterns found during triage
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 `/kspec:task-work`), plan-to-spec translation (use `/kspec:plan`), or triage (use `/kspec:triage`).
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
- - **`/kspec:plan`** — Plans create specs via import or manual creation
344
- - **`/kspec:task-work`** — Tasks reference specs; AC guides implementation
345
- - **`/kspec:triage`** — Inbox items may reveal spec gaps
346
- - **`/kspec:observations`** — Friction may indicate missing specs
347
- - **`/kspec:review`** — Reviews check AC coverage
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