@auto-engineer/model-factory 1.98.0 → 1.100.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.98.0 build /home/runner/work/auto-engineer/auto-engineer/packages/model-factory
2
+ > @auto-engineer/model-factory@1.100.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.2 test /home/runner/work/auto-engineer/auto-engineer/packages/model-factory
2
+ > @auto-engineer/model-factory@1.99.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  06:39:48
13
-  Duration  2.00s (transform 290ms, setup 0ms, collect 240ms, tests 114ms, environment 0ms, prepare 538ms)
12
+  Start at  16:43:47
13
+  Duration  2.17s (transform 389ms, setup 0ms, collect 320ms, tests 108ms, environment 0ms, prepare 628ms)
14
14
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/model-factory@1.97.2 type-check /home/runner/work/auto-engineer/auto-engineer/packages/model-factory
2
+ > @auto-engineer/model-factory@1.99.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,87 @@
1
1
  # @auto-engineer/model-factory
2
2
 
3
+ ## 1.100.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`9d73da8`](https://github.com/BeOnAuto/auto-engineer/commit/9d73da80b44a3567685c15c5b0c2d4f4bb355323) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added @react-spring animation packages for smoother UI transitions and animations
8
+
9
+ - [`3371bd0`](https://github.com/BeOnAuto/auto-engineer/commit/3371bd0d6d93e3192c12cb01c1e012d0edd18fe3) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **global**: fixes build
10
+ - **component-implementor-react**: wire implement-component to TDD pipeline
11
+ - **component-implementor-react**: add pipeline runner
12
+ - **component-implementor-react**: add visual-test pipeline step
13
+ - **component-implementor-react**: add storybook-test pipeline step
14
+
15
+ ## 1.99.0
16
+
17
+ ### Minor Changes
18
+
19
+ - [`dbd0fa9`](https://github.com/BeOnAuto/auto-engineer/commit/dbd0fa96c77a1d43494d4f4c89975bcfd0a9a191) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: wire implement-component to TDD pipeline
20
+
21
+ - [`88a2432`](https://github.com/BeOnAuto/auto-engineer/commit/88a24329bef929901b924aed0c570e5eca2ff8b6) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add lint-runner tool
22
+
23
+ - [`0c278fb`](https://github.com/BeOnAuto/auto-engineer/commit/0c278fb13ed39cd130b48bbfd0706c8810e57cb3) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add generate-test pipeline step
24
+
25
+ - [`66184b2`](https://github.com/BeOnAuto/auto-engineer/commit/66184b25e5f56c856a06dd1bb23bbe7d71df7dde) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add visual-test pipeline step
26
+
27
+ - [`3ac9683`](https://github.com/BeOnAuto/auto-engineer/commit/3ac968344263b8c8de7d993d08f11c54ace5806f) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add test-fix-loop pipeline step
28
+
29
+ - [`218c8f6`](https://github.com/BeOnAuto/auto-engineer/commit/218c8f6c18b69c981c629577298b1a088d19e736) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add test-runner tool
30
+
31
+ - [`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:
32
+ - Switched to sequential test-first generation so components are guided by their tests, producing more consistent and correct code
33
+ - Added project context awareness so generated components use correct import paths, installed dependencies, and existing UI library components
34
+ - Improved Storybook story generation with correct CSF3 format, proper import paths, and better defaults
35
+ - Enhanced test generation with Tailwind CSS and semantic element guidance to avoid common JSDOM pitfalls
36
+
37
+ - [`f86a0a3`](https://github.com/BeOnAuto/auto-engineer/commit/f86a0a34a06049b11d80ad7028ad1f890c75a670) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **pipeline**: reset function
38
+ - **root**: lock files
39
+ - **component-implementor-react**: derive component path when files.create is empty
40
+ - **component-implementor-react**: default targetDir to cwd when not provided
41
+ - **pipeline**: remove deprecated react-component-implementer package
42
+
43
+ - [`4157be1`](https://github.com/BeOnAuto/auto-engineer/commit/4157be1274d746e6f1d64c5e0d88ec7207d59a7f) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add storybook-test pipeline step
44
+
45
+ - [`bcdc919`](https://github.com/BeOnAuto/auto-engineer/commit/bcdc91953e40f73e6e58efdad96a96067942d9cd) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add story-fix-loop pipeline step
46
+
47
+ - [`0e56745`](https://github.com/BeOnAuto/auto-engineer/commit/0e567455252e951c09fe9f2dce864ff7e0f366bb) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: wire implement-component to TDD pipeline
48
+ - **component-implementor-react**: add pipeline runner
49
+ - **component-implementor-react**: add visual-test pipeline step
50
+ - **component-implementor-react**: add storybook-test pipeline step
51
+ - **component-implementor-react**: add story-fix-loop pipeline step
52
+
53
+ - [`bbe1a2d`](https://github.com/BeOnAuto/auto-engineer/commit/bbe1a2d7dca3d85e4fd32434aa3eebfe4c3727cf) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add fixer agent prompts
54
+
55
+ - [`5c6e679`](https://github.com/BeOnAuto/auto-engineer/commit/5c6e6798747ef3a991985320fe57c7d9ac5d92d6) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add type-fix-loop pipeline step
56
+
57
+ - [`6a3b9b6`](https://github.com/BeOnAuto/auto-engineer/commit/6a3b9b68e43510af1279e86c7fd77406f9337c8d) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add type-checker tool
58
+
59
+ - [`2fcd6bf`](https://github.com/BeOnAuto/auto-engineer/commit/2fcd6bff85a71be29cc761d296655b47a86a7f1e) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add generate-story pipeline step
60
+
61
+ - [`e7826b4`](https://github.com/BeOnAuto/auto-engineer/commit/e7826b453694b5313e6e5adc2c708fa8d1cb189c) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add storybook-runner tool
62
+
63
+ - [`a2c443d`](https://github.com/BeOnAuto/auto-engineer/commit/a2c443d6fba92e4cb642771a361286bf83399070) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add lint-fix-loop pipeline step
64
+
65
+ - [`78aed6e`](https://github.com/BeOnAuto/auto-engineer/commit/78aed6ee75c5e704018f250a63069e9bba0ff722) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add generate-component pipeline step
66
+
67
+ - [`1183af5`](https://github.com/BeOnAuto/auto-engineer/commit/1183af5740aa74975b9b6e7ed665b3deeedac520) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add pipeline runner
68
+
69
+ ### Patch Changes
70
+
71
+ - [`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
72
+
73
+ - [`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
74
+
75
+ - [`e777b1b`](https://github.com/BeOnAuto/auto-engineer/commit/e777b1b0ee53c2ac8881e498c9fce80b2637db23) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: remove old generators, update exports
76
+
77
+ - [`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
78
+
79
+ - [`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
80
+
81
+ - [`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
82
+
83
+ - [`ad1fb3b`](https://github.com/BeOnAuto/auto-engineer/commit/ad1fb3b9601773a98b4f33cffc08899468e46560) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: update ketchup plan
84
+
3
85
  ## 1.98.0
4
86
 
5
87
  ### Minor Changes
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "publishConfig": {
23
23
  "access": "public"
24
24
  },
25
- "version": "1.98.0",
25
+ "version": "1.100.0",
26
26
  "scripts": {
27
27
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
28
28
  "test": "vitest run --reporter=dot",