@auto-engineer/cli 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +109 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,114 @@
1
1
  # @auto-engineer/cli
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
+ - Updated dependencies [[`78976f5`](https://github.com/BeOnAuto/auto-engineer/commit/78976f5df70cec2320f548f08d4b950bda1c5063), [`ad74fec`](https://github.com/BeOnAuto/auto-engineer/commit/ad74fecdba40dff69a57c1fb5c0b36e7de40df35), [`4ca9d54`](https://github.com/BeOnAuto/auto-engineer/commit/4ca9d5434af53f9bbffa6d8af61082534693cbd2), [`4ca9d54`](https://github.com/BeOnAuto/auto-engineer/commit/4ca9d5434af53f9bbffa6d8af61082534693cbd2), [`8d4a3d1`](https://github.com/BeOnAuto/auto-engineer/commit/8d4a3d1c992ce35e390260007e1575052df4bc39), [`4ca9d54`](https://github.com/BeOnAuto/auto-engineer/commit/4ca9d5434af53f9bbffa6d8af61082534693cbd2), [`fb635c1`](https://github.com/BeOnAuto/auto-engineer/commit/fb635c1b23a1ad472e76604ad9ee502c8ebe453e), [`21f0490`](https://github.com/BeOnAuto/auto-engineer/commit/21f04909e0378673fe94180d3ff081e222120580), [`f5be819`](https://github.com/BeOnAuto/auto-engineer/commit/f5be8199bbcc358dd2f5d9940e404a55b32ef853), [`6f72c42`](https://github.com/BeOnAuto/auto-engineer/commit/6f72c4259c96da831e72348de005ff6e70140b61), [`98d70d8`](https://github.com/BeOnAuto/auto-engineer/commit/98d70d8116ec8e87bee34aa1e506ef77fa8ffd37), [`27df054`](https://github.com/BeOnAuto/auto-engineer/commit/27df054af29a314fdacef7dec2ffb15748d61036), [`4e58f58`](https://github.com/BeOnAuto/auto-engineer/commit/4e58f5859d4df96ff9944ec7411606769aaa38ff), [`a5615d9`](https://github.com/BeOnAuto/auto-engineer/commit/a5615d944a1836d80722452c50f10c955a664a90), [`8fc425d`](https://github.com/BeOnAuto/auto-engineer/commit/8fc425d6c53ed4bac3739f703edbd788eb1e3397), [`48a7155`](https://github.com/BeOnAuto/auto-engineer/commit/48a7155ccdfca8ad58028564d821902e2d1c7b0d), [`47a13ab`](https://github.com/BeOnAuto/auto-engineer/commit/47a13abe754ef572cedb578ef61bb3b1c07961e8), [`4ca9d54`](https://github.com/BeOnAuto/auto-engineer/commit/4ca9d5434af53f9bbffa6d8af61082534693cbd2)]:
53
+ - @auto-engineer/file-store@1.104.0
54
+ - @auto-engineer/narrative@1.104.0
55
+ - @auto-engineer/pipeline@1.104.0
56
+
57
+ ## 1.103.0
58
+
59
+ ### Minor Changes
60
+
61
+ - [`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
62
+
63
+ - [`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
64
+
65
+ - [`cdd9e6c`](https://github.com/BeOnAuto/auto-engineer/commit/cdd9e6c29fcca8c4e030b5f5effbbb977ca5b208) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add controlled input initialization rule
66
+
67
+ - [`9e2b024`](https://github.com/BeOnAuto/auto-engineer/commit/9e2b0245ecb86d0c26b5cf4defe8028a48f4691f) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add --config-path to biome commands
68
+
69
+ - [`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
70
+
71
+ - [`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
72
+
73
+ - [`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
74
+
75
+ - [`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
76
+
77
+ - [`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
78
+ - **global**: version packages
79
+ - **dev-server**: mark reset port killing bursts as done
80
+ - **dev-server**: add reset port killing bursts to plan
81
+
82
+ - [`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
83
+
84
+ - [`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
85
+
86
+ - [`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
87
+
88
+ - [`034f8ee`](https://github.com/BeOnAuto/auto-engineer/commit/034f8eea9b6eef1c292ca3d617178b857a111739) Thanks [@osamanar](https://github.com/osamanar)! - Based on the actual changes, here's the changelog:
89
+ - Added granular fix iteration tracking per pipeline step (type, test, lint, and story fixes are now tracked individually)
90
+ - Added batch generation script to process multiple component models from input specifications
91
+ - Improved pipeline result reporting with detailed per-step iteration counts
92
+
93
+ - [`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
94
+
95
+ - [`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
96
+
97
+ ### Patch Changes
98
+
99
+ - [`9bf4bf8`](https://github.com/BeOnAuto/auto-engineer/commit/9bf4bf82ddbd110731df2f6c3095f62f3c45aa11) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: update generate-all script
100
+
101
+ - [`04df477`](https://github.com/BeOnAuto/auto-engineer/commit/04df477740a82fbb4cc25235de67e223c1820deb) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: increase maxTestFixIterations to 5
102
+
103
+ - [`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
104
+
105
+ - [`08dd627`](https://github.com/BeOnAuto/auto-engineer/commit/08dd62738c3dbae11947c1c1f459bbf4d7007a2c) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: increase fix iteration limits
106
+
107
+ - Updated dependencies [[`bc1198f`](https://github.com/BeOnAuto/auto-engineer/commit/bc1198f08c77b1ef923c03de54b46d90737e3511), [`ea18f02`](https://github.com/BeOnAuto/auto-engineer/commit/ea18f02739cb60f6daa7817bfe2479d2d6f1161e), [`9bf4bf8`](https://github.com/BeOnAuto/auto-engineer/commit/9bf4bf82ddbd110731df2f6c3095f62f3c45aa11), [`cdd9e6c`](https://github.com/BeOnAuto/auto-engineer/commit/cdd9e6c29fcca8c4e030b5f5effbbb977ca5b208), [`04df477`](https://github.com/BeOnAuto/auto-engineer/commit/04df477740a82fbb4cc25235de67e223c1820deb), [`9e2b024`](https://github.com/BeOnAuto/auto-engineer/commit/9e2b0245ecb86d0c26b5cf4defe8028a48f4691f), [`ba0bc57`](https://github.com/BeOnAuto/auto-engineer/commit/ba0bc57142ad5308e20e8f7b10b39189a76a61bb), [`27d282b`](https://github.com/BeOnAuto/auto-engineer/commit/27d282bb0b5cbb4e2c84a392d10302e49a89dd4b), [`68b32be`](https://github.com/BeOnAuto/auto-engineer/commit/68b32beacda7e8f6ed08f89dbbbca14292cce2b6), [`d06922f`](https://github.com/BeOnAuto/auto-engineer/commit/d06922fef1709c4bbb2e854721c3258ff555db05), [`523345a`](https://github.com/BeOnAuto/auto-engineer/commit/523345a1a43fa68abef2e23bceb792409dbc637d), [`a083a3f`](https://github.com/BeOnAuto/auto-engineer/commit/a083a3f461bdd207ff5ae5f31747b26c9ea64425), [`7b1c878`](https://github.com/BeOnAuto/auto-engineer/commit/7b1c8780ffd388681ff349f0318cae2c924c1d6c), [`29d2b25`](https://github.com/BeOnAuto/auto-engineer/commit/29d2b25a39949006a82f04678dc0db8081e2fe83), [`f52bdf0`](https://github.com/BeOnAuto/auto-engineer/commit/f52bdf08a8222f92a4b826640911ca9dc0fd01e7), [`034f8ee`](https://github.com/BeOnAuto/auto-engineer/commit/034f8eea9b6eef1c292ca3d617178b857a111739), [`1028b73`](https://github.com/BeOnAuto/auto-engineer/commit/1028b7305decbfadc939c87b5b5c0a912f5fa574), [`31280e0`](https://github.com/BeOnAuto/auto-engineer/commit/31280e01e48c5573c8cb6bfcf1f3efc780363628), [`08dd627`](https://github.com/BeOnAuto/auto-engineer/commit/08dd62738c3dbae11947c1c1f459bbf4d7007a2c)]:
108
+ - @auto-engineer/file-store@1.103.0
109
+ - @auto-engineer/narrative@1.103.0
110
+ - @auto-engineer/pipeline@1.103.0
111
+
3
112
  ## 1.102.0
4
113
 
5
114
  ### Minor Changes
package/package.json CHANGED
@@ -44,9 +44,9 @@
44
44
  "ora": "^8.0.1",
45
45
  "react": "^18.3.1",
46
46
  "socket.io": "^4.7.5",
47
- "@auto-engineer/file-store": "1.102.0",
48
- "@auto-engineer/narrative": "1.102.0",
49
- "@auto-engineer/pipeline": "1.102.0"
47
+ "@auto-engineer/file-store": "1.104.0",
48
+ "@auto-engineer/narrative": "1.104.0",
49
+ "@auto-engineer/pipeline": "1.104.0"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@types/node": "^22.0.0",
@@ -54,7 +54,7 @@
54
54
  "ink-testing-library": "^4.0.0",
55
55
  "socket.io-client": "^4.8.3"
56
56
  },
57
- "version": "1.102.0",
57
+ "version": "1.104.0",
58
58
  "scripts": {
59
59
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts && chmod +x dist/bin/auto.js",
60
60
  "test": "vitest run --reporter=dot",