@auto-engineer/model-factory 1.97.2 → 1.99.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/model-factory@1.97.2 build /home/runner/work/auto-engineer/auto-engineer/packages/model-factory
2
+ > @auto-engineer/model-factory@1.99.0 build /home/runner/work/auto-engineer/auto-engineer/packages/model-factory
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/model-factory@1.97.1 test /home/runner/work/auto-engineer/auto-engineer/packages/model-factory
2
+ > @auto-engineer/model-factory@1.98.0 test /home/runner/work/auto-engineer/auto-engineer/packages/model-factory
3
3
  > vitest run --reporter=dot
4
4
 
5
5
 
@@ -9,6 +9,6 @@
9
9
 
10
10
   Test Files  1 passed (1)
11
11
   Tests  5 passed (5)
12
-  Start at  02:58:41
13
-  Duration  2.17s (transform 450ms, setup 0ms, collect 376ms, tests 160ms, environment 0ms, prepare 559ms)
12
+  Start at  15:51:36
13
+  Duration  1.83s (transform 349ms, setup 0ms, collect 293ms, tests 139ms, environment 1ms, prepare 397ms)
14
14
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/model-factory@1.97.1 type-check /home/runner/work/auto-engineer/auto-engineer/packages/model-factory
2
+ > @auto-engineer/model-factory@1.98.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/model-factory
3
3
  > tsc --noEmit
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,96 @@
1
1
  # @auto-engineer/model-factory
2
2
 
