@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.
@@ -142,7 +142,16 @@ Performs health checks on:
142
142
 
143
143
  ---
144
144
 
145
- ## End-to-End System Topology
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