@lumenflow/cli 3.8.3 → 3.8.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/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",
3
+ "version": "3.8.4",
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.3",
183
- "@lumenflow/metrics": "3.8.3",
184
- "@lumenflow/core": "3.8.3",
185
- "@lumenflow/initiatives": "3.8.3",
186
- "@lumenflow/control-plane-sdk": "3.8.3",
187
- "@lumenflow/memory": "3.8.3",
188
- "@lumenflow/kernel": "3.8.3"
182
+ "@lumenflow/agent": "3.8.4",
183
+ "@lumenflow/control-plane-sdk": "3.8.4",
184
+ "@lumenflow/core": "3.8.4",
185
+ "@lumenflow/kernel": "3.8.4",
186
+ "@lumenflow/memory": "3.8.4",
187
+ "@lumenflow/metrics": "3.8.4",
188
+ "@lumenflow/initiatives": "3.8.4"
189
189
  },
190
190
  "devDependencies": {
191
191
  "@vitest/coverage-v8": "^4.0.18",
@@ -1,4 +1,4 @@
1
1
 
2
- > @lumenflow/packs-sidekick@3.8.2 build /home/tom/source/hellmai/lumenflow-dev/packages/@lumenflow/packs/sidekick
2
+ > @lumenflow/packs-sidekick@3.8.3 build /home/tom/source/hellmai/lumenflow-dev/packages/@lumenflow/packs/sidekick
3
3
  > tsc
4
4
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumenflow/packs-sidekick",
3
- "version": "3.8.3",
3
+ "version": "3.8.4",
4
4
  "description": "Sidekick personal assistant pack for LumenFlow — 16 tools for task management, typed memory, channels, routines, and audit",
5
5
  "keywords": [
6
6
  "lumenflow",
@@ -1,4 +1,4 @@
1
1
 
2
- > @lumenflow/packs-software-delivery@3.8.2 build /home/tom/source/hellmai/lumenflow-dev/packages/@lumenflow/packs/software-delivery
2
+ > @lumenflow/packs-software-delivery@3.8.3 build /home/tom/source/hellmai/lumenflow-dev/packages/@lumenflow/packs/software-delivery
3
3
  > tsc
4
4
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumenflow/packs-software-delivery",
3
- "version": "3.8.3",
3
+ "version": "3.8.4",
4
4
  "description": "Software delivery pack for LumenFlow — work units, gates, lanes, initiatives, and agent coordination",
5
5
  "keywords": [
6
6
  "lumenflow",