3
+ ## 1.99.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`dbd0fa9`](https://github.com/BeOnAuto/auto-engineer/commit/dbd0fa96c77a1d43494d4f4c89975bcfd0a9a191) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: wire implement-component to TDD pipeline
8
+
9
+ - [`88a2432`](https://github.com/BeOnAuto/auto-engineer/commit/88a24329bef929901b924aed0c570e5eca2ff8b6) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add lint-runner tool
10
+
11
+ - [`0c278fb`](https://github.com/BeOnAuto/auto-engineer/commit/0c278fb13ed39cd130b48bbfd0706c8810e57cb3) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add generate-test pipeline step
12
+
13
+ - [`66184b2`](https://github.com/BeOnAuto/auto-engineer/commit/66184b25e5f56c856a06dd1bb23bbe7d71df7dde) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add visual-test pipeline step
14
+
15
+ - [`3ac9683`](https://github.com/BeOnAuto/auto-engineer/commit/3ac968344263b8c8de7d993d08f11c54ace5806f) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add test-fix-loop pipeline step
16
+
17
+ - [`218c8f6`](https://github.com/BeOnAuto/auto-engineer/commit/218c8f6c18b69c981c629577298b1a088d19e736) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add test-runner tool
18
+
19
+ - [`2e7a605`](https://github.com/BeOnAuto/auto-engineer/commit/2e7a6058d8f07dff6882e96c3739b2a1a721885b) Thanks [@osamanar](https://github.com/osamanar)! - Now I have a clear picture of the changes. Here's the changelog:
20
+ - Switched to sequential test-first generation so components are guided by their tests, producing more consistent and correct code
21
+ - Added project context awareness so generated components use correct import paths, installed dependencies, and existing UI library components
22
+ - Improved Storybook story generation with correct CSF3 format, proper import paths, and better defaults
23
+ - Enhanced test generation with Tailwind CSS and semantic element guidance to avoid common JSDOM pitfalls
24
+
25
+ - [`f86a0a3`](https://github.com/BeOnAuto/auto-engineer/commit/f86a0a34a06049b11d80ad7028ad1f890c75a670) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **pipeline**: reset function
26
+ - **root**: lock files
27
+ - **component-implementor-react**: derive component path when files.create is empty
28
+ - **component-implementor-react**: default targetDir to cwd when not provided
29
+ - **pipeline**: remove deprecated react-component-implementer package
30
+
31
+ - [`4157be1`](https://github.com/BeOnAuto/auto-engineer/commit/4157be1274d746e6f1d64c5e0d88ec7207d59a7f) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add storybook-test pipeline step
32
+
33
+ - [`bcdc919`](https://github.com/BeOnAuto/auto-engineer/commit/bcdc91953e40f73e6e58efdad96a96067942d9cd) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add story-fix-loop pipeline step
34
+
35
+ - [`0e56745`](https://github.com/BeOnAuto/auto-engineer/commit/0e567455252e951c09fe9f2dce864ff7e0f366bb) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: wire implement-component to TDD pipeline
36
+ - **component-implementor-react**: add pipeline runner
37
+ - **component-implementor-react**: add visual-test pipeline step
38
+ - **component-implementor-react**: add storybook-test pipeline step
39
+ - **component-implementor-react**: add story-fix-loop pipeline step
40
+
41
+ - [`bbe1a2d`](https://github.com/BeOnAuto/auto-engineer/commit/bbe1a2d7dca3d85e4fd32434aa3eebfe4c3727cf) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add fixer agent prompts
42
+
43
+ - [`5c6e679`](https://github.com/BeOnAuto/auto-engineer/commit/5c6e6798747ef3a991985320fe57c7d9ac5d92d6) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add type-fix-loop pipeline step
44
+
45
+ - [`6a3b9b6`](https://github.com/BeOnAuto/auto-engineer/commit/6a3b9b68e43510af1279e86c7fd77406f9337c8d) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add type-checker tool
46
+
47
+ - [`2fcd6bf`](https://github.com/BeOnAuto/auto-engineer/commit/2fcd6bff85a71be29cc761d296655b47a86a7f1e) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add generate-story pipeline step
48
+
49
+ - [`e7826b4`](https://github.com/BeOnAuto/auto-engineer/commit/e7826b453694b5313e6e5adc2c708fa8d1cb189c) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add storybook-runner tool
50
+
51
+ - [`a2c443d`](https://github.com/BeOnAuto/auto-engineer/commit/a2c443d6fba92e4cb642771a361286bf83399070) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add lint-fix-loop pipeline step
52
+
53
+ - [`78aed6e`](https://github.com/BeOnAuto/auto-engineer/commit/78aed6ee75c5e704018f250a63069e9bba0ff722) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add generate-component pipeline step
54
+
55
+ - [`1183af5`](https://github.com/BeOnAuto/auto-engineer/commit/1183af5740aa74975b9b6e7ed665b3deeedac520) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add pipeline runner
56
+
57
+ ### Patch Changes
58
+
59
+ - [`72fcc02`](https://github.com/BeOnAuto/auto-engineer/commit/72fcc022df4630900dad4d7e76b0cb588f220c5f) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: format source files to pass biome check
60
+
61
+ - [`49da584`](https://github.com/BeOnAuto/auto-engineer/commit/49da5840118ec25922a47dbe3fc4e824ad6d08f5) Thanks [@osamanar](https://github.com/osamanar)! - - **pipeline**: use res.on('close') for SSE disconnect and http.get in test
62
+
63
+ - [`e777b1b`](https://github.com/BeOnAuto/auto-engineer/commit/e777b1b0ee53c2ac8881e498c9fce80b2637db23) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: remove old generators, update exports
64
+
65
+ - [`2c04b77`](https://github.com/BeOnAuto/auto-engineer/commit/2c04b7752b2f63c7f0b4a86877d61f56305e639f) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: remove all explicit any from improve script
66
+
67
+ - [`ece67b6`](https://github.com/BeOnAuto/auto-engineer/commit/ece67b629546a717cae3f1fd50f14d3c3ccdb549) Thanks [@osamanar](https://github.com/osamanar)! - - **examples/typical**: use workspace protocol instead of link for internal deps
68
+
69
+ - [`c0fe3a4`](https://github.com/BeOnAuto/auto-engineer/commit/c0fe3a4185b1438e2d741ee27ed43522099a4681) Thanks [@osamanar](https://github.com/osamanar)! - - **file-upload**: narrow Uint8Array to Uint8Array<ArrayBuffer> for BodyInit compatibility
70
+
71
+ - [`ad1fb3b`](https://github.com/BeOnAuto/auto-engineer/commit/ad1fb3b9601773a98b4f33cffc08899468e46560) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: update ketchup plan
72
+
73
+ ## 1.98.0
74
+
75
+ ### Minor Changes
76
+
77
+ - [`b91b61a`](https://github.com/BeOnAuto/auto-engineer/commit/b91b61a1b486e20aac0f55bf4b7e462cc733d9c5) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added pipeline reset function to allow clearing and reinitializing pipeline state
78
+
79
+ ### Patch Changes
80
+
81
+ - [`a3eb50f`](https://github.com/BeOnAuto/auto-engineer/commit/a3eb50f1ce9394fa606eb86d1c1dcbb8d7ef3935) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **component-implementor-react**: derive component path when files.create is empty
82
+
83
+ - [`a032125`](https://github.com/BeOnAuto/auto-engineer/commit/a0321258b35adeacc67ede0ace593dd8a9913939) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Fixed lock files to ensure consistent dependency resolution
84
+
85
+ - [`070310d`](https://github.com/BeOnAuto/auto-engineer/commit/070310d44e41569aeea61501cbf18e44fa995d28) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **server-generator-apollo-emmett**: always update server package.json dependency versions
86
+ - **global**: version packages
87
+
88
+ - [`3c8f4d4`](https://github.com/BeOnAuto/auto-engineer/commit/3c8f4d4dfeb4a883bf45fb1876e0836f195e9af8) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: register component-implementor-react as plugin
89
+
90
+ - [`18ae6ee`](https://github.com/BeOnAuto/auto-engineer/commit/18ae6eeb5ee347ede38eaa9acdbf1ff34358b778) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **component-implementor-react**: guard buildSpecSection against undefined items
91
+
92
+ - [`12a0549`](https://github.com/BeOnAuto/auto-engineer/commit/12a0549079253778e043fdfd21b12bad2eb8469a) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **component-implementor-react**: default targetDir to cwd when not provided
93
+
3
94
  ## 1.97.2
4
95
 
5
96
  ### Patch Changes
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "publishConfig": {
23
23
  "access": "public"
24
24
  },
25
- "version": "1.97.2",
25
+ "version": "1.99.0",
26
26
  "scripts": {
27
27
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
28
28
  "test": "vitest run --reporter=dot",