@auto-engineer/server-implementer 1.112.0 → 1.113.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-implementer@1.112.0 build /home/runner/work/auto-engineer/auto-engineer/packages/server-implementer
2
+ > @auto-engineer/server-implementer@1.113.0 build /home/runner/work/auto-engineer/auto-engineer/packages/server-implementer
3
3
  > tsc && tsx ../../scripts/fix-esm-imports.ts
4
4
 
5
5
  Fixed ESM imports in dist/
@@ -1,5 +1,5 @@
1
1
 
2
- > @auto-engineer/server-implementer@1.111.0 test /home/runner/work/auto-engineer/auto-engineer/packages/server-implementer
2
+ > @auto-engineer/server-implementer@1.112.2 test /home/runner/work/auto-engineer/auto-engineer/packages/server-implementer
3
3
  > vitest run --reporter=dot
4
4
 
5
5
 
@@ -9,6 +9,6 @@
9
9
 
10
10
   Test Files  3 passed (3)
11
11
   Tests  22 passed (22)
12
-  Start at  04:27:02
13
-  Duration  9.39s (transform 1.27s, setup 0ms, collect 14.31s, tests 418ms, environment 3ms, prepare 1.82s)
12
+  Start at  01:39:34
13
+  Duration  12.72s (transform 2.80s, setup 0ms, collect 21.97s, tests 592ms, environment 1ms, prepare 2.45s)
14
14
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/server-implementer@1.111.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/server-implementer
2
+ > @auto-engineer/server-implementer@1.112.2 type-check /home/runner/work/auto-engineer/auto-engineer/packages/server-implementer
3
3
  > tsc --noEmit
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,72 @@
1
1
  # @auto-engineer/server-implementer
2
2
 
