@lumenflow/cli 3.22.0 → 4.0.0

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.
Files changed (34) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/dist/task-claim.js +1 -1
  4. package/dist/task-claim.js.map +1 -1
  5. package/dist/wu-cleanup.js +18 -2
  6. package/dist/wu-cleanup.js.map +1 -1
  7. package/dist/wu-done-gates.js +67 -12
  8. package/dist/wu-done-gates.js.map +1 -1
  9. package/dist/wu-recover.js +13 -0
  10. package/dist/wu-recover.js.map +1 -1
  11. package/dist/wu-release.js +1 -0
  12. package/dist/wu-release.js.map +1 -1
  13. package/dist/wu-state-mutation-ownership.js +8 -0
  14. package/dist/wu-state-mutation-ownership.js.map +1 -1
  15. package/dist/wu-verify.js +1 -1
  16. package/package.json +12 -12
  17. package/packs/agent-runtime/.turbo/turbo-build.log +1 -1
  18. package/packs/agent-runtime/.turbo/turbo-test.log +21 -0
  19. package/packs/agent-runtime/.turbo/turbo-typecheck.log +1 -1
  20. package/packs/agent-runtime/package.json +5 -5
  21. package/packs/sidekick/.turbo/turbo-build.log +1 -1
  22. package/packs/sidekick/.turbo/turbo-test.log +150 -5
  23. package/packs/sidekick/.turbo/turbo-typecheck.log +1 -1
  24. package/packs/sidekick/package.json +5 -5
  25. package/packs/software-delivery/.turbo/turbo-build.log +1 -1
  26. package/packs/software-delivery/.turbo/turbo-test.log +32 -0
  27. package/packs/software-delivery/.turbo/turbo-typecheck.log +1 -1
  28. package/packs/software-delivery/LICENSE.md +18 -0
  29. package/packs/software-delivery/README.md +15 -0
  30. package/packs/software-delivery/package.json +5 -5
  31. package/templates/core/AGENTS.md.template +1 -24
  32. package/templates/core/LUMENFLOW.md.template +188 -34
  33. package/templates/core/UPGRADING.md.template +2 -2
  34. package/templates/core/ai/onboarding/release-process.md.template +13 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumenflow/cli",
3
- "version": "3.22.0",
3
+ "version": "4.0.0",
4
4
  "description": "Command-line interface for LumenFlow workflow framework",
5
5
  "keywords": [
6
6
  "lumenflow",
@@ -9,16 +9,16 @@
9
9
  "wu",
10
10
  "work-unit"
11
11
  ],
12
- "homepage": "https://github.com/hellmai/lumenflow-dev",
12
+ "homepage": "https://github.com/hellmai/lumenflow",
13
13
  "repository": {
14
14
  "type": "git",
15
- "url": "https://github.com/hellmai/lumenflow-dev.git",
15
+ "url": "https://github.com/hellmai/lumenflow.git",
16
16
  "directory": "packages/@lumenflow/cli"
17
17
  },
18
18
  "license": "AGPL-3.0-only",
19
19
  "author": {
20
- "name": "HellmAI",
21
- "url": "https://hellm.ai"
20
+ "name": "LumenFlow Contributors",
21
+ "url": "https://lumenflow.dev"
22
22
  },
23
23
  "type": "module",
24
24
  "main": "./dist/index.js",
@@ -186,13 +186,13 @@
186
186
  "xstate": "^5.28.0",
187
187
  "yaml": "^2.8.2",
188
188
  "zod": "^4.3.6",
189
- "@lumenflow/agent": "3.22.0",
190
- "@lumenflow/control-plane-sdk": "3.22.0",
191
- "@lumenflow/core": "3.22.0",
192
- "@lumenflow/initiatives": "3.22.0",
193
- "@lumenflow/memory": "3.22.0",
194
- "@lumenflow/metrics": "3.22.0",
195
- "@lumenflow/kernel": "3.22.0"
189
+ "@lumenflow/agent": "4.0.0",
190
+ "@lumenflow/initiatives": "4.0.0",
191
+ "@lumenflow/kernel": "4.0.0",
192
+ "@lumenflow/memory": "4.0.0",
193
+ "@lumenflow/core": "4.0.0",
194
+ "@lumenflow/metrics": "4.0.0",
195
+ "@lumenflow/control-plane-sdk": "4.0.0"
196
196
  },
