@kiroku-solutions/kiroku-ai 0.2.4 → 0.2.6

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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
- | `analyze` | Scans the current project to detect its stack and missing technologies. |
52
+ | `stackinfo` | Scans the current project to detect its stack and print dependency counts. |
53
53
 
54
54
  ### Setup modes
55
55
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiroku-solutions/kiroku-ai",
3
- "version": "0.2.4",
3
+ "version": "0.2.6",
4
4
  "description": "Interactive CLI to bootstrap Kiroku AI Standards (AI Context as Code) into any project.",
5
5
  "type": "module",
6
6
  "bin": {