3
+ ## 1.113.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`a8150d1`](https://github.com/BeOnAuto/auto-engineer/commit/a8150d1233e13d6e5583683e913d19fc8ccf90fd) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add evaluation agent
8
+
9
+ - [`d0c76a8`](https://github.com/BeOnAuto/auto-engineer/commit/d0c76a86ad1c5353eec39ed204b8877497f2dae9) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add test-generation instruction
10
+
11
+ - [`60cb001`](https://github.com/BeOnAuto/auto-engineer/commit/60cb0010abfd505878cd845eda1063c7eb476be7) Thanks [@osamanar](https://github.com/osamanar)! - - **global**: imrpoves ui generation pipeline
12
+ - **component-implementor-react**: rewrite pipeline with parallel gen, fix loops, and evaluation
13
+ - **component-implementor-react**: add test-generation agent
14
+ - **component-implementor-react**: add test-fix agent and loop
15
+ - **component-implementor-react**: resolve biome lint errors failing CI
16
+
17
+ - [`409e30b`](https://github.com/BeOnAuto/auto-engineer/commit/409e30b6362fabb14b33fe72cbfc41ab3e089aaa) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add test-generation instruction
18
+
19
+ - [`18a308a`](https://github.com/BeOnAuto/auto-engineer/commit/18a308abbed412eef06dc3ddbe3ffe109ebdfc1a) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add test-generation instruction
20
+
21
+ - [`ef224d1`](https://github.com/BeOnAuto/auto-engineer/commit/ef224d1fa9c327317b660e85ed924d3eb9fc1499) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add test-generation agent
22
+
23
+ - [`18a308a`](https://github.com/BeOnAuto/auto-engineer/commit/18a308abbed412eef06dc3ddbe3ffe109ebdfc1a) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add test-generation instruction
24
+
25
+ - [`ba38b4d`](https://github.com/BeOnAuto/auto-engineer/commit/ba38b4de2a5fd531b065ba82a74addd0800cd4c4) Thanks [@osamanar](https://github.com/osamanar)! - - Improved the UI generation pipeline for better component output
26
+
27
+ - [`dc199cd`](https://github.com/BeOnAuto/auto-engineer/commit/dc199cd34f0ab43fcc6ec55d47460527cc824694) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: rewrite pipeline with parallel gen, fix loops, and evaluation
28
+
29
+ - [`18a308a`](https://github.com/BeOnAuto/auto-engineer/commit/18a308abbed412eef06dc3ddbe3ffe109ebdfc1a) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add evaluation instruction
30
+
31
+ - [`496a8fd`](https://github.com/BeOnAuto/auto-engineer/commit/496a8fd4b33b6dfd922b6ff56a78f83528839e7b) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add evaluation instruction
32
+
33
+ - [`d72af17`](https://github.com/BeOnAuto/auto-engineer/commit/d72af17943c0a649b16b52f584715bffe8a551c7) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add test-fix agent and loop
34
+
35
+ ### Patch Changes
36
+
37
+ - [`3b4a9b1`](https://github.com/BeOnAuto/auto-engineer/commit/3b4a9b183688bdaf13d9aeb23455c8cec5ac08c6) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **app-assembler**: add --access public for npm publish
38
+ - **app-assembler**: add release script for npm publish
39
+ - **global**: version packages
40
+ - **global**: version packages
41
+ - Updated dependencies [[`a8150d1`](https://github.com/BeOnAuto/auto-engineer/commit/a8150d1233e13d6e5583683e913d19fc8ccf90fd), [`d0c76a8`](https://github.com/BeOnAuto/auto-engineer/commit/d0c76a86ad1c5353eec39ed204b8877497f2dae9), [`60cb001`](https://github.com/BeOnAuto/auto-engineer/commit/60cb0010abfd505878cd845eda1063c7eb476be7), [`409e30b`](https://github.com/BeOnAuto/auto-engineer/commit/409e30b6362fabb14b33fe72cbfc41ab3e089aaa), [`18a308a`](https://github.com/BeOnAuto/auto-engineer/commit/18a308abbed412eef06dc3ddbe3ffe109ebdfc1a), [`3b4a9b1`](https://github.com/BeOnAuto/auto-engineer/commit/3b4a9b183688bdaf13d9aeb23455c8cec5ac08c6), [`ef224d1`](https://github.com/BeOnAuto/auto-engineer/commit/ef224d1fa9c327317b660e85ed924d3eb9fc1499), [`18a308a`](https://github.com/BeOnAuto/auto-engineer/commit/18a308abbed412eef06dc3ddbe3ffe109ebdfc1a), [`ba38b4d`](https://github.com/BeOnAuto/auto-engineer/commit/ba38b4de2a5fd531b065ba82a74addd0800cd4c4), [`dc199cd`](https://github.com/BeOnAuto/auto-engineer/commit/dc199cd34f0ab43fcc6ec55d47460527cc824694), [`18a308a`](https://github.com/BeOnAuto/auto-engineer/commit/18a308abbed412eef06dc3ddbe3ffe109ebdfc1a), [`496a8fd`](https://github.com/BeOnAuto/auto-engineer/commit/496a8fd4b33b6dfd922b6ff56a78f83528839e7b), [`d72af17`](https://github.com/BeOnAuto/auto-engineer/commit/d72af17943c0a649b16b52f584715bffe8a551c7)]:
42
+ - @auto-engineer/message-bus@1.113.0
43
+ - @auto-engineer/model-factory@1.113.0
44
+
45
+ ## 1.112.2
46
+
47
+ ### Patch Changes
48
+
49
+ - [`9b01fa4`](https://github.com/BeOnAuto/auto-engineer/commit/9b01fa49f96d58ffdd74367fa70aa57822520e74) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **app-assembler**: add --access public for npm publish
50
+
51
+ - [`d8beabc`](https://github.com/BeOnAuto/auto-engineer/commit/d8beabce82313506aeacdf7a4f154ef27af12393) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **app-assembler**: add release script for npm publish
52
+ - **global**: version packages
53
+ - Updated dependencies [[`9b01fa4`](https://github.com/BeOnAuto/auto-engineer/commit/9b01fa49f96d58ffdd74367fa70aa57822520e74), [`d8beabc`](https://github.com/BeOnAuto/auto-engineer/commit/d8beabce82313506aeacdf7a4f154ef27af12393)]:
54
+ - @auto-engineer/message-bus@1.112.2
55
+ - @auto-engineer/model-factory@1.112.2
56
+
57
+ ## 1.112.1
58
+
59
+ ### Patch Changes
60
+
61
+ - [`abc55fc`](https://github.com/BeOnAuto/auto-engineer/commit/abc55fc2d639132438ab37d7472fc3f9b5e69d15) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **app-assembler**: align version with other packages for npm publish
62
+ - **global**: version packages
63
+
64
+ - [`50fb06d`](https://github.com/BeOnAuto/auto-engineer/commit/50fb06d06393a5a753f8e272e4aa241dcb9f280f) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **app-assembler**: add release script for npm publish
65
+
66
+ - Updated dependencies [[`abc55fc`](https://github.com/BeOnAuto/auto-engineer/commit/abc55fc2d639132438ab37d7472fc3f9b5e69d15), [`50fb06d`](https://github.com/BeOnAuto/auto-engineer/commit/50fb06d06393a5a753f8e272e4aa241dcb9f280f)]:
67
+ - @auto-engineer/message-bus@1.112.1
68
+ - @auto-engineer/model-factory@1.112.1
69
+
3
70
  ## 1.112.0
4
71
 
5
72
  ### Minor Changes