@lumenflow/cli 3.8.3 → 3.8.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
CHANGED
|
@@ -202,6 +202,15 @@ This package provides CLI commands for the LumenFlow workflow framework, includi
|
|
|
202
202
|
|
|
203
203
|
<!-- END AUTO-GENERATED SECTION -->
|
|
204
204
|
|
|
205
|
+
### Additional Bin Aliases & Utilities
|
|
206
|
+
|
|
207
|
+
These binaries are also shipped and supported:
|
|
208
|
+
|
|
209
|
+
- `templates-sync` (alias of `sync-templates`)
|
|
210
|
+
- `lumenflow-pre-commit-check` (run pre-commit safety checks)
|
|
211
|
+
- `state-emit` (emit state events for reconciliation/admin flows)
|
|
212
|
+
- `wu-escalate` (show/resolve escalation status for a WU)
|
|
213
|
+
|
|
205
214
|
## Usage
|
|
206
215
|
|
|
207
216
|
Commands are typically invoked via pnpm scripts in your project:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lumenflow/cli",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.5",
|
|
4
4
|
"description": "Command-line interface for LumenFlow workflow framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lumenflow",
|
|
@@ -179,13 +179,13 @@
|
|
|
179
179
|
"xstate": "^5.28.0",
|
|
180
180
|
"yaml": "^2.8.2",
|
|
181
181
|
"zod": "^4.3.6",
|
|
182
|
-
"@lumenflow/agent": "3.8.
|
|
183
|
-
"@lumenflow/
|
|
184
|
-
"@lumenflow/
|
|
185
|
-
"@lumenflow/
|
|
186
|
-
"@lumenflow/
|
|
187
|
-
"@lumenflow/
|
|
188
|
-
"@lumenflow/
|
|
182
|
+
"@lumenflow/agent": "3.8.5",
|
|
183
|
+
"@lumenflow/initiatives": "3.8.5",
|
|
184
|
+
"@lumenflow/memory": "3.8.5",
|
|
185
|
+
"@lumenflow/control-plane-sdk": "3.8.5",
|
|
186
|
+
"@lumenflow/kernel": "3.8.5",
|
|
187
|
+
"@lumenflow/core": "3.8.5",
|
|
188
|
+
"@lumenflow/metrics": "3.8.5"
|
|
189
189
|
},
|
|
190
190
|
"devDependencies": {
|
|
191
191
|
"@vitest/coverage-v8": "^4.0.18",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @lumenflow/packs-software-delivery@3.8.
|
|
2
|
+
> @lumenflow/packs-software-delivery@3.8.4 build /home/tom/source/hellmai/lumenflow-dev/packages/@lumenflow/packs/software-delivery
|
|
3
3
|
> tsc
|
|
4
4
|
|