@auto-engineer/narrative 1.68.0 → 1.70.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.68.0 build /home/runner/work/auto-engineer/auto-engineer/packages/narrative
2
+ > @auto-engineer/narrative@1.70.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.67.0 test /home/runner/work/auto-engineer/auto-engineer/packages/narrative
2
+ > @auto-engineer/narrative@1.69.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  14:55:11
13
-  Duration  31.47s (transform 7.06s, setup 0ms, collect 42.94s, tests 24.30s, environment 18ms, prepare 9.51s)
12
+  Start at  06:29:42
13
+  Duration  27.74s (transform 8.08s, setup 0ms, collect 41.42s, tests 19.13s, environment 11ms, prepare 8.00s)
14
14
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/narrative@1.67.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/narrative
2
+ > @auto-engineer/narrative@1.69.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,70 @@
1
1
  # @auto-engineer/flow
2
2
 
3
+ ## 1.70.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`d5b9b83`](https://github.com/BeOnAuto/auto-engineer/commit/d5b9b83ae2a40f0f34a9e5823fd7f582ffb578a5) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **generate-react-client**: update landing page header text color and height
8
+ - **pipeline**: remove v1 SettledTracker, PhasedExecutor, and related projections
9
+ - **pipeline**: wire V2 bridges into PipelineServer
10
+ - **pipeline**: add phased bridge with V2 workflow processor integration
11
+ - **pipeline**: add V2RuntimeBridge for settled descriptor path
12
+
13
+ ### Patch Changes
14
+
15
+ - [`5c8110b`](https://github.com/BeOnAuto/auto-engineer/commit/5c8110b45fcb7597e348ffc00386f69e1e4fcc13) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: emit to event store before SSE broadcast in broadcastPipelineRunStarted
16
+
17
+ - [`3f7324f`](https://github.com/BeOnAuto/auto-engineer/commit/3f7324fa09b306b6ce67d6c337501e2f521f2d60) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Updated the landing page header text in the React client
18
+
19
+ - [`a7a0616`](https://github.com/BeOnAuto/auto-engineer/commit/a7a06161e3bd923116c827a816b4df809e1807f5) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Updated Emmett and SQLite driver dependencies in the Apollo server generator
20
+
21
+ - [`4c39d83`](https://github.com/BeOnAuto/auto-engineer/commit/4c39d8395445b7fe9c36c4943214cd216471366a) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: plan for fix emit-before-broadcast race
22
+
23
+ - [`a83d744`](https://github.com/BeOnAuto/auto-engineer/commit/a83d74432c94c79fc7fee0beaa0e9bccc5721dd0) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: add settled correlationId fix bursts to plan
24
+
25
+ - [`30579ce`](https://github.com/BeOnAuto/auto-engineer/commit/30579ce1382f0fe1856b478f25828c90eeecc698) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **ci**: remove --reporter=append to show pnpm install errors
26
+
27
+ - [`d4c314e`](https://github.com/BeOnAuto/auto-engineer/commit/d4c314eb75e3de81d90b198422cb3538946cd08b) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Updated Emmett and Emmett SQLite dependencies to version 0.42.0
28
+
29
+ - [`6e9516a`](https://github.com/BeOnAuto/auto-engineer/commit/6e9516a004d29eac3bdc8585f7b3cc70f2b624ef) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Improved stability of parallel job dispatch timing in the job graph processor
30
+
31
+ - [`46bf3e7`](https://github.com/BeOnAuto/auto-engineer/commit/46bf3e7a2ffbce7f5a840689091ddaa061457ccc) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: use sessionCorrelationId for settled bridge keying
32
+
33
+ - Updated dependencies [[`5c8110b`](https://github.com/BeOnAuto/auto-engineer/commit/5c8110b45fcb7597e348ffc00386f69e1e4fcc13), [`3f7324f`](https://github.com/BeOnAuto/auto-engineer/commit/3f7324fa09b306b6ce67d6c337501e2f521f2d60), [`a7a0616`](https://github.com/BeOnAuto/auto-engineer/commit/a7a06161e3bd923116c827a816b4df809e1807f5), [`4c39d83`](https://github.com/BeOnAuto/auto-engineer/commit/4c39d8395445b7fe9c36c4943214cd216471366a), [`a83d744`](https://github.com/BeOnAuto/auto-engineer/commit/a83d74432c94c79fc7fee0beaa0e9bccc5721dd0), [`d5b9b83`](https://github.com/BeOnAuto/auto-engineer/commit/d5b9b83ae2a40f0f34a9e5823fd7f582ffb578a5), [`30579ce`](https://github.com/BeOnAuto/auto-engineer/commit/30579ce1382f0fe1856b478f25828c90eeecc698), [`d4c314e`](https://github.com/BeOnAuto/auto-engineer/commit/d4c314eb75e3de81d90b198422cb3538946cd08b), [`6e9516a`](https://github.com/BeOnAuto/auto-engineer/commit/6e9516a004d29eac3bdc8585f7b3cc70f2b624ef), [`46bf3e7`](https://github.com/BeOnAuto/auto-engineer/commit/46bf3e7a2ffbce7f5a840689091ddaa061457ccc)]:
34
+ - @auto-engineer/file-store@1.70.0
35
+ - @auto-engineer/id@1.70.0
36
+ - @auto-engineer/message-bus@1.70.0
37
+
38
+ ## 1.69.0
39
+
40
+ ### Minor Changes
41
+
42
+ - [`1a2b945`](https://github.com/BeOnAuto/auto-engineer/commit/1a2b9450b359c83e5b2db1ec388eedb5d7186937) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: remove v1 SettledTracker, PhasedExecutor, and related projections
43
+
44
+ - [`ff965bb`](https://github.com/BeOnAuto/auto-engineer/commit/ff965bb66fe354a71646ae5cf1117ce6ec028e59) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: wire V2 bridges into PipelineServer
45
+
46
+ - [`44884eb`](https://github.com/BeOnAuto/auto-engineer/commit/44884ebb193c4a67ef2ee3e4db277cf59321f82a) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: add V2RuntimeBridge for settled descriptor path
47
+
48
+ - [`89a89bb`](https://github.com/BeOnAuto/auto-engineer/commit/89a89bbce79c56dca51558bb53a2fdf6f2449906) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: add processKeyed/getState/resetInstance to WorkflowProcessor
49
+
50
+ - [`e85c168`](https://github.com/BeOnAuto/auto-engineer/commit/e85c168b05612c4b2b14b4d2b014832e375ce28d) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: add phased bridge with V2 workflow processor integration
51
+
52
+ - [`6c6d235`](https://github.com/BeOnAuto/auto-engineer/commit/6c6d235b7f30edbf92bbd52a0a843b7f21d041a0) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Updated landing page header styling with new text color and height
53
+
54
+ ### Patch Changes
55
+
56
+ - [`b1ef570`](https://github.com/BeOnAuto/auto-engineer/commit/b1ef57088eab79473b2527bc574e4c35c7d2630b) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **global**: version packages
57
+ - **global**: bumps turbo
58
+
59
+ - [`1712efa`](https://github.com/BeOnAuto/auto-engineer/commit/1712efa6ad43c17755aa2cb22256c7fb420e9451) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: move V2 engine swap to DONE in ketchup plan
60
+
61
+ - [`6004cde`](https://github.com/BeOnAuto/auto-engineer/commit/6004cdec16f7fbaa1ef92bb7effe0e626c7b288c) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: update ketchup plan with V2 engine swap bursts
62
+
63
+ - Updated dependencies [[`b1ef570`](https://github.com/BeOnAuto/auto-engineer/commit/b1ef57088eab79473b2527bc574e4c35c7d2630b), [`1a2b945`](https://github.com/BeOnAuto/auto-engineer/commit/1a2b9450b359c83e5b2db1ec388eedb5d7186937), [`ff965bb`](https://github.com/BeOnAuto/auto-engineer/commit/ff965bb66fe354a71646ae5cf1117ce6ec028e59), [`44884eb`](https://github.com/BeOnAuto/auto-engineer/commit/44884ebb193c4a67ef2ee3e4db277cf59321f82a), [`89a89bb`](https://github.com/BeOnAuto/auto-engineer/commit/89a89bbce79c56dca51558bb53a2fdf6f2449906), [`e85c168`](https://github.com/BeOnAuto/auto-engineer/commit/e85c168b05612c4b2b14b4d2b014832e375ce28d), [`1712efa`](https://github.com/BeOnAuto/auto-engineer/commit/1712efa6ad43c17755aa2cb22256c7fb420e9451), [`6004cde`](https://github.com/BeOnAuto/auto-engineer/commit/6004cdec16f7fbaa1ef92bb7effe0e626c7b288c), [`6c6d235`](https://github.com/BeOnAuto/auto-engineer/commit/6c6d235b7f30edbf92bbd52a0a843b7f21d041a0)]:
64
+ - @auto-engineer/file-store@1.69.0
65
+ - @auto-engineer/id@1.69.0
66
+ - @auto-engineer/message-bus@1.69.0
67
+
3
68
  ## 1.68.0
4
69
 
5
70
  ### 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.68.0",
31
- "@auto-engineer/id": "1.68.0",
32
- "@auto-engineer/message-bus": "1.68.0"
30
+ "@auto-engineer/file-store": "1.70.0",
31
+ "@auto-engineer/id": "1.70.0",
32
+ "@auto-engineer/message-bus": "1.70.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.68.0",
42
+ "version": "1.70.0",
43
43
  "scripts": {
44
44
  "build": "tsx scripts/build.ts",
45
45
  "test": "vitest run --reporter=dot",