prizmkit 1.0.102 → 1.0.103

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.102",
3
- "bundledAt": "2026-03-24T16:16:55.231Z",
4
- "bundledFrom": "b3fb911"
2
+ "frameworkVersion": "1.0.103",
3
+ "bundledAt": "2026-03-24T17:11:59.061Z",
4
+ "bundledFrom": "5e837b4"
5
5
  }
@@ -1125,8 +1125,8 @@ case "${1:-run}" in
1125
1125
  run_one "$@"
1126
1126
  else
1127
1127
  # Parse positional and --features flag
1128
- local _run_feature_list="feature-list.json"
1129
- local _run_features_filter=""
1128
+ _run_feature_list="feature-list.json"
1129
+ _run_features_filter=""
1130
1130
  while [[ $# -gt 0 ]]; do
1131
1131
  case "$1" in
1132
1132
  --features)
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.102",
2
+ "version": "1.0.103",
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.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prizmkit",
3
- "version": "1.0.102",
3
+ "version": "1.0.103",
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": {