@auto-engineer/narrative 1.130.0 → 1.134.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.130.0 build /home/runner/work/auto-engineer/auto-engineer/packages/narrative
2
+ > @auto-engineer/narrative@1.134.0 build /home/runner/work/auto-engineer/auto-engineer/packages/narrative
3
3
  > tsx scripts/build.ts
4
4
 
5
5
  Running: tsc
@@ -1,14 +1,14 @@
1
1
 
2
- > @auto-engineer/narrative@1.129.0 test /home/runner/work/auto-engineer/auto-engineer/packages/narrative
2
+ > @auto-engineer/narrative@1.133.0 test /home/runner/work/auto-engineer/auto-engineer/packages/narrative
3
3
  > vitest run --reporter=dot
4
4
 
5
5
 
6
6
   RUN  v3.2.4 /home/runner/work/auto-engineer/auto-engineer/packages/narrative
7
7
 
8
- ·········································································································································································································································································································································
8
+ ·············································································································································································································································································································································
9
9
 
10
10
   Test Files  22 passed (22)
11
-  Tests  329 passed (329)
12
-  Start at  11:10:34
13
-  Duration  42.93s (transform 9.29s, setup 0ms, collect 53.97s, tests 31.84s, environment 9ms, prepare 16.00s)
11
+  Tests  333 passed (333)
12
+  Start at  17:38:04
13
+  Duration  48.36s (transform 12.11s, setup 0ms, collect 61.14s, tests 34.52s, environment 22ms, prepare 16.85s)
14
14
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/narrative@1.129.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/narrative
2
+ > @auto-engineer/narrative@1.133.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,177 @@
1
1
  # @auto-engineer/flow
2
2
 