197
197
  "devDependencies": {
198
198
  "@vitest/coverage-v8": "^4.0.18",
@@ -1,4 +1,4 @@
1
1
 
2
- > @lumenflow/packs-agent-runtime@3.21.0 build /home/tom/source/hellmai/lumenflow-dev/packages/@lumenflow/packs/agent-runtime
2
+ > @lumenflow/packs-agent-runtime@3.22.0 build /home/tom/source/hellmai/lumenflow-dev/packages/@lumenflow/packs/agent-runtime
3
3
  > tsc
4
4
 
@@ -0,0 +1,21 @@
1
+
2
+ > @lumenflow/packs-agent-runtime@3.22.0 test /home/tom/source/hellmai/lumenflow-dev/packages/@lumenflow/packs/agent-runtime
3
+ > vitest run
4
+
5
+
6
+ RUN v4.0.18 /home/tom/source/hellmai/lumenflow-dev/packages/@lumenflow/packs/agent-runtime
7
+
8
+ ✓ __tests__/capability-factory.test.ts (2 tests) 6ms
9
+ ✓ __tests__/workflow-dag.test.ts (2 tests) 154ms
10
+ ✓ __tests__/manifest.test.ts (3 tests) 96ms
11
+ ✓ __tests__/policy-factory.test.ts (3 tests) 41ms
12
+ ✓ __tests__/orchestration.test.ts (4 tests) 95ms
13
+ ✓ __tests__/workflow-state.test.ts (1 test) 228ms
14
+ ✓ __tests__/resume.test.ts (2 tests) 554ms
15
+ ✓ suspends a linear session after the invocation turn budget and resumes with preserved metadata 371ms
16
+
17
+ Test Files 7 passed (7)
18
+ Tests 17 passed (17)
19
+ Start at 12:26:52
20
+ Duration 7.15s (transform 15.25s, setup 0ms, import 28.14s, tests 1.17s, environment 1ms)
21
+
@@ -1,4 +1,4 @@
1
1
 
2
- > @lumenflow/packs-agent-runtime@3.20.0 typecheck /home/tom/source/hellmai/lumenflow-dev/worktrees/operations-tooling-wu-2491/packages/@lumenflow/packs/agent-runtime
2
+ > @lumenflow/packs-agent-runtime@3.22.0 typecheck /home/tom/source/hellmai/lumenflow-dev/worktrees/operations-tooling-wu-2519/packages/@lumenflow/packs/agent-runtime
3
3
  > tsc --noEmit
4
4
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumenflow/packs-agent-runtime",
3
- "version": "3.22.0",
3
+ "version": "4.0.0",
4
4
  "description": "Agent runtime pack scaffold for LumenFlow — governed model-turn execution, pack config, and provider capability baselines",
5
5
  "keywords": [
6
6
  "lumenflow",
@@ -9,16 +9,16 @@
9
9
  "orchestration",
10
10
  "policy"
11
11
  ],
12
- "homepage": "https://github.com/hellmai/lumenflow-dev",
12
+ "homepage": "https://github.com/hellmai/lumenflow",
13
13
  "repository": {
14
14
  "type": "git",
15
- "url": "https://github.com/hellmai/lumenflow-dev.git",
15
+ "url": "https://github.com/hellmai/lumenflow.git",
16
16
  "directory": "packages/@lumenflow/packs/agent-runtime"
17
17
  },
18
18
  "license": "AGPL-3.0-only",
19
19
  "author": {
20
- "name": "HellmAI",
21
- "url": "https://hellm.ai"
20
+ "name": "LumenFlow Contributors",
21
+ "url": "https://lumenflow.dev"
22
22
  },
23
23
  "type": "module",
24
24
  "exports": {
@@ -1,4 +1,4 @@
1
1
 
2
- > @lumenflow/packs-sidekick@3.21.0 build /home/tom/source/hellmai/lumenflow-dev/packages/@lumenflow/packs/sidekick
2
+ > @lumenflow/packs-sidekick@3.22.0 build /home/tom/source/hellmai/lumenflow-dev/packages/@lumenflow/packs/sidekick
3
3
  > tsc
4
4
 
@@ -1,12 +1,157 @@
1
1
 
2
- > @lumenflow/packs-sidekick@3.17.6 test /home/tom/source/hellmai/lumenflow-dev/packages/@lumenflow/packs/sidekick
2
+ > @lumenflow/packs-sidekick@3.22.0 test /home/tom/source/hellmai/lumenflow-dev/packages/@lumenflow/packs/sidekick
3
3
  > vitest run
4
4
 
5
5
 
6
-  RUN  v4.0.18 /home/tom/source/hellmai/lumenflow-dev/packages/@lumenflow/packs/sidekick
6
+ RUN v4.0.18 /home/tom/source/hellmai/lumenflow-dev/packages/@lumenflow/packs/sidekick
7
7
 
8
- include: packages/**/__tests__/**/*.test.ts, packages/**/*.spec.ts, apps/**/__tests__/**/*.test.ts, tools/**/__tests__/**/*.test.ts, scripts/__tests__/**/*.test.ts, .husky/hooks/__tests__/**/*.test.ts
9
- exclude: **/node_modules/**, **/dist/**
10
- No test files found, exiting with code 0
8
+ __tests__/storage.test.ts (24 tests) 1552ms
9
+ ✓ concurrent writes under lock produce consistent state 460ms
10
+ ✓ __tests__/manifest.test.ts (19 tests) 345ms
11
+ ❯ __tests__/tools.test.ts (123 tests | 1 failed) 16678ms
12
+ ✓ keeps test storage outside the pack directory so pack validation hashes remain stable 11ms
13
+ ✓ returns contract-compliant output with success=true and data.task 153ms
14
+ ✓ persists the task to the store 146ms
15
+ ✓ appends an audit event on create 194ms
16
+ ✓ dry_run returns the task but does NOT persist 69ms
17
+ ✓ rejects missing title 8ms
18
+ ✓ accepts optional priority, due_at, tags, description 76ms
19
+ ✓ returns empty items when no tasks exist 56ms
20
+ ✓ returns all tasks by default 274ms
21
+ ✓ filters by status 182ms
22
+ ✓ filters canceled tasks by status 168ms
23
+ ✓ filters by priority 120ms
24
+ ✓ filters by tags 144ms
25
+ ✓ filters by substring search across title and description 32ms
26
+ ✓ filters by due_before 6ms
27
+ ✓ respects limit 12ms
28
+ ✓ marks a task as done and appends audit 29ms
29
+ ✓ dry_run does NOT persist completion 47ms
30
+ ✓ returns NOT_FOUND for unknown id 2ms
31
+ ✓ rejects missing id 1ms
32
+ ✓ marks a task as canceled and appends audit 6ms
33
+ ✓ dry_run previews cancellation without persistence 25ms
34
+ ✓ sets due_at on a task 33ms
35
+ ✓ sets cron on a task 23ms
36
+ ✓ appends audit event on schedule 27ms
37
+ ✓ dry_run does NOT persist schedule changes 110ms
38
+ ✓ returns NOT_FOUND for unknown id 47ms
39
+ ✓ updates title, description, priority, tags, due_at, and cron 133ms
40
+ ✓ dry_run previews changes without persistence 84ms
41
+ ✓ returns NOT_FOUND for unknown id 53ms
42
+ ✓ rejects missing id 21ms
43
+ ✓ returns contract-compliant output with success=true and data.memory 86ms
44
+ ✓ persists the memory entry 38ms
45
+ ✓ appends an audit event on store 57ms
46
+ ✓ dry_run returns entry but does NOT persist 45ms
47
+ ✓ rejects missing type 8ms
48
+ ✓ rejects missing content 2ms
49
+ ✓ accepts tags 96ms
50
+ ✓ accepts snippet as a persisted memory type 24ms
51
+ ✓ returns empty items when no memories exist 32ms
52
+ ✓ returns all memories by default 186ms
53
+ ✓ filters by substring query 79ms
54
+ ✓ filters by tag 142ms
55
+ ✓ filters by type 32ms
56
+ ✓ respects limit 101ms
57
+ ✓ removes a memory entry and appends audit 143ms
58
+ ✓ dry_run does NOT persist deletion 101ms
59
+ ✓ returns NOT_FOUND for unknown id 42ms
60
+ ✓ rejects missing id 21ms
61
+ ✓ updates content, type, and tags in place 159ms
62
+ ✓ dry_run previews changes without persistence 341ms
63
+ ✓ creates a channel and returns contract-compliant output 229ms
64
+ ✓ persists the channel to the store 202ms
65
+ ✓ updates an existing channel by name 323ms
66
+ ✓ appends an audit event on configure 197ms
67
+ ✓ dry_run returns channel but does NOT persist 57ms
68
+ ✓ rejects missing name 7ms
69
+ ✓ sends a message and returns contract-compliant output 202ms
70
+ ✓ persists the message to the outbox 94ms
71
+ ✓ auto-creates a default channel when none specified 233ms
72
+ ✓ uses specified channel name 67ms
73
+ × caps outbox at 100 messages 5113ms
74
+ ✓ appends an audit event on send 151ms
75
+ ✓ dry_run returns message but does NOT persist 45ms
76
+ ✓ rejects missing content 5ms
77
+ ✓ requires workspace context when provider is specified 41ms
78
+ ✓ returns deterministic error when provider is unregistered 14ms
79
+ ✓ routes provider send through registered transport and preserves metadata 63ms
80
+ ✓ preserves transport retryability fields on provider send failure 33ms
81
+ ✓ returns empty items when no messages exist 43ms
82
+ ✓ returns messages from outbox 164ms
83
+ ✓ filters by channel name 188ms
84
+ ✓ respects limit 225ms
85
+ ✓ requires workspace context when provider is specified 32ms
86
+ ✓ returns deterministic error when receive provider is unregistered 28ms
87
+ ✓ routes provider receive through registered transport and preserves payload 13ms
88
+ ✓ preserves transport retryability fields on provider receive failure 8ms
89
+ ✓ returns local channels with message counts and last_message_at metadata 258ms
90
+ ✓ removes a local channel and its local message history 900ms
91
+ ✓ dry_run previews channel deletion without persistence 488ms
92
+ ✓ creates a routine and returns contract-compliant output 172ms
93
+ ✓ persists the routine to the store 173ms
94
+ ✓ persists enabled and cron settings when provided 68ms
95
+ ✓ appends an audit event on create 165ms
96
+ ✓ dry_run returns routine but does NOT persist 123ms
97
+ ✓ rejects missing name 10ms
98
+ ✓ rejects missing or empty steps 2ms
99
+ ✓ coerces string step entries to { tool, input: {} } 174ms
100
+ ✓ handles mixed string and object steps 180ms
101
+ ✓ returns indexed validation errors for invalid entries 68ms
102
+ ✓ rejects when all entries are invalid (non-string, non-object) 3ms
103
+ ✓ returns empty items when no routines exist 54ms
104
+ ✓ returns all routines by default 128ms
105
+ ✓ respects limit 119ms
106
+ ✓ filters by enabled_only using persisted enabled state 118ms
107
+ ✓ updates name, steps, cron, and enabled state 84ms
108
+ ✓ dry_run previews the stop flow without persistence 33ms
109
+ ✓ removes a local routine definition and appends audit 50ms
110
+ ✓ dry_run previews routine deletion without persistence 15ms
111
+ ✓ returns plan-only output and does NOT execute tool steps 31ms
112
+ ✓ appends an audit event on run 49ms
113
+ ✓ returns NOT_FOUND for unknown id 55ms
114
+ ✓ rejects missing id 13ms
115
+ ✓ initializes sidekick directories and returns success 90ms
116
+ ✓ is idempotent (second call succeeds without error) 62ms
117
+ ✓ appends an audit event on init 77ms
118
+ ✓ returns status of all stores 21ms
119
+ ✓ reflects actual store counts 150ms
120
+ ✓ appends an audit event on status 29ms
121
+ ✓ returns all data as JSON bundle 147ms
122
+ ✓ includes audit events by default 57ms
123
+ ✓ excludes audit events when include_audit=false 70ms
124
+ ✓ appends an audit event on export 47ms
125
+ ✓ is READ-ONLY (no file write, only returns data) 9ms
126
+ ✓ covers the task create, update, and cancel lifecycle 189ms
127
+ ✓ covers the memory store, update, and forget lifecycle 149ms
128
+ ✓ covers the channel configure, list, and delete lifecycle 130ms
129
+ ✓ covers the routine create, update, disable, and delete lifecycle 105ms
130
+ ✓ task tools returns UNKNOWN_TOOL for unrecognized tool_name 0ms
131
+ ✓ memory tools returns UNKNOWN_TOOL for unrecognized tool_name 0ms
132
+ ✓ channel tools returns UNKNOWN_TOOL for unrecognized tool_name 0ms
133
+ ✓ routine tools returns UNKNOWN_TOOL for unrecognized tool_name 0ms
134
+ ✓ system tools returns UNKNOWN_TOOL for unrecognized tool_name 0ms
11
135
 
136
+ ⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯
12
137
 
138
+ FAIL __tests__/tools.test.ts > channel:send > caps outbox at 100 messages
139
+ Error: Test timed out in 5000ms.
140
+ If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
141
+ ❯ __tests__/tools.test.ts:937:3
142
+ 935| });
143
+ 936|
144
+ 937| it('caps outbox at 100 messages', async () => {
145
+ | ^
146
+ 938| // Seed 100 messages
147
+ 939| for (let i = 0; i < 100; i++) {
148
+
149
+ ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯
150
+
151
+
152
+ Test Files 1 failed | 2 passed (3)
153
+ Tests 1 failed | 165 passed (166)
154
+ Start at 12:47:33
155
+ Duration 18.62s (transform 5.52s, setup 0ms, import 7.30s, tests 18.57s, environment 0ms)
156
+
157
+  ELIFECYCLE  Test failed. See above for more details.
@@ -1,4 +1,4 @@
1
1
 
2
- > @lumenflow/packs-sidekick@3.20.0 typecheck /home/tom/source/hellmai/lumenflow-dev/worktrees/operations-tooling-wu-2491/packages/@lumenflow/packs/sidekick
2
+ > @lumenflow/packs-sidekick@3.22.0 typecheck /home/tom/source/hellmai/lumenflow-dev/worktrees/operations-tooling-wu-2519/packages/@lumenflow/packs/sidekick
3
3
  > tsc --noEmit
4
4
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumenflow/packs-sidekick",
3
- "version": "3.22.0",
3
+ "version": "4.0.0",
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",
@@ -10,16 +10,16 @@
10
10
  "task-management",
11
11
  "memory"
12
12
  ],
13
- "homepage": "https://github.com/hellmai/lumenflow-dev",
13
+ "homepage": "https://github.com/hellmai/lumenflow",
14
14
  "repository": {
15
15
  "type": "git",
16
- "url": "https://github.com/hellmai/lumenflow-dev.git",
16
+ "url": "https://github.com/hellmai/lumenflow.git",
17
17
  "directory": "packages/@lumenflow/packs/sidekick"
18
18
  },
19
19
  "license": "AGPL-3.0-only",
20
20
  "author": {
21
- "name": "HellmAI",
22
- "url": "https://hellm.ai"
21
+ "name": "LumenFlow Contributors",
22
+ "url": "https://lumenflow.dev"
23
23
  },
24
24
  "type": "module",
25
25
  "exports": {
@@ -1,4 +1,4 @@
1
1
 
2
- > @lumenflow/packs-software-delivery@3.21.0 build /home/tom/source/hellmai/lumenflow-dev/packages/@lumenflow/packs/software-delivery
2
+ > @lumenflow/packs-software-delivery@3.22.0 build /home/tom/source/hellmai/lumenflow-dev/packages/@lumenflow/packs/software-delivery
3
3
  > tsc
4
4
 
@@ -0,0 +1,32 @@
1
+
2
+ > @lumenflow/packs-software-delivery@3.22.0 test /home/tom/source/hellmai/lumenflow-dev/packages/@lumenflow/packs/software-delivery
3
+ > vitest run
4
+
5
+
6
+ RUN v4.0.18 /home/tom/source/hellmai/lumenflow-dev/packages/@lumenflow/packs/software-delivery
7
+
8
+ ✓ __tests__/bridge-regression.test.ts (1 test) 99ms
9
+ ✓ __tests__/worktree-tools.test.ts (3 tests) 5ms
10
+ ✓ __tests__/extensions.test.ts (3 tests) 17ms
11
+ ✓ __tests__/git-runner.test.ts (3 tests) 311ms
12
+ ✓ __tests__/runtime-native-tools.test.ts (5 tests) 59ms
13
+ ✓ __tests__/agent-tools.test.ts (7 tests) 79ms
14
+ ✓ __tests__/flow-metrics-tools.test.ts (17 tests) 33ms
15
+ ✓ __tests__/runtime-cli-adapter.test.ts (5 tests) 143ms
16
+ ✓ __tests__/manifest.test.ts (8 tests) 23ms
17
+ ✓ __tests__/memory-tools.test.ts (18 tests) 76ms
18
+ ✓ __tests__/initiative-orchestration-tools.test.ts (5 tests) 115ms
19
+ ✓ __tests__/wu-lifecycle-tools.test.ts (23 tests) 269ms
20
+ ✓ __tests__/lane-lock.test.ts (6 tests) 298ms
21
+ ✓ __tests__/gate-policies.test.ts (4 tests) 430ms
22
+ ✓ resolves state alias and registers pack with integrity hash 386ms
23
+ ✓ __tests__/git-tools.test.ts (6 tests) 1841ms
24
+ ✓ runs git tools through tool host and includes artifacts_written for git:commit 549ms
25
+ ✓ rejects command arrays that try to execute non-git binaries 520ms
26
+ ✓ returns command output payloads for allowed git command arrays 652ms
27
+
28
+ Test Files 15 passed (15)
29
+ Tests 114 passed (114)
30
+ Start at 12:26:51
31
+ Duration 6.22s (transform 19.90s, setup 0ms, import 27.40s, tests 3.80s, environment 36ms)
32
+
@@ -1,4 +1,4 @@
1
1
 
2
- > @lumenflow/packs-software-delivery@3.20.0 typecheck /home/tom/source/hellmai/lumenflow-dev/worktrees/operations-tooling-wu-2491/packages/@lumenflow/packs/software-delivery
2
+ > @lumenflow/packs-software-delivery@3.22.0 typecheck /home/tom/source/hellmai/lumenflow-dev/worktrees/operations-tooling-wu-2519/packages/@lumenflow/packs/software-delivery
3
3
  > tsc --noEmit
4
4
 
@@ -0,0 +1,18 @@
1
+ Copyright (C) 2026 HellmAI
2
+
3
+ This program is free software: you can redistribute it and/or modify
4
+ it under the terms of the GNU Affero General Public License as
5
+ published by the Free Software Foundation, version 3 of the License.
6
+
7
+ This program is distributed in the hope that it will be useful,
8
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
9
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10
+ GNU Affero General Public License for more details.
11
+
12
+ You should have received a copy of the GNU Affero General Public License
13
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
14
+
15
+ SPDX-License-Identifier: AGPL-3.0-only
16
+
17
+ For the full license text, see the LICENSE file in the root of the
18
+ LumenFlow repository: https://github.com/hellmai/lumenflow
@@ -0,0 +1,15 @@
1
+ # @lumenflow/packs-software-delivery
2
+
3
+ Software delivery pack for LumenFlow — work units, gates, lanes, initiatives, and agent coordination.
4
+
5
+ ## What It Provides
6
+
7
+ - Work unit lifecycle management (create, claim, prep, done)
8
+ - Quality gates (format, lint, typecheck, test)
9
+ - Lane-based WIP limits and parallel execution
10
+ - Initiative orchestration across multiple work units
11
+ - Agent coordination and handoff protocols
12
+
13
+ ## License
14
+
15
+ AGPL-3.0-only. See [LICENSE.md](./LICENSE.md).
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumenflow/packs-software-delivery",
3
- "version": "3.22.0",
3
+ "version": "4.0.0",
4
4
  "description": "Software delivery pack for LumenFlow — work units, gates, lanes, initiatives, and agent coordination",
5
5
  "keywords": [
6
6
  "lumenflow",
@@ -10,16 +10,16 @@
10
10
  "gates",
11
11
  "lanes"
12
12
  ],
13
- "homepage": "https://github.com/hellmai/lumenflow-dev",
13
+ "homepage": "https://github.com/hellmai/lumenflow",
14
14
  "repository": {
15
15
  "type": "git",
16
- "url": "https://github.com/hellmai/lumenflow-dev.git",
16
+ "url": "https://github.com/hellmai/lumenflow.git",
17
17
  "directory": "packages/@lumenflow/packs/software-delivery"
18
18
  },
19
19
  "license": "AGPL-3.0-only",
20
20
  "author": {
21
- "name": "HellmAI",
22
- "url": "https://hellm.ai"
21
+ "name": "LumenFlow Contributors",
22
+ "url": "https://lumenflow.dev"
23
23
  },
24
24
  "type": "module",
25
25
  "exports": {
@@ -94,30 +94,7 @@ pnpm wu:cleanup --id WU-XXXX
94
94
 
95
95
  ## CLI Commands and Lifecycle Reference
96
96
 
97
- For complete CLI command documentation (100+ commands), see [quick-ref-commands.md]({{QUICK_REF_LINK}}).
98
-
99
- **Essential commands:**
100
-
101
- | Command | Description |
102
- | ------------------------- | ----------------------------------------------------------------------- |
103
- | `pnpm wu:create` | Create new WU spec (ID auto-generated) |
104
- | `pnpm wu:claim` | Claim WU and create worktree (or `--cloud`) |
105
- | `pnpm wu:prep` | Run gates in worktree, prep for wu:done |
106
- | `pnpm wu:done` | Complete WU (merge or PR, stamp, cleanup) |
107
- | `pnpm wu:status` | Show WU status, location, valid commands |
108
- | `pnpm wu:brief` | **MANDATORY after wu:claim.** Generate handoff prompt + record evidence |
109
- | `pnpm wu:delegate` | Generate prompt + record lineage + brief hash attestation |
110
- | `pnpm wu:recover` | Analyze and fix WU state inconsistencies |
111
- | `pnpm wu:escalate` | Show or resolve WU escalation status |
112
- | `pnpm wu:verify` | Verify WU completion (stamp, commit, clean tree) |
113
- | `pnpm wu:delete` | Delete WU spec and cleanup |
114
- | `pnpm gates` | Run all quality gates (`--docs-only` for docs) |
115
- | `pnpm lumenflow:commands` | List all public commands (primary + aliases + legacy) |
116
- | `pnpm lane:status` | Show lane lifecycle status and next step |
117
- | `pnpm lane:setup` | Create/update draft lane artifacts |
118
- | `pnpm lane:lock` | Lock lane lifecycle for delivery WUs |
119
- | `pnpm mem:checkpoint` | Save progress checkpoint |
120
- | `pnpm mem:recover` | Generate recovery context |
97
+ For the **complete CLI command reference** (130+ commands across all categories), see the [CLI Command Reference in LUMENFLOW.md](LUMENFLOW.md#cli-command-reference).
121
98
 
122
99
  **Two-step completion (wu:prep then wu:done):**
123
100