@auto-engineer/server-generator-apollo-emmett 1.64.0 → 1.66.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/server-generator-apollo-emmett@1.64.0 build /home/runner/work/auto-engineer/auto-engineer/packages/server-generator-apollo-emmett
2
+ > @auto-engineer/server-generator-apollo-emmett@1.66.0 build /Users/sam/code/auto/auto-engineer-fix/packages/server-generator-apollo-emmett
3
3
  > tsc && tsx ../../scripts/fix-esm-imports.ts && rm -rf dist/src/codegen/templates && mkdir -p dist/src/codegen && cp -r src/codegen/templates dist/src/codegen/templates && cp src/server.ts dist/src && cp -r src/utils dist/src && cp -r src/domain dist/src
4
4
 
5
5
  Fixed ESM imports in dist/
package/CHANGELOG.md CHANGED
@@ -1,5 +1,145 @@
1
1
  # @auto-engineer/server-generator-apollo-emmett
2
2
 
3
+ ## 1.66.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 675ef99: - **pipeline**: settled decide returns SettledFailed when no retries left
8
+ - 3a2b8db: - **pipeline**: define-v2 toGraph() converts registrations to GraphIR
9
+ - 2934f85: - **pipeline**: createPipelineStore wraps SQLite event store
10
+ - b824630: - **pipeline**: session-based status tracking
11
+ - 3c013d7: - **pipeline**: settled decide returns RetryCommands on failure with retries left
12
+ - b0436c1: - **pipeline**: define-v2 on().emit() and on().handle() registrations
13
+ - 6cbae5c: - **pipeline**: settled decide returns [] when not all commands complete
14
+ - 34a0fd1: - **pipeline**: emit PipelineRestarted event on RestartPipeline command
15
+ - aa5cb13: - **pipeline**: settled workflow evolve tracks command starts and completions
16
+ - 5916594: - **pipeline**: parallelize emit mapping commands with Promise.all
17
+ - e44989c: - **pipeline**: sqlite consumer polls events in order from store
18
+ - bede5a3: - **pipeline**: engine projections wrap existing evolve functions for SQLite
19
+ - af1e4b6: - **packages/react-component-implementer**: fixes component generation
20
+ - **packages/generate-react-client**: fixes types
21
+ - **packages/generate-react-client**: improves starter
22
+ - **global**: version packages
23
+ - 00d3142: - **pipeline**: phased decide advances to next phase when current completes
24
+ - 0e9abee: - **pipeline**: pipeline server v2 with POST /command, GET /health, /registry, /events SSE
25
+ - 27c3b2a: - **pipeline**: pipeline engine wires dispatcher, router, and workflow processor
26
+ - 8002c21: - **pipeline**: event router dispatches commands for emit mappings
27
+ - 47ae70c: - **pipeline**: add SQLite persistence with dual-write and replay on startup
28
+ - 9e1658a: - **pipeline**: command dispatcher finds handler by command type
29
+ - 95399f7: - **pipeline**: settled decide returns AllSettled when all pass
30
+ - 1997734: - **pipeline**: dispatchAndStore appends command result events to store
31
+ - ea43b36: - **pipeline**: phased decide dispatches phase 0 commands on start
32
+ - 25dadc8: - **pipeline**: define-v2 .on().forEach().groupInto().process() produces PhasedRegistration
33
+ - 9d4d240: - **pipeline**: await workflow evolve tracks key completions
34
+ - f7c5dba: - **pipeline**: define-v2 .settled() produces SettledRegistration
35
+ - d6c7b68: - **pipeline**: await decide returns AwaitCompleted when all resolved
36
+ - bdc4728: - **pipeline**: createSettledWorkflow factory from DSL params
37
+
38
+ ### Patch Changes
39
+
40
+ - 613a84b: - Fixed incorrect indentation for .env and client entries in the typical example configuration
41
+ - b7739f4: - **pipeline**: integration tests for engine pipeline flow
42
+ - ba42186: - **pipeline**: mark all durable pipeline bursts done
43
+ - ab5f5cb: - **job-graph-processor**: verify ready jobs dispatch in parallel
44
+ - 68734cd: - **pipeline**: add replay bug reproduction e2e test
45
+ - 0d1bbff: - **pipeline**: add E2E test suite bursts to ketchup plan
46
+ - c418bbf: - **pipeline**: mark all E2E bursts complete in ketchup plan
47
+ - 7fecdac: - **pipeline**: add multi-archetype combined pipeline e2e test
48
+ - 75f7b31: - **pipeline**: add concurrency and non-blocking e2e tests
49
+ - 09bb123: - **pipeline**: add settled all-pass e2e test
50
+ - ef92bf1: - **pipeline**: add durable SQLite persistence bursts to plan
51
+ - cf0e26e: - **pipeline**: add graph visualization e2e test
52
+ - c5d3c0d: - **pipeline**: add await workflow e2e test
53
+ - 1c79ada: - **pipeline**: update ketchup plan — 44/48 bursts complete
54
+ - a3353c9: - **pipeline**: add parallel scatter-gather bursts P-1 to P-3
55
+ - e89fda3: - **pipeline**: mark session tracking bursts done in ketchup plan
56
+ - 19f89b4: - **pipeline**: add phased sequential execution e2e test
57
+ - a6a2567: - **pipeline**: add settled retry and failure e2e tests
58
+ - e1f9019: - **pipeline**: mark SQLite persistence bursts done in plan
59
+ - 5ca50f2: - **pipeline**: add ketchup plan for Emmett engine migration
60
+ - f5a1a84: - **pipeline**: add phased stopOnFailure e2e test
61
+ - 9da7fb4: - **pipeline**: add session-based status tracking bursts to ketchup plan
62
+ - f09beb4: - **job-graph-processor**: add parallel dispatch verification burst P-4
63
+ - fd92e76: - **pipeline**: settled scatter-gather runs checks in parallel
64
+ - 2a23265: - **pipeline**: add e2e test harness and emit chain tests
65
+ - 8561e33: - **pipeline**: add v2 pipeline exports to package barrel
66
+ - Updated dependencies [613a84b]
67
+ - Updated dependencies [b7739f4]
68
+ - Updated dependencies [ba42186]
69
+ - Updated dependencies [675ef99]
70
+ - Updated dependencies [ab5f5cb]
71
+ - Updated dependencies [68734cd]
72
+ - Updated dependencies [3a2b8db]
73
+ - Updated dependencies [0d1bbff]
74
+ - Updated dependencies [2934f85]
75
+ - Updated dependencies [c418bbf]
76
+ - Updated dependencies [b824630]
77
+ - Updated dependencies [7fecdac]
78
+ - Updated dependencies [3c013d7]
79
+ - Updated dependencies [b0436c1]
80
+ - Updated dependencies [75f7b31]
81
+ - Updated dependencies [09bb123]
82
+ - Updated dependencies [6cbae5c]
83
+ - Updated dependencies [ef92bf1]
84
+ - Updated dependencies [cf0e26e]
85
+ - Updated dependencies [34a0fd1]
86
+ - Updated dependencies [c5d3c0d]
87
+ - Updated dependencies [1c79ada]
88
+ - Updated dependencies [a3353c9]
89
+ - Updated dependencies [aa5cb13]
90
+ - Updated dependencies [e89fda3]
91
+ - Updated dependencies [19f89b4]
92
+ - Updated dependencies [5916594]
93
+ - Updated dependencies [a6a2567]
94
+ - Updated dependencies [e44989c]
95
+ - Updated dependencies [bede5a3]
96
+ - Updated dependencies [af1e4b6]
97
+ - Updated dependencies [e1f9019]
98
+ - Updated dependencies [00d3142]
99
+ - Updated dependencies [0e9abee]
100
+ - Updated dependencies [27c3b2a]
101
+ - Updated dependencies [5ca50f2]
102
+ - Updated dependencies [8002c21]
103
+ - Updated dependencies [47ae70c]
104
+ - Updated dependencies [f5a1a84]
105
+ - Updated dependencies [9e1658a]
106
+ - Updated dependencies [9da7fb4]
107
+ - Updated dependencies [95399f7]
108
+ - Updated dependencies [1997734]
109
+ - Updated dependencies [ea43b36]
110
+ - Updated dependencies [25dadc8]
111
+ - Updated dependencies [9d4d240]
112
+ - Updated dependencies [f09beb4]
113
+ - Updated dependencies [f7c5dba]
114
+ - Updated dependencies [fd92e76]
115
+ - Updated dependencies [2a23265]
116
+ - Updated dependencies [8561e33]
117
+ - Updated dependencies [d6c7b68]
118
+ - Updated dependencies [bdc4728]
119
+ - @auto-engineer/message-bus@1.66.0
120
+ - @auto-engineer/narrative@1.66.0
121
+
122
+ ## 1.65.0
123
+
124
+ ### Minor Changes
125
+
126
+ - [`bd14e09`](https://github.com/BeOnAuto/auto-engineer/commit/bd14e09fa399e218348a4d0f334bc3423106f64a) Thanks [@osamanar](https://github.com/osamanar)! - - Fixed component generation in the React component implementer
127
+
128
+ - [`f3a6b66`](https://github.com/BeOnAuto/auto-engineer/commit/f3a6b662a35ae480d58a42d5207cb51d1e9106de) Thanks [@osamanar](https://github.com/osamanar)! - - Improved the starter template for React client generation
129
+
130
+ - [`e4ed42d`](https://github.com/BeOnAuto/auto-engineer/commit/e4ed42dac98562148efc5ae293841c36efa6c5c7) Thanks [@osamanar](https://github.com/osamanar)! - - Fixed type definitions in the React client generator
131
+
132
+ ### Patch Changes
133
+
134
+ - [`d5c985a`](https://github.com/BeOnAuto/auto-engineer/commit/d5c985a1a4bcd256f6456ecb69d9523ae66c2352) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **server-generator-apollo-emmett**: remove stale QuestionnaireProgressStatus enum
135
+ - **server-generator-apollo-emmett**: regenerate shared/types.ts from scratch to prevent stale enums
136
+ - **global**: version packages
137
+ - **server-generator-apollo-emmett**: move burst 1 to DONE in ketchup plan
138
+ - **server-generator-apollo-emmett**: add ketchup plan for stale enums fix
139
+ - Updated dependencies [[`d5c985a`](https://github.com/BeOnAuto/auto-engineer/commit/d5c985a1a4bcd256f6456ecb69d9523ae66c2352), [`bd14e09`](https://github.com/BeOnAuto/auto-engineer/commit/bd14e09fa399e218348a4d0f334bc3423106f64a), [`f3a6b66`](https://github.com/BeOnAuto/auto-engineer/commit/f3a6b662a35ae480d58a42d5207cb51d1e9106de), [`e4ed42d`](https://github.com/BeOnAuto/auto-engineer/commit/e4ed42dac98562148efc5ae293841c36efa6c5c7)]:
140
+ - @auto-engineer/message-bus@1.65.0
141
+ - @auto-engineer/narrative@1.65.0
142
+
3
143
  ## 1.64.0
4
144
 
5
145
  ### Minor Changes