@kiroku-solutions/kiroku-ai 0.2.4 → 0.2.5
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/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -49,7 +49,7 @@ pnpm --dir CLI start init
|
|
|
49
49
|
| `update` | Re-resolves the recorded stack, re-downloads, and prunes removed skills. |
|
|
50
50
|
| `env [tool]` | Switches the AI tool: **migrates the folders** and regenerates its pointer. |
|
|
51
51
|
| `scaffold` | Generates a runnable starter project for the recorded stack (Phase 2). |
|
|
52
|
-
| `
|
|
52
|
+
| `stackinfo` | Scans the current project to detect its stack and print dependency counts. |
|
|
53
53
|
|
|
54
54
|
### Setup modes
|
|
55
55
|
|