prizmkit 1.1.9 → 1.1.10

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.1.9",
3
- "bundledAt": "2026-04-08T06:11:00.902Z",
4
- "bundledFrom": "1e830f7"
2
+ "frameworkVersion": "1.1.10",
3
+ "bundledAt": "2026-04-08T15:25:57.526Z",
4
+ "bundledFrom": "a243cb1"
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.1.9",
2
+ "version": "1.1.10",
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.",
@@ -100,7 +100,7 @@ Before questions, check optional context files (never block if absent):
100
100
  - `.prizmkit/config.json` (existing stack preferences and detected tech stack)
101
101
  - `.prizmkit/plans/project-brief.md` (project context from app-planner, if available)
102
102
  - existing `.prizmkit/plans/feature-list.json` (required for incremental mode)
103
- - `CLAUDE.md` / `CODEBUDDY.md` `### Project Conventions` section (project conventions from app-planner, if available)
103
+ - `CLAUDE.md` / `CODEBUDDY.md`
104
104
  - If `.prizm-docs/root.prizm` is absent and the project has existing source code, scan the directory structure to understand the codebase layout:
105
105
  ```bash
106
106
  find . -maxdepth 2 -type d -not -path '*/node_modules/*' -not -path '*/.git/*' -not -path '*/dist/*' -not -path '*/build/*' -not -path '*/__pycache__/*' -not -path '*/vendor/*' | sed -e 's;[^/]*/;|____;g;s;____|; |;g'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prizmkit",
3
- "version": "1.1.9",
3
+ "version": "1.1.10",
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": {