3
+ ## 1.134.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`6e7aea4`](https://github.com/BeOnAuto/auto-engineer/commit/6e7aea4e81b3e7050211b68abdd346d78b255c2e) Thanks [@osamanar](https://github.com/osamanar)! - - Added full Python port of the react-gen package using Google ADK, enabling React app generation without Node-based ADK
8
+ - Leverages native Python ADK features including skill toolsets, loop escalation, LiteLlm provider routing, and callable instructions for improved prompt handling
9
+ - Generates complete React + Vite + Tailwind + shadcn/ui applications from a domain model in approximately 4.5 minutes
10
+
11
+ - [`574fd54`](https://github.com/BeOnAuto/auto-engineer/commit/574fd540c4db876773b4c0e042a8ce56aabcf1f5) Thanks [@osamanar](https://github.com/osamanar)! - - Migrated from Google ADK to Vercel AI SDK for more reliable and flexible AI orchestration
12
+ - Added 12 new skills from the Python port, bringing the JS package to the full 16-skill set
13
+ - Rewrote all agents as plain async functions, replacing complex class hierarchies with simpler patterns
14
+ - Added bash-tool integration for dynamic skill discovery and loading
15
+
16
+ - [`dc22612`](https://github.com/BeOnAuto/auto-engineer/commit/dc22612671d72076e31d36e2db4465fcab8a23f5) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added optional GraphQL schema field and direct model object support to the React app generation command, enabling more flexible input options
17
+ - Fixed graph label enrichment so dynamically-added command nodes are correctly labeled in the pipeline visualization
18
+
19
+ - [`31e8e1b`](https://github.com/BeOnAuto/auto-engineer/commit/31e8e1ba59ea589d6cb6fd9f615f19d3b97cb182) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added support for passing a model object directly to GenerateReactApp, removing the requirement to write the model to disk first
20
+ - Aligned GenerateReactApp's interface with GenerateServer, allowing consistent usage across both commands
21
+
22
+ - [`db17d33`](https://github.com/BeOnAuto/auto-engineer/commit/db17d337150f16a45336aab71a953418622b0fda) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **react-gen**: add landing page agent, validation pipeline, and starter updates
23
+ - **server-generator-apollo-emmett**: wire mappings through scaffoldFromSchema
24
+ - **server-generator-apollo-emmett**: add ArgMapping with operator support
25
+ - **server-generator-apollo-emmett**: update query resolver template for value-mapped arg filtering
26
+ - **server-generator-apollo-emmett**: update projection template for per-event getDocumentId
27
+
28
+ ### Patch Changes
29
+
30
+ - [`beb2621`](https://github.com/BeOnAuto/auto-engineer/commit/beb2621e4e3183fbc9ac573d75bb3371f210313a) Thanks [@osamanar](https://github.com/osamanar)! - - Removed the Python ADK port package, as the JavaScript package now provides full feature parity after migrating to Vercel AI SDK with bash-tool skills
31
+
32
+ - [`633f575`](https://github.com/BeOnAuto/auto-engineer/commit/633f575fbc62fc6c59e7a98e8be725124d49e822) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed linting and formatting errors in design-system scripts for the React generator
33
+
34
+ - [`0572671`](https://github.com/BeOnAuto/auto-engineer/commit/05726719543c6f574c03ef7201ddc0f6513f061d) Thanks [@osamanar](https://github.com/osamanar)! - - Raised cognitive complexity threshold to unblock CI pipeline
35
+
36
+ - [`b54575c`](https://github.com/BeOnAuto/auto-engineer/commit/b54575c8bc5add295158e8dd9e82c74f112d428c) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Decoupled front-end and back-end build pipelines so they can run independently
37
+ - Renamed build commands to build:frontend and build:backend for clarity
38
+ - Front-end build is now dispatched externally rather than chained to back-end generation
39
+
40
+ - [`70e80cd`](https://github.com/BeOnAuto/auto-engineer/commit/70e80cdd8344b0cf68ff8a5746284e705aa43a64) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Updated project documentation to mark completed work items
41
+
42
+ - [`c00fcc8`](https://github.com/BeOnAuto/auto-engineer/commit/c00fcc8496a5bd4d2affe10635fb8dcfbdce0cf9) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed graph label enrichment so dynamically-added command nodes correctly receive display names
43
+
44
+ - [`14d4dc7`](https://github.com/BeOnAuto/auto-engineer/commit/14d4dc72c8a0054936edab8f6238ffb9eb65625e) Thanks [@osamanar](https://github.com/osamanar)! - - Suppressed cognitive complexity lint warning in the ESM imports fix script
45
+
46
+ - [`8de58a2`](https://github.com/BeOnAuto/auto-engineer/commit/8de58a29db06138aba6da42f2735f7529dbb9e03) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added planning document for decoupling front-end and back-end build processes
47
+
48
+ - [`8c4df3a`](https://github.com/BeOnAuto/auto-engineer/commit/8c4df3af6645b33465bef95942946e5ce87e6e41) Thanks [@osamanar](https://github.com/osamanar)! - - Reduced cognitive complexity in the ESM imports fix script for improved maintainability
49
+
50
+ - Updated dependencies [[`beb2621`](https://github.com/BeOnAuto/auto-engineer/commit/beb2621e4e3183fbc9ac573d75bb3371f210313a), [`6e7aea4`](https://github.com/BeOnAuto/auto-engineer/commit/6e7aea4e81b3e7050211b68abdd346d78b255c2e), [`633f575`](https://github.com/BeOnAuto/auto-engineer/commit/633f575fbc62fc6c59e7a98e8be725124d49e822), [`574fd54`](https://github.com/BeOnAuto/auto-engineer/commit/574fd540c4db876773b4c0e042a8ce56aabcf1f5), [`dc22612`](https://github.com/BeOnAuto/auto-engineer/commit/dc22612671d72076e31d36e2db4465fcab8a23f5), [`0572671`](https://github.com/BeOnAuto/auto-engineer/commit/05726719543c6f574c03ef7201ddc0f6513f061d), [`b54575c`](https://github.com/BeOnAuto/auto-engineer/commit/b54575c8bc5add295158e8dd9e82c74f112d428c), [`70e80cd`](https://github.com/BeOnAuto/auto-engineer/commit/70e80cdd8344b0cf68ff8a5746284e705aa43a64), [`c00fcc8`](https://github.com/BeOnAuto/auto-engineer/commit/c00fcc8496a5bd4d2affe10635fb8dcfbdce0cf9), [`14d4dc7`](https://github.com/BeOnAuto/auto-engineer/commit/14d4dc72c8a0054936edab8f6238ffb9eb65625e), [`8de58a2`](https://github.com/BeOnAuto/auto-engineer/commit/8de58a29db06138aba6da42f2735f7529dbb9e03), [`31e8e1b`](https://github.com/BeOnAuto/auto-engineer/commit/31e8e1ba59ea589d6cb6fd9f615f19d3b97cb182), [`db17d33`](https://github.com/BeOnAuto/auto-engineer/commit/db17d337150f16a45336aab71a953418622b0fda), [`8c4df3a`](https://github.com/BeOnAuto/auto-engineer/commit/8c4df3af6645b33465bef95942946e5ce87e6e41)]:
51
+ - @auto-engineer/file-store@1.134.0
52
+ - @auto-engineer/id@1.134.0
53
+ - @auto-engineer/message-bus@1.134.0
54
+
55
+ ## 1.133.0
56
+
57
+ ### Minor Changes
58
+
59
+ - [`27571bf`](https://github.com/BeOnAuto/auto-engineer/commit/27571bf23744020052fe311284b2f16915c93be6) Thanks [@osamanar](https://github.com/osamanar)! - - Added landing page agent for automated landing page generation
60
+ - Introduced validation pipeline for generated output quality checks
61
+ - Updated starter templates with latest configuration and defaults
62
+
63
+ - [`711787a`](https://github.com/BeOnAuto/auto-engineer/commit/711787a071ac2f538f53674c5b9323ac699d513c) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **server-generator-apollo-emmett**: wire mappings through scaffoldFromSchema
64
+ - **server-generator-apollo-emmett**: add ArgMapping with operator support
65
+ - **server-generator-apollo-emmett**: update query resolver template for value-mapped arg filtering
66
+ - **server-generator-apollo-emmett**: update projection template for per-event getDocumentId
67
+ - **server-generator-apollo-emmett**: wire eventIdFieldMap and argToStateFieldMap through templates
68
+
69
+ ### Patch Changes
70
+
71
+ - [`374aeed`](https://github.com/BeOnAuto/auto-engineer/commit/374aeed0d7928583e3c97d624e99272e469fc56d) Thanks [@osamanar](https://github.com/osamanar)! - - Optimized react generation pipeline from ~8 minutes to ~3 minutes by using frozen lockfile and reducing validation iterations
72
+ - Fixed landing page navigation by injecting route paths and using proper Link components instead of plain buttons
73
+ - Batched theme validation errors into a single response for fewer iterations
74
+
75
+ - [`75f92f9`](https://github.com/BeOnAuto/auto-engineer/commit/75f92f9978eed1a913601a80b0d153a59d42646f) Thanks [@osamanar](https://github.com/osamanar)! - - Fixed landing page generation reliability by using a fixed file path, preventing the AI from writing to incorrect locations
76
+ - Resolved issue where landing pages could be flagged as missing and replaced with lower-quality versions
77
+
78
+ - [`8ee6686`](https://github.com/BeOnAuto/auto-engineer/commit/8ee6686b15e40c0357d2ebdbb1dbfb84a966fcb5) Thanks [@osamanar](https://github.com/osamanar)! - - Fixed 100+ code formatting and lint issues across the monorepo
79
+ - Resolved pre-existing type errors in component implementation classes
80
+ - Excluded generated starter and output directories from lint checks
81
+ - Updated dependencies [[`374aeed`](https://github.com/BeOnAuto/auto-engineer/commit/374aeed0d7928583e3c97d624e99272e469fc56d), [`27571bf`](https://github.com/BeOnAuto/auto-engineer/commit/27571bf23744020052fe311284b2f16915c93be6), [`75f92f9`](https://github.com/BeOnAuto/auto-engineer/commit/75f92f9978eed1a913601a80b0d153a59d42646f), [`711787a`](https://github.com/BeOnAuto/auto-engineer/commit/711787a071ac2f538f53674c5b9323ac699d513c), [`8ee6686`](https://github.com/BeOnAuto/auto-engineer/commit/8ee6686b15e40c0357d2ebdbb1dbfb84a966fcb5)]:
82
+ - @auto-engineer/file-store@1.133.0
83
+ - @auto-engineer/id@1.133.0
84
+ - @auto-engineer/message-bus@1.133.0
85
+
86
+ ## 1.132.0
87
+
88
+ ### Minor Changes
89
+
90
+ - [`7ab10bd`](https://github.com/BeOnAuto/auto-engineer/commit/7ab10bd6a89fc0c0612a9ec1708479093506ae4e) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **narrative**: add buildTypeInfoFromMessages for messages-to-TypeInfo map conversion
91
+ - **narrative**: add messageToTypeInfo adapter for Message-to-TypeInfo conversion
92
+ - **server-implementer**: detect forbidden type assertions in AI-generated code
93
+ - **narrative**: resolve InferredType via messages-derived fallback in createTypeResolver
94
+ - **server-generator-apollo-emmett**: generate events.ts for query slices with orphan events
95
+
96
+ - [`f3c4419`](https://github.com/BeOnAuto/auto-engineer/commit/f3c4419bceaf39026399d903fdf6a39917d8c7ad) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed InferredType sentinels leaking into output models when no TypeScript AST is available by falling back to message-derived type resolution
97
+ - Added events.ts generation for query slices, fixing broken imports when query projections reference events with no producing command slice
98
+ - Added detection of forbidden type assertions (e.g. `as` casts) in AI-generated code, triggering automatic retries with guidance to use typed variables instead
99
+
100
+ - [`81332d2`](https://github.com/BeOnAuto/auto-engineer/commit/81332d21e016330f917fb2a6a9854e5d68bbb2ed) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added support for wiring field mappings through schema scaffolding for queries
101
+ - Operator mappings like gte/lte now render as comparison operators (< and >) in generated resolver code
102
+
103
+ - [`a9067d1`](https://github.com/BeOnAuto/auto-engineer/commit/a9067d1113be00adcffcaab6c0b75a5d2baa53d5) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added per-event ID field resolution via buildEventIdFieldMap, enabling each event type to specify its own ID field mapping
104
+
105
+ - [`d6bce3a`](https://github.com/BeOnAuto/auto-engineer/commit/d6bce3af9358cc54b13a3750bd815b5e3339c31a) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Updated query resolver template to support value-mapped argument filtering for more precise data querying
106
+
107
+ - [`619554e`](https://github.com/BeOnAuto/auto-engineer/commit/619554e6fe971ee5a51b8fe64607322e7e8bcaeb) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added argument mapping with operator support for Apollo/Emmett server generation, enabling explicit control over how query arguments map to state fields with configurable operators (e.g., equality, greater than)
108
+ - Refactored argument-to-state field mapping to support rich mapping entries with operators instead of simple string-to-string mappings
109
+ - Added fallback behavior that defaults to equality operator when no explicit mapping is provided
110
+
111
+ - [`60a781f`](https://github.com/BeOnAuto/auto-engineer/commit/60a781f4c14d2d42d2412e61c0b070d37cd5e97c) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added support for wiring event ID field maps and argument-to-state field maps through code generation templates
112
+
113
+ - [`f71ce9e`](https://github.com/BeOnAuto/auto-engineer/commit/f71ce9e154c548797916f1708d2fef8a2c8546fb) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Updated projection template to support per-event document ID resolution
114
+
115
+ - [`2b2d34b`](https://github.com/BeOnAuto/auto-engineer/commit/2b2d34b56790eb8f355e3291c9e0dc4e105cd976) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added extraction of stream ID fields from stream pattern variables in the Apollo Emmett server generator
116
+
117
+ - [`000dc5e`](https://github.com/BeOnAuto/auto-engineer/commit/000dc5e633d663a7fffd24e9442e264bab7648ae) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added value-matched argument filtering via field map builder for Apollo Emmett server generation
118
+
119
+ ### Patch Changes
120
+
121
+ - [`2845c26`](https://github.com/BeOnAuto/auto-engineer/commit/2845c26e542cccf70c7df4cd17e5e08d9b8271b4) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added integration test coverage for multi-event projection ID field handling
122
+
123
+ - [`e03eea6`](https://github.com/BeOnAuto/auto-engineer/commit/e03eea6716689f1566890454d3763bc17ba2228c) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - This single commit only updates the ketchup plan file (a planning document). There are no user-facing code changes.
124
+ - Finalized implementation plan for per-event ID field resolution and argument mapping improvements
125
+
126
+ - [`5a7117b`](https://github.com/BeOnAuto/auto-engineer/commit/5a7117b068b2b71091f04d84697c0404495756a2) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added optional operator support to mapping entry schema for more flexible field mapping configurations
127
+
128
+ - [`19e2ef6`](https://github.com/BeOnAuto/auto-engineer/commit/19e2ef6e04d5722bd4097ec9332fdd3fe6fb7cda) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added integration test for value-mapped argument-to-state filtering in Apollo/Emmett server generator
129
+
130
+ - [`3e8ede9`](https://github.com/BeOnAuto/auto-engineer/commit/3e8ede919ba6544a057dead7cbbb5135e5e4bef4) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added planning for explicit argument-to-field mapping with operator support in query resolvers
131
+
132
+ - Updated dependencies [[`7ab10bd`](https://github.com/BeOnAuto/auto-engineer/commit/7ab10bd6a89fc0c0612a9ec1708479093506ae4e), [`2845c26`](https://github.com/BeOnAuto/auto-engineer/commit/2845c26e542cccf70c7df4cd17e5e08d9b8271b4), [`e03eea6`](https://github.com/BeOnAuto/auto-engineer/commit/e03eea6716689f1566890454d3763bc17ba2228c), [`f3c4419`](https://github.com/BeOnAuto/auto-engineer/commit/f3c4419bceaf39026399d903fdf6a39917d8c7ad), [`81332d2`](https://github.com/BeOnAuto/auto-engineer/commit/81332d21e016330f917fb2a6a9854e5d68bbb2ed), [`a9067d1`](https://github.com/BeOnAuto/auto-engineer/commit/a9067d1113be00adcffcaab6c0b75a5d2baa53d5), [`d6bce3a`](https://github.com/BeOnAuto/auto-engineer/commit/d6bce3af9358cc54b13a3750bd815b5e3339c31a), [`619554e`](https://github.com/BeOnAuto/auto-engineer/commit/619554e6fe971ee5a51b8fe64607322e7e8bcaeb), [`5a7117b`](https://github.com/BeOnAuto/auto-engineer/commit/5a7117b068b2b71091f04d84697c0404495756a2), [`60a781f`](https://github.com/BeOnAuto/auto-engineer/commit/60a781f4c14d2d42d2412e61c0b070d37cd5e97c), [`f71ce9e`](https://github.com/BeOnAuto/auto-engineer/commit/f71ce9e154c548797916f1708d2fef8a2c8546fb), [`19e2ef6`](https://github.com/BeOnAuto/auto-engineer/commit/19e2ef6e04d5722bd4097ec9332fdd3fe6fb7cda), [`3e8ede9`](https://github.com/BeOnAuto/auto-engineer/commit/3e8ede919ba6544a057dead7cbbb5135e5e4bef4), [`2b2d34b`](https://github.com/BeOnAuto/auto-engineer/commit/2b2d34b56790eb8f355e3291c9e0dc4e105cd976), [`000dc5e`](https://github.com/BeOnAuto/auto-engineer/commit/000dc5e633d663a7fffd24e9442e264bab7648ae)]:
133
+ - @auto-engineer/file-store@1.132.0
134
+ - @auto-engineer/id@1.132.0
135
+ - @auto-engineer/message-bus@1.132.0
136
+
137
+ ## 1.131.0
138
+
139
+ ### Minor Changes
140
+
141
+ - [`8791296`](https://github.com/BeOnAuto/auto-engineer/commit/8791296a126f213d171c6dd7d2d4738c0fc2a19e) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **server-generator-apollo-emmett**: add escapeJsString utility for EJS template safety
142
+ - **server-generator-apollo-emmett**: escape apostrophes in react.specs.ts.ejs string literals
143
+ - **server-generator-apollo-emmett**: escape apostrophes in decide template string literals
144
+ - **server-generator-apollo-emmett**: escape apostrophes in projection.specs.ts.ejs string literals
145
+ - **global**: version packages
146
+
147
+ - [`a2c7ada`](https://github.com/BeOnAuto/auto-engineer/commit/a2c7ada17acecc6e175dd0caea7f7d3b4bf0b67e) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added adapter to convert Message objects to TypeInfo format, enabling message-based type inference in the narrative pipeline
148
+
149
+ - [`b3515b8`](https://github.com/BeOnAuto/auto-engineer/commit/b3515b8c09a70063c1ffe361b2d6f68af299fa05) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added utility to convert message arrays into TypeInfo maps for narrative processing
150
+
151
+ - [`2546535`](https://github.com/BeOnAuto/auto-engineer/commit/2546535ea50987fb58c9caee4803d871861acee2) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added automatic detection of forbidden type assertions (e.g., `as` casts) in AI-generated code to enforce type safety
152
+ - Type assertion violations now trigger a retry loop with guidance for the AI to use properly typed variables instead
153
+ - Detection runs in parallel with existing shadow checks during test and typecheck phase
154
+
155
+ ### Patch Changes
156
+
157
+ - [`7a3967e`](https://github.com/BeOnAuto/auto-engineer/commit/7a3967e1c12d418786cf754fff019e509cc06e07) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added implementation plan for query events support and type assertion detection
158
+
159
+ - [`f485b24`](https://github.com/BeOnAuto/auto-engineer/commit/f485b24c738dabb21d2d25765f70239eb423a666) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Finalized implementation plan for InferredType messages fallback resolution
160
+
161
+ - [`aa38eaa`](https://github.com/BeOnAuto/auto-engineer/commit/aa38eaace31f050cbeb04e8fb698fbd380678aaa) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed type resolution failing for JSON-loaded models where placeholder types leaked into the output instead of resolving to their actual definitions
162
+
163
+ - [`0485e54`](https://github.com/BeOnAuto/auto-engineer/commit/0485e544e8581f8d849444a66dded98adba82184) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed broken imports in query projections that reference events not produced by any command slice
164
+ - Added events.ts file generation for query slice templates so orphan event imports resolve correctly
165
+
166
+ - [`cb750ce`](https://github.com/BeOnAuto/auto-engineer/commit/cb750ce35c027eb1d883544c58085e2e6d3270ad) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added implementation plan for fixing InferredType messages fallback behavior
167
+
168
+ - [`7f3ed00`](https://github.com/BeOnAuto/auto-engineer/commit/7f3ed00072378615124aed1d3d98f4a0fab8c58e) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Finalized implementation plan for query event generation and type assertion detection
169
+
170
+ - Updated dependencies [[`7a3967e`](https://github.com/BeOnAuto/auto-engineer/commit/7a3967e1c12d418786cf754fff019e509cc06e07), [`f485b24`](https://github.com/BeOnAuto/auto-engineer/commit/f485b24c738dabb21d2d25765f70239eb423a666), [`aa38eaa`](https://github.com/BeOnAuto/auto-engineer/commit/aa38eaace31f050cbeb04e8fb698fbd380678aaa), [`8791296`](https://github.com/BeOnAuto/auto-engineer/commit/8791296a126f213d171c6dd7d2d4738c0fc2a19e), [`a2c7ada`](https://github.com/BeOnAuto/auto-engineer/commit/a2c7ada17acecc6e175dd0caea7f7d3b4bf0b67e), [`0485e54`](https://github.com/BeOnAuto/auto-engineer/commit/0485e544e8581f8d849444a66dded98adba82184), [`b3515b8`](https://github.com/BeOnAuto/auto-engineer/commit/b3515b8c09a70063c1ffe361b2d6f68af299fa05), [`2546535`](https://github.com/BeOnAuto/auto-engineer/commit/2546535ea50987fb58c9caee4803d871861acee2), [`cb750ce`](https://github.com/BeOnAuto/auto-engineer/commit/cb750ce35c027eb1d883544c58085e2e6d3270ad), [`7f3ed00`](https://github.com/BeOnAuto/auto-engineer/commit/7f3ed00072378615124aed1d3d98f4a0fab8c58e)]:
171
+ - @auto-engineer/file-store@1.131.0
172
+ - @auto-engineer/id@1.131.0
173
+ - @auto-engineer/message-bus@1.131.0
174
+
3
175
  ## 1.130.0
4
176
 
5
177
  ### Minor Changes