@kiroku-solutions/kiroku-ai 0.2.2 → 0.2.3
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 +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -49,6 +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
53
|
|
|
53
54
|
### Setup modes
|
|
54
55
|
|
|
@@ -57,6 +58,7 @@ pnpm --dir CLI start init
|
|
|
57
58
|
| Mode | What it asks |
|
|
58
59
|
| ------------- | --------------------------------------------------------------------------------- |
|
|
59
60
|
| **Quickstart**| Pick one predefined stack (see presets below), then just the AI tool. |
|
|
61
|
+
| **Auto-Detect**| Analyzes your codebase to infer the stack, warns about missing tech, then installs. |
|
|
60
62
|
| **Guided** | The classic stack questionnaire (scope → frontend → backend → db → deploy → devops).|
|
|
61
63
|
| **Modular** | Guided **plus** Architecture, Methodology and Development practices, and per-agent selection. |
|
|
62
64
|
|