prizmkit 1.0.133 → 1.0.134

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "frameworkVersion": "1.0.133",
3
- "bundledAt": "2026-03-28T10:09:48.381Z",
4
- "bundledFrom": "242cd4e"
2
+ "frameworkVersion": "1.0.134",
3
+ "bundledAt": "2026-03-28T13:04:00.509Z",
4
+ "bundledFrom": "67ade4a"
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.133",
2
+ "version": "1.0.134",
3
3
  "skills": {
4
4
  "prizm-kit": {
5
5
  "description": "Full-lifecycle dev toolkit. Covers spec-driven development, Prizm context docs, code quality, debugging, deployment, and knowledge management.",
@@ -237,6 +237,7 @@ If yes → read `references/browser-interaction.md` for the `browser_interaction
237
237
  - non-empty `features`
238
238
  - sequential feature IDs (`F-001`, `F-002`, ...)
239
239
  - valid dependency DAG
240
+ - `priority` must be a string: `"high"`, `"medium"`, or `"low"` (NOT numeric values like 1/2/3)
240
241
  - new items default `status: "pending"`
241
242
  - English feature titles for stable slug generation
242
243
  - `model` field is optional — omitting it means the pipeline uses $MODEL env or CLI default
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prizmkit",
3
- "version": "1.0.133",
3
+ "version": "1.0.134",
4
4
  "description": "Create a new PrizmKit-powered project with clean initialization — no framework dev files, just what you need.",
5
5
  "type": "module",
6
6
  "bin": {