@shiplens/cli 1.4.3 → 1.4.4
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/docs/02_CLI_COMMAND_REFERENCE.md +10 -1
- package/lib/assets/actions.json +754 -0
- package/lib/assets/skill.js +28 -29
- package/lib/cli.js +6 -1
- package/lib/commands/action.js +112 -0
- package/package.json +5 -2
- package/prompts/README.md +2 -3
- package/prompts/{prompts_cli_en.md → prompts_cli_en-US.md} +821 -743
- package/prompts/prompts_cli_zh.md +0 -743
|
@@ -142,7 +142,16 @@ Performs health checks on:
|
|
|
142
142
|
|
|
143
143
|
---
|
|
144
144
|
|
|
145
|
-
##
|
|
145
|
+
## 11. Action Presets (`action`)
|
|
146
|
+
|
|
147
|
+
```bash
|
|
148
|
+
shiplens action [action_id] [--list] [--json]
|
|
149
|
+
```
|
|
150
|
+
|
|
151
|
+
- `shiplens action --list`: List all 42 textbook growth & analytics actions and categories
|
|
152
|
+
- `shiplens action <action_id>`: Retrieve deterministic execution steps, CLI commands, and methodology theory for a specific scenario (e.g. `lifecycle_stage`, `customer_ltv`)
|
|
153
|
+
|
|
154
|
+
---
|
|
146
155
|
|
|
147
156
|
The full data flow from user action to analytics delivery:
|
|
148
157
|
|