@auto-engineer/model-factory 1.102.0 → 1.104.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.102.0 build /home/runner/work/auto-engineer/auto-engineer/packages/model-factory
2
+ > @auto-engineer/model-factory@1.104.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.101.0 test /home/runner/work/auto-engineer/auto-engineer/packages/model-factory
2
+ > @auto-engineer/model-factory@1.103.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  07:26:55
13
-  Duration  2.01s (transform 350ms, setup 0ms, collect 251ms, tests 81ms, environment 0ms, prepare 626ms)
12
+  Start at  17:01:08
13
+  Duration  1.52s (transform 307ms, setup 0ms, collect 242ms, tests 122ms, environment 0ms, prepare 493ms)
14
14
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/model-factory@1.101.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/model-factory
2
+ > @auto-engineer/model-factory@1.103.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,104 @@
1
1
  # @auto-engineer/model-factory
2
2
 
3
+ ## 1.104.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`78976f5`](https://github.com/BeOnAuto/auto-engineer/commit/78976f5df70cec2320f548f08d4b950bda1c5063) Thanks [@osamanar](https://github.com/osamanar)! - - **component-parser**: extractDefaults extracts destructuring defaults
8
+
9
+ - [`ad74fec`](https://github.com/BeOnAuto/auto-engineer/commit/ad74fecdba40dff69a57c1fb5c0b36e7de40df35) Thanks [@osamanar](https://github.com/osamanar)! - - **component-parser**: buildHtmlPropSet resolves HTML div prop names
10
+
11
+ - [`4ca9d54`](https://github.com/BeOnAuto/auto-engineer/commit/4ca9d5434af53f9bbffa6d8af61082534693cbd2) Thanks [@osamanar](https://github.com/osamanar)! - - **component-parser**: add Card.tsx tests verifying pure HTML wrappers have empty props
12
+
13
+ - [`4ca9d54`](https://github.com/BeOnAuto/auto-engineer/commit/4ca9d5434af53f9bbffa6d8af61082534693cbd2) Thanks [@osamanar](https://github.com/osamanar)! - - **component-parser**: add Card.tsx tests verifying pure HTML wrappers have empty props
14
+
15
+ - [`8d4a3d1`](https://github.com/BeOnAuto/auto-engineer/commit/8d4a3d1c992ce35e390260007e1575052df4bc39) Thanks [@osamanar](https://github.com/osamanar)! - - **component-parser**: resolveCustomProps filters HTML props from component type
16
+
17
+ - [`4ca9d54`](https://github.com/BeOnAuto/auto-engineer/commit/4ca9d5434af53f9bbffa6d8af61082534693cbd2) Thanks [@osamanar](https://github.com/osamanar)! - - **component-parser**: add Card.tsx tests verifying pure HTML wrappers have empty props
18
+
19
+ - [`fb635c1`](https://github.com/BeOnAuto/auto-engineer/commit/fb635c1b23a1ad472e76604ad9ee502c8ebe453e) Thanks [@osamanar](https://github.com/osamanar)! - - **component-parser**: add Carousel.tsx tests for separate type def and custom prop survival
20
+
21
+ - [`21f0490`](https://github.com/BeOnAuto/auto-engineer/commit/21f04909e0378673fe94180d3ff081e222120580) Thanks [@osamanar](https://github.com/osamanar)! - - **component-parser**: parseManifestComponents deduplicates and parses component paths
22
+
23
+ - [`98d70d8`](https://github.com/BeOnAuto/auto-engineer/commit/98d70d8116ec8e87bee34aa1e506ef77fa8ffd37) Thanks [@osamanar](https://github.com/osamanar)! - - **component-parser**: parseComponentFile extracts Button props
24
+
25
+ - [`27df054`](https://github.com/BeOnAuto/auto-engineer/commit/27df054af29a314fdacef7dec2ffb15748d61036) Thanks [@osamanar](https://github.com/osamanar)! - - **component-parser**: createProject returns ts-morph Project from tsconfig
26
+
27
+ - [`4e58f58`](https://github.com/BeOnAuto/auto-engineer/commit/4e58f5859d4df96ff9944ec7411606769aaa38ff) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **component-implementor-react**: add toHaveStyle and ReferenceError fix guidance to test fixer
28
+ - **component-implementor-react**: strengthen mock spy expect.anything() requirement in test rule 16
29
+ - **component-implementor-react**: add mock spy argument count fix to test fixer
30
+ - **component-implementor-react**: add semantic HTML role mapping test rule
31
+ - **component-implementor-react**: add array key rule and strengthen noArrayIndexKey lint fixer
32
+
33
+ - [`8fc425d`](https://github.com/BeOnAuto/auto-engineer/commit/8fc425d6c53ed4bac3739f703edbd788eb1e3397) Thanks [@osamanar](https://github.com/osamanar)! - - Added component-parser package that extracts and deduplicates component props, filtering out standard HTML attributes to surface only custom props
34
+ - Replaced client-side component merging with server-side approach using the new component-parser, simplifying the React client build pipeline
35
+ - Fixed components database not being properly built in generate-react-client
36
+ - Fixed out-of-date package lock
37
+
38
+ - [`48a7155`](https://github.com/BeOnAuto/auto-engineer/commit/48a7155ccdfca8ad58028564d821902e2d1c7b0d) Thanks [@osamanar](https://github.com/osamanar)! - - **generate-react-client**: replace merge with component-parser
39
+
40
+ - [`4ca9d54`](https://github.com/BeOnAuto/auto-engineer/commit/4ca9d5434af53f9bbffa6d8af61082534693cbd2) Thanks [@osamanar](https://github.com/osamanar)! - - **component-parser**: add Accordion.tsx tests for Radix prop survival
41
+
42
+ ### Patch Changes
43
+
44
+ - [`f5be819`](https://github.com/BeOnAuto/auto-engineer/commit/f5be8199bbcc358dd2f5d9940e404a55b32ef853) Thanks [@osamanar](https://github.com/osamanar)! - - Fixed an issue where the components database was not being properly built during React client generation
45
+
46
+ - [`6f72c42`](https://github.com/BeOnAuto/auto-engineer/commit/6f72c4259c96da831e72348de005ff6e70140b61) Thanks [@osamanar](https://github.com/osamanar)! - - Fixed failing tests across the project
47
+
48
+ - [`a5615d9`](https://github.com/BeOnAuto/auto-engineer/commit/a5615d944a1836d80722452c50f10c955a664a90) Thanks [@osamanar](https://github.com/osamanar)! - - **component-parser**: mark all bursts complete in ketchup plan
49
+
50
+ - [`47a13ab`](https://github.com/BeOnAuto/auto-engineer/commit/47a13abe754ef572cedb578ef61bb3b1c07961e8) Thanks [@osamanar](https://github.com/osamanar)! - - **component-parser**: scaffold @auto-engineer/component-parser package
51
+
52
+ ## 1.103.0
53
+
54
+ ### Minor Changes
55
+
56
+ - [`bc1198f`](https://github.com/BeOnAuto/auto-engineer/commit/bc1198f08c77b1ef923c03de54b46d90737e3511) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: capture suite-level errors in test-runner
57
+
58
+ - [`ea18f02`](https://github.com/BeOnAuto/auto-engineer/commit/ea18f02739cb60f6daa7817bfe2479d2d6f1161e) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add mock spy argument count fix to test fixer
59
+
60
+ - [`cdd9e6c`](https://github.com/BeOnAuto/auto-engineer/commit/cdd9e6c29fcca8c4e030b5f5effbbb977ca5b208) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add controlled input initialization rule
61
+
62
+ - [`9e2b024`](https://github.com/BeOnAuto/auto-engineer/commit/9e2b0245ecb86d0c26b5cf4defe8028a48f4691f) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add --config-path to biome commands
63
+
64
+ - [`ba0bc57`](https://github.com/BeOnAuto/auto-engineer/commit/ba0bc57142ad5308e20e8f7b10b39189a76a61bb) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add semantic HTML role mapping test rule
65
+
66
+ - [`27d282b`](https://github.com/BeOnAuto/auto-engineer/commit/27d282bb0b5cbb4e2c84a392d10302e49a89dd4b) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: strengthen mock spy expect.anything() requirement in test rule 16
67
+
68
+ - [`68b32be`](https://github.com/BeOnAuto/auto-engineer/commit/68b32beacda7e8f6ed08f89dbbbca14292cce2b6) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add toHaveStyle and ReferenceError fix guidance to test fixer
69
+
70
+ - [`d06922f`](https://github.com/BeOnAuto/auto-engineer/commit/d06922fef1709c4bbb2e854721c3258ff555db05) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: refine mock pattern and add noArrayIndexKey lint guidance
71
+
72
+ - [`523345a`](https://github.com/BeOnAuto/auto-engineer/commit/523345a1a43fa68abef2e23bceb792409dbc637d) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **dev-server**: reset command kills servers on ports 4000, 6006, 8080
73
+ - **global**: version packages
74
+ - **dev-server**: mark reset port killing bursts as done
75
+ - **dev-server**: add reset port killing bursts to plan
76
+
77
+ - [`7b1c878`](https://github.com/BeOnAuto/auto-engineer/commit/7b1c8780ffd388681ff349f0318cae2c924c1d6c) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add vi.mock hoisting rule and hoisting fix guidance
78
+
79
+ - [`29d2b25`](https://github.com/BeOnAuto/auto-engineer/commit/29d2b25a39949006a82f04678dc0db8081e2fe83) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add array key rule and strengthen noArrayIndexKey lint fixer
80
+
81
+ - [`f52bdf0`](https://github.com/BeOnAuto/auto-engineer/commit/f52bdf08a8222f92a4b826640911ca9dc0fd01e7) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add import constraint and jsdom rules to prompts
82
+
83
+ - [`034f8ee`](https://github.com/BeOnAuto/auto-engineer/commit/034f8eea9b6eef1c292ca3d617178b857a111739) Thanks [@osamanar](https://github.com/osamanar)! - Based on the actual changes, here's the changelog:
84
+ - Added granular fix iteration tracking per pipeline step (type, test, lint, and story fixes are now tracked individually)
85
+ - Added batch generation script to process multiple component models from input specifications
86
+ - Improved pipeline result reporting with detailed per-step iteration counts
87
+
88
+ - [`1028b73`](https://github.com/BeOnAuto/auto-engineer/commit/1028b7305decbfadc939c87b5b5c0a912f5fa574) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add test isolation and class assertion rules
89
+
90
+ - [`31280e0`](https://github.com/BeOnAuto/auto-engineer/commit/31280e01e48c5573c8cb6bfcf1f3efc780363628) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: re-run biome auto-fix after each LLM write in lint-fix-loop
91
+
92
+ ### Patch Changes
93
+
94
+ - [`9bf4bf8`](https://github.com/BeOnAuto/auto-engineer/commit/9bf4bf82ddbd110731df2f6c3095f62f3c45aa11) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: update generate-all script
95
+
96
+ - [`04df477`](https://github.com/BeOnAuto/auto-engineer/commit/04df477740a82fbb4cc25235de67e223c1820deb) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: increase maxTestFixIterations to 5
97
+
98
+ - [`a083a3f`](https://github.com/BeOnAuto/auto-engineer/commit/a083a3f461bdd207ff5ae5f31747b26c9ea64425) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: use mock.calls direct access for spy assertions
99
+
100
+ - [`08dd627`](https://github.com/BeOnAuto/auto-engineer/commit/08dd62738c3dbae11947c1c1f459bbf4d7007a2c) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: increase fix iteration limits
101
+
3
102
  ## 1.102.0
4
103
 
5
104
  ### Minor Changes
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "publishConfig": {
23
23
  "access": "public"
24
24
  },
25
- "version": "1.102.0",
25
+ "version": "1.104.0",
26
26
  "scripts": {
27
27
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
28
28
  "test": "vitest run --reporter=dot",