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