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.
package/bundled/VERSION.json
CHANGED
|
@@ -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`
|
|
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'
|