@auto-engineer/narrative 1.65.0 → 1.67.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @auto-engineer/narrative@1.65.0 build /home/runner/work/auto-engineer/auto-engineer/packages/narrative
2
+ > @auto-engineer/narrative@1.67.0 build /home/runner/work/auto-engineer/auto-engineer/packages/narrative
3
3
  > tsx scripts/build.ts
4
4
 
5
5
  Running: tsc
@@ -1,5 +1,5 @@
1
1
 
2
- > @auto-engineer/narrative@1.64.0 test /home/runner/work/auto-engineer/auto-engineer/packages/narrative
2
+ > @auto-engineer/narrative@1.66.0 test /home/runner/work/auto-engineer/auto-engineer/packages/narrative
3
3
  > vitest run --reporter=dot
4
4
 
5
5
 
@@ -9,6 +9,6 @@
9
9
 
10
10
   Test Files  18 passed (18)
11
11
   Tests  228 passed (228)
12
-  Start at  03:27:46
13
-  Duration  26.95s (transform 5.48s, setup 0ms, collect 37.53s, tests 20.20s, environment 24ms, prepare 8.15s)
12
+  Start at  08:27:32
13
+  Duration  33.14s (transform 6.48s, setup 0ms, collect 43.55s, tests 25.02s, environment 5ms, prepare 10.68s)
14
14
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/narrative@1.64.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/narrative
2
+ > @auto-engineer/narrative@1.66.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/narrative
3
3
  > tsc --noEmit
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,142 @@
1
1
  # @auto-engineer/flow
2
2
 
