@auto-engineer/pipeline 1.156.0 → 1.158.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.
- package/.turbo/turbo-build.log +1 -1
- package/.turbo/turbo-test.log +3 -3
- package/.turbo/turbo-type-check.log +1 -1
- package/CHANGELOG.md +143 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @auto-engineer/pipeline@1.
|
|
2
|
+
> @auto-engineer/pipeline@1.158.0 build /home/runner/work/auto-engineer/auto-engineer/packages/pipeline
|
|
3
3
|
> tsc && tsx ../../scripts/fix-esm-imports.ts
|
|
4
4
|
|
|
5
5
|
Fixed ESM imports in dist/
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @auto-engineer/pipeline@1.
|
|
2
|
+
> @auto-engineer/pipeline@1.157.0 test /home/runner/work/auto-engineer/auto-engineer/packages/pipeline
|
|
3
3
|
> vitest run --reporter=dot
|
|
4
4
|
|
|
5
5
|
|
|
@@ -9,6 +9,6 @@
|
|
|
9
9
|
|
|
10
10
|
[2m Test Files [22m [1m[32m42 passed[39m[22m[90m (42)[39m
|
|
11
11
|
[2m Tests [22m [1m[32m591 passed[39m[22m[90m (591)[39m
|
|
12
|
-
[2m Start at [22m
|
|
13
|
-
[2m Duration [22m
|
|
12
|
+
[2m Start at [22m 13:14:41
|
|
13
|
+
[2m Duration [22m 45.18s[2m (transform 9.26s, setup 0ms, collect 19.74s, tests 35.08s, environment 26ms, prepare 31.33s)[22m
|
|
14
14
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,148 @@
|
|
|
1
1
|
# @auto-engineer/pipeline
|
|
2
2
|
|
|
3
|
+
## 1.158.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`c2751fd`](https://github.com/BeOnAuto/auto-engineer/commit/c2751fdf0469e7ba99a31c5476b57bcc7d456ee3) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added ModelLevelRegistry with actor() and entity() DSL functions for defining domain models in narratives
|
|
8
|
+
|
|
9
|
+
- [`d970e0e`](https://github.com/BeOnAuto/auto-engineer/commit/d970e0e20a5094318c72033111bfa7d27e242574) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added configuration read and write support for .auto-agent.json in the agent CLI
|
|
10
|
+
|
|
11
|
+
- [`ed943ed`](https://github.com/BeOnAuto/auto-engineer/commit/ed943ed703ecf0e075f790443878a59b7d8154ef) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added Actor, Entity, and Impact schemas for describing domain-level metadata in narrative models
|
|
12
|
+
- Added optional actors, entities, assumptions, and requirements fields to the root model schema
|
|
13
|
+
- All changes are backward compatible with existing models
|
|
14
|
+
|
|
15
|
+
- [`7adc15b`](https://github.com/BeOnAuto/auto-engineer/commit/7adc15bec50b93963ebf8901389d8b6615a84598) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added narrative() DSL function that accepts a config object for defining narrative structures
|
|
16
|
+
|
|
17
|
+
- [`d913b67`](https://github.com/BeOnAuto/auto-engineer/commit/d913b67ccecf1bb696d0515c98c592fd8467ca9c) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added metadata file generation containing narrative blocks and model metadata during the narrative build process
|
|
18
|
+
|
|
19
|
+
- [`d23a183`](https://github.com/BeOnAuto/auto-engineer/commit/d23a183d88da2bad44ed8a8f77ef15a98ab42e7c) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added initiator field to moments, allowing tracking of which actor or system triggers each moment in a narrative
|
|
20
|
+
|
|
21
|
+
- [`7052494`](https://github.com/BeOnAuto/auto-engineer/commit/705249460aa17808a99eb3011513386bb6b988be) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added new DSL functions for building narratives including actor, entity, assumptions, requirements, and narrative configuration
|
|
22
|
+
- Registry is now automatically cleared before executing an AST to ensure clean state
|
|
23
|
+
|
|
24
|
+
- [`e5caf9d`](https://github.com/BeOnAuto/auto-engineer/commit/e5caf9d21ab82fc88b23035db92b4ae2f49dd0ed) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **react-gen**: add autoresearch loop for iterative UI quality improvement
|
|
25
|
+
- **react-gen**: add LLM prompt improver for autoresearch loop
|
|
26
|
+
- **react-gen**: add LLM screenshot evaluator for visual quality scoring
|
|
27
|
+
- **react-gen**: add screenshot utility for route-based captures
|
|
28
|
+
- **react-gen**: add e2e-generate script (prompt → app)
|
|
29
|
+
|
|
30
|
+
- [`e1db6f0`](https://github.com/BeOnAuto/auto-engineer/commit/e1db6f0c2f75d07b9793d9789f07fc5d36278740) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added metadata AST builders for narrative definitions
|
|
31
|
+
- Updated flow function names for improved clarity
|
|
32
|
+
|
|
33
|
+
- [`43107c3`](https://github.com/BeOnAuto/auto-engineer/commit/43107c359ab24ff32161ca2b7d66481a53c7e3dd) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added assumptions() and requirements() DSL functions with 2-level dispatch for defining narrative constraints
|
|
34
|
+
|
|
35
|
+
- [`2d83435`](https://github.com/BeOnAuto/auto-engineer/commit/2d83435b835df34e039407619449db11d9dd0b24) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added metadata fields (title, description, status, version, tags) to Narrative and Scene schemas
|
|
36
|
+
- Extended planning schemas with new metadata support for better organization and tracking
|
|
37
|
+
|
|
38
|
+
- [`8fa6d76`](https://github.com/BeOnAuto/auto-engineer/commit/8fa6d762ce80849c389b78281a60bc789035d47b) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added metadata fields (title, description, author, version, tags) to Narrative, Scene, and planning schemas
|
|
39
|
+
- Skipped type-checking for react-gen-json-render package to work around TypeScript recursion depth error
|
|
40
|
+
|
|
41
|
+
- [`fd6a5af`](https://github.com/BeOnAuto/auto-engineer/commit/fd6a5af83fb6b81bb24612cf06f7c2bb1aa51db7) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added code generation support for stream, initiator, and via fields in buildMoment output
|
|
42
|
+
|
|
43
|
+
- [`7387c91`](https://github.com/BeOnAuto/auto-engineer/commit/7387c91992e9ceeda397dbec323c3b52baccadf7) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added scene-level assumptions and requirements output during flow generation
|
|
44
|
+
|
|
45
|
+
- [`6618456`](https://github.com/BeOnAuto/auto-engineer/commit/6618456731254b3dec28a86582862ad235bb7a42) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed type safety in spec assembly and wired model metadata with narrative definitions
|
|
46
|
+
|
|
47
|
+
### Patch Changes
|
|
48
|
+
|
|
49
|
+
- [`51cf932`](https://github.com/BeOnAuto/auto-engineer/commit/51cf932a2b146c400c1276133f243f6d55443b94) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Updated the narrative ketchup plan with remaining bursts to complete
|
|
50
|
+
|
|
51
|
+
- [`5112f10`](https://github.com/BeOnAuto/auto-engineer/commit/5112f10b4a78717f695c7fb7dd437b90255ba0af) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added ketchup plan outlining upcoming work for model schema, DSL, and transformers
|
|
52
|
+
|
|
53
|
+
- [`daf95e0`](https://github.com/BeOnAuto/auto-engineer/commit/daf95e06954a5c870e43cc262694bf9d5e02cabf) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Updated narrative plan to mark all bursts as completed
|
|
54
|
+
|
|
55
|
+
- [`d107f75`](https://github.com/BeOnAuto/auto-engineer/commit/d107f753a0bdff13b4372251e02a2109490d8b57) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added round-trip verification test ensuring DSL-to-scenes-to-model conversion preserves narrative structure
|
|
56
|
+
|
|
57
|
+
- [`d7cacb3`](https://github.com/BeOnAuto/auto-engineer/commit/d7cacb3c488a1b620875fdcd5e801ea7960fcbb9) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added new agent-cli package with Commander.js-based command-line entry point
|
|
58
|
+
|
|
59
|
+
- [`b5b201e`](https://github.com/BeOnAuto/auto-engineer/commit/b5b201e56a0079413064540a43b34146972c4b43) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed build out-of-memory errors in the react-gen-json-render package
|
|
60
|
+
- Resolved implicit any type errors to improve build reliability
|
|
61
|
+
|
|
62
|
+
- [`94825ba`](https://github.com/BeOnAuto/auto-engineer/commit/94825ba3414022799f8b12c41a13a015234110c8) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed dependency linking in the typical-example package for compatibility with changesets
|
|
63
|
+
|
|
64
|
+
- [`b1254c0`](https://github.com/BeOnAuto/auto-engineer/commit/b1254c050afbf8e2a880bce2b7d9bcd62557b0f1) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Removed outdated changeset configuration referencing packages that no longer exist
|
|
65
|
+
|
|
66
|
+
- [`4279d24`](https://github.com/BeOnAuto/auto-engineer/commit/4279d24240473a2b38c5cdc225a7d4765203cae5) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Improved build performance for react-gen-json-render by skipping type checking during compilation
|
|
67
|
+
|
|
68
|
+
- Updated dependencies [[`c2751fd`](https://github.com/BeOnAuto/auto-engineer/commit/c2751fdf0469e7ba99a31c5476b57bcc7d456ee3), [`d970e0e`](https://github.com/BeOnAuto/auto-engineer/commit/d970e0e20a5094318c72033111bfa7d27e242574), [`ed943ed`](https://github.com/BeOnAuto/auto-engineer/commit/ed943ed703ecf0e075f790443878a59b7d8154ef), [`7adc15b`](https://github.com/BeOnAuto/auto-engineer/commit/7adc15bec50b93963ebf8901389d8b6615a84598), [`d913b67`](https://github.com/BeOnAuto/auto-engineer/commit/d913b67ccecf1bb696d0515c98c592fd8467ca9c), [`d23a183`](https://github.com/BeOnAuto/auto-engineer/commit/d23a183d88da2bad44ed8a8f77ef15a98ab42e7c), [`7052494`](https://github.com/BeOnAuto/auto-engineer/commit/705249460aa17808a99eb3011513386bb6b988be), [`e5caf9d`](https://github.com/BeOnAuto/auto-engineer/commit/e5caf9d21ab82fc88b23035db92b4ae2f49dd0ed), [`e1db6f0`](https://github.com/BeOnAuto/auto-engineer/commit/e1db6f0c2f75d07b9793d9789f07fc5d36278740), [`43107c3`](https://github.com/BeOnAuto/auto-engineer/commit/43107c359ab24ff32161ca2b7d66481a53c7e3dd), [`51cf932`](https://github.com/BeOnAuto/auto-engineer/commit/51cf932a2b146c400c1276133f243f6d55443b94), [`5112f10`](https://github.com/BeOnAuto/auto-engineer/commit/5112f10b4a78717f695c7fb7dd437b90255ba0af), [`daf95e0`](https://github.com/BeOnAuto/auto-engineer/commit/daf95e06954a5c870e43cc262694bf9d5e02cabf), [`d107f75`](https://github.com/BeOnAuto/auto-engineer/commit/d107f753a0bdff13b4372251e02a2109490d8b57), [`d7cacb3`](https://github.com/BeOnAuto/auto-engineer/commit/d7cacb3c488a1b620875fdcd5e801ea7960fcbb9), [`b5b201e`](https://github.com/BeOnAuto/auto-engineer/commit/b5b201e56a0079413064540a43b34146972c4b43), [`2d83435`](https://github.com/BeOnAuto/auto-engineer/commit/2d83435b835df34e039407619449db11d9dd0b24), [`94825ba`](https://github.com/BeOnAuto/auto-engineer/commit/94825ba3414022799f8b12c41a13a015234110c8), [`8fa6d76`](https://github.com/BeOnAuto/auto-engineer/commit/8fa6d762ce80849c389b78281a60bc789035d47b), [`b1254c0`](https://github.com/BeOnAuto/auto-engineer/commit/b1254c050afbf8e2a880bce2b7d9bcd62557b0f1), [`4279d24`](https://github.com/BeOnAuto/auto-engineer/commit/4279d24240473a2b38c5cdc225a7d4765203cae5), [`fd6a5af`](https://github.com/BeOnAuto/auto-engineer/commit/fd6a5af83fb6b81bb24612cf06f7c2bb1aa51db7), [`7387c91`](https://github.com/BeOnAuto/auto-engineer/commit/7387c91992e9ceeda397dbec323c3b52baccadf7), [`6618456`](https://github.com/BeOnAuto/auto-engineer/commit/6618456731254b3dec28a86582862ad235bb7a42)]:
|
|
69
|
+
- @auto-engineer/file-store@1.158.0
|
|
70
|
+
- @auto-engineer/message-bus@1.158.0
|
|
71
|
+
|
|
72
|
+
## 1.157.0
|
|
73
|
+
|
|
74
|
+
### Minor Changes
|
|
75
|
+
|
|
76
|
+
- [`fc70509`](https://github.com/BeOnAuto/auto-engineer/commit/fc7050994dd239b5c159301362af099a5558d33f) Thanks [@osamanar](https://github.com/osamanar)! - - Rewrote the React generation pipeline to use deterministic compile steps, ensuring consistent and reproducible output
|
|
77
|
+
|
|
78
|
+
- [`ff43cd0`](https://github.com/BeOnAuto/auto-engineer/commit/ff43cd0473f198fb55075df0d22839cfed982033) Thanks [@osamanar](https://github.com/osamanar)! - - Added autoresearch loop that iteratively evaluates and improves generated UI quality through automated screenshot analysis and prompt refinement
|
|
79
|
+
|
|
80
|
+
- [`50b79b9`](https://github.com/BeOnAuto/auto-engineer/commit/50b79b9e17c4535697c8b1ebce8e4b192239ead2) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **server-generator-apollo-emmett**: state.ts sibling field hints + state-ref fix
|
|
81
|
+
- **server-generator-apollo-emmett**: decide.ts uses allStreamEvents for given-resolution
|
|
82
|
+
- **server-generator-apollo-emmett**: decide.specs.ts uses allStreamEvents for given-resolution
|
|
83
|
+
- **server-generator-apollo-emmett**: wire allStreamEvents into template data + evolve.ts
|
|
84
|
+
- **server-generator-apollo-emmett**: add findSiblingEventsForStream() utility
|
|
85
|
+
|
|
86
|
+
- [`f0c7b1a`](https://github.com/BeOnAuto/auto-engineer/commit/f0c7b1abd91ebb97f7c32f4c05d145ce37f240e5) Thanks [@osamanar](https://github.com/osamanar)! - - Added deterministic router compilation for React code generation
|
|
87
|
+
|
|
88
|
+
- [`6cfc855`](https://github.com/BeOnAuto/auto-engineer/commit/6cfc855f81aa870b29f62c4d976a7a984b2c475b) Thanks [@osamanar](https://github.com/osamanar)! - - Added shared compile types for the React generator
|
|
89
|
+
|
|
90
|
+
- [`6268d96`](https://github.com/BeOnAuto/auto-engineer/commit/6268d9670d40a2d20e94baa3512c3c1f3dbbcbae) Thanks [@osamanar](https://github.com/osamanar)! - - Added LLM-powered prompt improver to automatically refine and enhance prompts during the autoresearch loop
|
|
91
|
+
|
|
92
|
+
- [`24baac2`](https://github.com/BeOnAuto/auto-engineer/commit/24baac29431e8c58fef777c094ec22d1f060a7b7) Thanks [@osamanar](https://github.com/osamanar)! - - Added LLM-powered screenshot evaluator for automated visual quality scoring of generated React applications
|
|
93
|
+
|
|
94
|
+
- [`a9261c2`](https://github.com/BeOnAuto/auto-engineer/commit/a9261c243cb05ae3dd7c036c5f62d821cb944b47) Thanks [@osamanar](https://github.com/osamanar)! - - Added json-render and zustand as runtime dependencies to the React starter template
|
|
95
|
+
|
|
96
|
+
- [`14ab924`](https://github.com/BeOnAuto/auto-engineer/commit/14ab92401b725e73b631d7185bcc611e88e7333b) Thanks [@osamanar](https://github.com/osamanar)! - - Added end-to-end generation script that turns a text prompt into a complete React app
|
|
97
|
+
- Added screenshot utility for capturing route-based snapshots of generated applications
|
|
98
|
+
|
|
99
|
+
- [`6106b0b`](https://github.com/BeOnAuto/auto-engineer/commit/6106b0b4a5cf2cdd84b218389328635a77838d38) Thanks [@osamanar](https://github.com/osamanar)! - - Added Puppeteer dependency for browser automation in the react-gen package
|
|
100
|
+
- Added new npm scripts for end-to-end testing and automated research workflows
|
|
101
|
+
|
|
102
|
+
- [`14ab924`](https://github.com/BeOnAuto/auto-engineer/commit/14ab92401b725e73b631d7185bcc611e88e7333b) Thanks [@osamanar](https://github.com/osamanar)! - - Added end-to-end generation script that takes a text prompt and produces a complete React application
|
|
103
|
+
|
|
104
|
+
- [`442ccd5`](https://github.com/BeOnAuto/auto-engineer/commit/442ccd5561b20d95776507901f0c9ff24b7fbc29) Thanks [@osamanar](https://github.com/osamanar)! - - Added compile-registry support for React generation
|
|
105
|
+
|
|
106
|
+
- [`be830a4`](https://github.com/BeOnAuto/auto-engineer/commit/be830a4682a5b40e22d415c891aae99a6b1df5ce) Thanks [@osamanar](https://github.com/osamanar)! - - Added deterministic theme compilation for consistent output across builds
|
|
107
|
+
|
|
108
|
+
### Patch Changes
|
|
109
|
+
|
|
110
|
+
- [`f832347`](https://github.com/BeOnAuto/auto-engineer/commit/f8323470195b87dea57bf7159af8b5d8b62468c6) Thanks [@osamanar](https://github.com/osamanar)! - - Split react-gen into two packages: react-gen (LLM-based generation) and react-gen-json-render (deterministic spec-driven pipeline)
|
|
111
|
+
- Added new deterministic codegen pipeline with scaffold, GraphQL codegen, component compilation, and theme/router generation
|
|
112
|
+
- Added autoresearch loop for iterative UI quality improvement in react-gen-json-render
|
|
113
|
+
- Fixed generated client directories being tracked in git and updated gitignore
|
|
114
|
+
|
|
115
|
+
- [`f54331c`](https://github.com/BeOnAuto/auto-engineer/commit/f54331c405d288dcf1f669ffff48bbe729244ddd) Thanks [@osamanar](https://github.com/osamanar)! - - Suppressed deprecation warning for generateObject function
|
|
116
|
+
- Removed unused findDevServerPort utility
|
|
117
|
+
|
|
118
|
+
- [`45e8614`](https://github.com/BeOnAuto/auto-engineer/commit/45e8614ca087267f36f1995fa7ef89ac78f7a60e) Thanks [@osamanar](https://github.com/osamanar)! - - Updated package lockfiles to include the new react-gen-json-render package dependency
|
|
119
|
+
|
|
120
|
+
- [`fea53d1`](https://github.com/BeOnAuto/auto-engineer/commit/fea53d106eaeef45474e085ebcee463016bcdfcd) Thanks [@osamanar](https://github.com/osamanar)! - - Suppressed all biome lint errors to unblock CI, reducing error count from 25 to 0
|
|
121
|
+
- Excluded starter template directory from biome checks due to incompatible CSS syntax
|
|
122
|
+
- Added lint ignore annotations across multiple packages for pre-existing code patterns
|
|
123
|
+
|
|
124
|
+
- [`0a13bf4`](https://github.com/BeOnAuto/auto-engineer/commit/0a13bf4fd594cc9cfdee96e0de6ca23d76b6a9f3) Thanks [@osamanar](https://github.com/osamanar)! - - Fixed all code linting errors across the codebase, including automatic fixes and removal of unused code
|
|
125
|
+
|
|
126
|
+
- [`625c7b1`](https://github.com/BeOnAuto/auto-engineer/commit/625c7b1b82f4c5690fb48896ee9186e62a72cd19) Thanks [@osamanar](https://github.com/osamanar)! - - Split react-gen-json-render into its own package with a deterministic spec-driven codegen pipeline
|
|
127
|
+
- Reverted react-gen to its original LLM-based component generation approach
|
|
128
|
+
- Added end-to-end CLI workflow from prompt to running app in react-gen-json-render
|
|
129
|
+
- Added autoresearch loop for iterative UI quality improvement
|
|
130
|
+
|
|
131
|
+
- [`acca578`](https://github.com/BeOnAuto/auto-engineer/commit/acca57816683bb2e991b4e9ca49488447f8487a7) Thanks [@osamanar](https://github.com/osamanar)! - - Added design specification for end-to-end CLI pipeline and automated research loop
|
|
132
|
+
|
|
133
|
+
- [`d4570ee`](https://github.com/BeOnAuto/auto-engineer/commit/d4570ee79be0044f729a6b8bab1edbc250c9a3c7) Thanks [@osamanar](https://github.com/osamanar)! - - Removed unused LLM agents and prompts from the React generator, reducing codebase complexity
|
|
134
|
+
|
|
135
|
+
- [`ec75534`](https://github.com/BeOnAuto/auto-engineer/commit/ec75534300ca5749dd901228752f64d19dacdfe5) Thanks [@osamanar](https://github.com/osamanar)! - - Fixed model property declaration in React component implementor to restore correct behavior
|
|
136
|
+
|
|
137
|
+
- [`4a1873a`](https://github.com/BeOnAuto/auto-engineer/commit/4a1873adecb1ebcc807168615bf9371cb8e86d7c) Thanks [@osamanar](https://github.com/osamanar)! - - Fixed type errors in the React generation pipeline for more reliable code generation
|
|
138
|
+
|
|
139
|
+
- [`dae9387`](https://github.com/BeOnAuto/auto-engineer/commit/dae9387b8819458c2ec7e8b26e7d704dd9fb58a3) Thanks [@osamanar](https://github.com/osamanar)! - - Fixed async tool calls in React component implementor to properly await lint, type check, and test operations
|
|
140
|
+
- Fixed incorrect import references in pipeline agent
|
|
141
|
+
- Added missing step files for component generation, test generation, and story generation
|
|
142
|
+
- Updated dependencies [[`fc70509`](https://github.com/BeOnAuto/auto-engineer/commit/fc7050994dd239b5c159301362af099a5558d33f), [`ff43cd0`](https://github.com/BeOnAuto/auto-engineer/commit/ff43cd0473f198fb55075df0d22839cfed982033), [`f832347`](https://github.com/BeOnAuto/auto-engineer/commit/f8323470195b87dea57bf7159af8b5d8b62468c6), [`50b79b9`](https://github.com/BeOnAuto/auto-engineer/commit/50b79b9e17c4535697c8b1ebce8e4b192239ead2), [`f54331c`](https://github.com/BeOnAuto/auto-engineer/commit/f54331c405d288dcf1f669ffff48bbe729244ddd), [`45e8614`](https://github.com/BeOnAuto/auto-engineer/commit/45e8614ca087267f36f1995fa7ef89ac78f7a60e), [`fea53d1`](https://github.com/BeOnAuto/auto-engineer/commit/fea53d106eaeef45474e085ebcee463016bcdfcd), [`f0c7b1a`](https://github.com/BeOnAuto/auto-engineer/commit/f0c7b1abd91ebb97f7c32f4c05d145ce37f240e5), [`6cfc855`](https://github.com/BeOnAuto/auto-engineer/commit/6cfc855f81aa870b29f62c4d976a7a984b2c475b), [`0a13bf4`](https://github.com/BeOnAuto/auto-engineer/commit/0a13bf4fd594cc9cfdee96e0de6ca23d76b6a9f3), [`6268d96`](https://github.com/BeOnAuto/auto-engineer/commit/6268d9670d40a2d20e94baa3512c3c1f3dbbcbae), [`625c7b1`](https://github.com/BeOnAuto/auto-engineer/commit/625c7b1b82f4c5690fb48896ee9186e62a72cd19), [`24baac2`](https://github.com/BeOnAuto/auto-engineer/commit/24baac29431e8c58fef777c094ec22d1f060a7b7), [`a9261c2`](https://github.com/BeOnAuto/auto-engineer/commit/a9261c243cb05ae3dd7c036c5f62d821cb944b47), [`acca578`](https://github.com/BeOnAuto/auto-engineer/commit/acca57816683bb2e991b4e9ca49488447f8487a7), [`d4570ee`](https://github.com/BeOnAuto/auto-engineer/commit/d4570ee79be0044f729a6b8bab1edbc250c9a3c7), [`14ab924`](https://github.com/BeOnAuto/auto-engineer/commit/14ab92401b725e73b631d7185bcc611e88e7333b), [`ec75534`](https://github.com/BeOnAuto/auto-engineer/commit/ec75534300ca5749dd901228752f64d19dacdfe5), [`6106b0b`](https://github.com/BeOnAuto/auto-engineer/commit/6106b0b4a5cf2cdd84b218389328635a77838d38), [`14ab924`](https://github.com/BeOnAuto/auto-engineer/commit/14ab92401b725e73b631d7185bcc611e88e7333b), [`442ccd5`](https://github.com/BeOnAuto/auto-engineer/commit/442ccd5561b20d95776507901f0c9ff24b7fbc29), [`be830a4`](https://github.com/BeOnAuto/auto-engineer/commit/be830a4682a5b40e22d415c891aae99a6b1df5ce), [`4a1873a`](https://github.com/BeOnAuto/auto-engineer/commit/4a1873adecb1ebcc807168615bf9371cb8e86d7c), [`dae9387`](https://github.com/BeOnAuto/auto-engineer/commit/dae9387b8819458c2ec7e8b26e7d704dd9fb58a3)]:
|
|
143
|
+
- @auto-engineer/file-store@1.157.0
|
|
144
|
+
- @auto-engineer/message-bus@1.157.0
|
|
145
|
+
|
|
3
146
|
## 1.156.0
|
|
4
147
|
|
|
5
148
|
### Minor Changes
|