3
+ ## 1.67.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`2132223`](https://github.com/BeOnAuto/auto-engineer/commit/2132223077bdc181cc7a5e5197fba921275056d6) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: emit PipelineRestarted event on RestartPipeline command
8
+ - **pipeline**: add SQLite persistence with dual-write and replay on startup
9
+ - **pipeline**: session-based status tracking
10
+ - **pipeline**: parallelize emit mapping commands with Promise.all
11
+ - **pipeline**: pipeline server v2 with POST /command, GET /health, /registry, /events SSE
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [[`2132223`](https://github.com/BeOnAuto/auto-engineer/commit/2132223077bdc181cc7a5e5197fba921275056d6)]:
16
+ - @auto-engineer/file-store@1.67.0
17
+ - @auto-engineer/id@1.67.0
18
+ - @auto-engineer/message-bus@1.67.0
19
+
20
+ ## 1.66.0
21
+
22
+ ### Minor Changes
23
+
24
+ - 675ef99: - **pipeline**: settled decide returns SettledFailed when no retries left
25
+ - 3a2b8db: - **pipeline**: define-v2 toGraph() converts registrations to GraphIR
26
+ - 2934f85: - **pipeline**: createPipelineStore wraps SQLite event store
27
+ - b824630: - **pipeline**: session-based status tracking
28
+ - 3c013d7: - **pipeline**: settled decide returns RetryCommands on failure with retries left
29
+ - b0436c1: - **pipeline**: define-v2 on().emit() and on().handle() registrations
30
+ - 6cbae5c: - **pipeline**: settled decide returns [] when not all commands complete
31
+ - 34a0fd1: - **pipeline**: emit PipelineRestarted event on RestartPipeline command
32
+ - aa5cb13: - **pipeline**: settled workflow evolve tracks command starts and completions
33
+ - 5916594: - **pipeline**: parallelize emit mapping commands with Promise.all
34
+ - e44989c: - **pipeline**: sqlite consumer polls events in order from store
35
+ - bede5a3: - **pipeline**: engine projections wrap existing evolve functions for SQLite
36
+ - af1e4b6: - **packages/react-component-implementer**: fixes component generation
37
+ - **packages/generate-react-client**: fixes types
38
+ - **packages/generate-react-client**: improves starter
39
+ - **global**: version packages
40
+ - 00d3142: - **pipeline**: phased decide advances to next phase when current completes
41
+ - 0e9abee: - **pipeline**: pipeline server v2 with POST /command, GET /health, /registry, /events SSE
42
+ - 27c3b2a: - **pipeline**: pipeline engine wires dispatcher, router, and workflow processor
43
+ - 8002c21: - **pipeline**: event router dispatches commands for emit mappings
44
+ - 47ae70c: - **pipeline**: add SQLite persistence with dual-write and replay on startup
45
+ - 9e1658a: - **pipeline**: command dispatcher finds handler by command type
46
+ - 95399f7: - **pipeline**: settled decide returns AllSettled when all pass
47
+ - 1997734: - **pipeline**: dispatchAndStore appends command result events to store
48
+ - ea43b36: - **pipeline**: phased decide dispatches phase 0 commands on start
49
+ - 25dadc8: - **pipeline**: define-v2 .on().forEach().groupInto().process() produces PhasedRegistration
50
+ - 9d4d240: - **pipeline**: await workflow evolve tracks key completions
51
+ - f7c5dba: - **pipeline**: define-v2 .settled() produces SettledRegistration
52
+ - d6c7b68: - **pipeline**: await decide returns AwaitCompleted when all resolved
53
+ - bdc4728: - **pipeline**: createSettledWorkflow factory from DSL params
54
+
55
+ ### Patch Changes
56
+
57
+ - 613a84b: - Fixed incorrect indentation for .env and client entries in the typical example configuration
58
+ - b7739f4: - **pipeline**: integration tests for engine pipeline flow
59
+ - ba42186: - **pipeline**: mark all durable pipeline bursts done
60
+ - ab5f5cb: - **job-graph-processor**: verify ready jobs dispatch in parallel
61
+ - 68734cd: - **pipeline**: add replay bug reproduction e2e test
62
+ - 0d1bbff: - **pipeline**: add E2E test suite bursts to ketchup plan
63
+ - c418bbf: - **pipeline**: mark all E2E bursts complete in ketchup plan
64
+ - 7fecdac: - **pipeline**: add multi-archetype combined pipeline e2e test
65
+ - 75f7b31: - **pipeline**: add concurrency and non-blocking e2e tests
66
+ - 09bb123: - **pipeline**: add settled all-pass e2e test
67
+ - ef92bf1: - **pipeline**: add durable SQLite persistence bursts to plan
68
+ - cf0e26e: - **pipeline**: add graph visualization e2e test
69
+ - c5d3c0d: - **pipeline**: add await workflow e2e test
70
+ - 1c79ada: - **pipeline**: update ketchup plan — 44/48 bursts complete
71
+ - a3353c9: - **pipeline**: add parallel scatter-gather bursts P-1 to P-3
72
+ - e89fda3: - **pipeline**: mark session tracking bursts done in ketchup plan
73
+ - 19f89b4: - **pipeline**: add phased sequential execution e2e test
74
+ - a6a2567: - **pipeline**: add settled retry and failure e2e tests
75
+ - e1f9019: - **pipeline**: mark SQLite persistence bursts done in plan
76
+ - 5ca50f2: - **pipeline**: add ketchup plan for Emmett engine migration
77
+ - f5a1a84: - **pipeline**: add phased stopOnFailure e2e test
78
+ - 9da7fb4: - **pipeline**: add session-based status tracking bursts to ketchup plan
79
+ - f09beb4: - **job-graph-processor**: add parallel dispatch verification burst P-4
80
+ - fd92e76: - **pipeline**: settled scatter-gather runs checks in parallel
81
+ - 2a23265: - **pipeline**: add e2e test harness and emit chain tests
82
+ - 8561e33: - **pipeline**: add v2 pipeline exports to package barrel
83
+ - Updated dependencies [613a84b]
84
+ - Updated dependencies [b7739f4]
85
+ - Updated dependencies [ba42186]
86
+ - Updated dependencies [675ef99]
87
+ - Updated dependencies [ab5f5cb]
88
+ - Updated dependencies [68734cd]
89
+ - Updated dependencies [3a2b8db]
90
+ - Updated dependencies [0d1bbff]
91
+ - Updated dependencies [2934f85]
92
+ - Updated dependencies [c418bbf]
93
+ - Updated dependencies [b824630]
94
+ - Updated dependencies [7fecdac]
95
+ - Updated dependencies [3c013d7]
96
+ - Updated dependencies [b0436c1]
97
+ - Updated dependencies [75f7b31]
98
+ - Updated dependencies [09bb123]
99
+ - Updated dependencies [6cbae5c]
100
+ - Updated dependencies [ef92bf1]
101
+ - Updated dependencies [cf0e26e]
102
+ - Updated dependencies [34a0fd1]
103
+ - Updated dependencies [c5d3c0d]
104
+ - Updated dependencies [1c79ada]
105
+ - Updated dependencies [a3353c9]
106
+ - Updated dependencies [aa5cb13]
107
+ - Updated dependencies [e89fda3]
108
+ - Updated dependencies [19f89b4]
109
+ - Updated dependencies [5916594]
110
+ - Updated dependencies [a6a2567]
111
+ - Updated dependencies [e44989c]
112
+ - Updated dependencies [bede5a3]
113
+ - Updated dependencies [af1e4b6]
114
+ - Updated dependencies [e1f9019]
115
+ - Updated dependencies [00d3142]
116
+ - Updated dependencies [0e9abee]
117
+ - Updated dependencies [27c3b2a]
118
+ - Updated dependencies [5ca50f2]
119
+ - Updated dependencies [8002c21]
120
+ - Updated dependencies [47ae70c]
121
+ - Updated dependencies [f5a1a84]
122
+ - Updated dependencies [9e1658a]
123
+ - Updated dependencies [9da7fb4]
124
+ - Updated dependencies [95399f7]
125
+ - Updated dependencies [1997734]
126
+ - Updated dependencies [ea43b36]
127
+ - Updated dependencies [25dadc8]
128
+ - Updated dependencies [9d4d240]
129
+ - Updated dependencies [f09beb4]
130
+ - Updated dependencies [f7c5dba]
131
+ - Updated dependencies [fd92e76]
132
+ - Updated dependencies [2a23265]
133
+ - Updated dependencies [8561e33]
134
+ - Updated dependencies [d6c7b68]
135
+ - Updated dependencies [bdc4728]
136
+ - @auto-engineer/file-store@1.66.0
137
+ - @auto-engineer/id@1.66.0
138
+ - @auto-engineer/message-bus@1.66.0
139
+
3
140
  ## 1.65.0
4
141
 
5
142
  ### Minor Changes
package/package.json CHANGED
@@ -27,9 +27,9 @@
27
27
  "typescript": "^5.9.2",
28
28
  "zod": "^3.22.4",
29
29
  "zod-to-json-schema": "^3.22.3",
30
- "@auto-engineer/file-store": "1.65.0",
31
- "@auto-engineer/id": "1.65.0",
32
- "@auto-engineer/message-bus": "1.65.0"
30
+ "@auto-engineer/file-store": "1.67.0",
31
+ "@auto-engineer/id": "1.67.0",
32
+ "@auto-engineer/message-bus": "1.67.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/node": "^20.0.0",
@@ -39,7 +39,7 @@
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "version": "1.65.0",
42
+ "version": "1.67.0",
43
43
  "scripts": {
44
44
  "build": "tsx scripts/build.ts",
45
45
  "test": "vitest run --reporter=dot",