@auto-engineer/job-graph-processor 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/job-graph-processor@1.102.0 build /home/runner/work/auto-engineer/auto-engineer/packages/job-graph-processor
2
+ > @auto-engineer/job-graph-processor@1.104.0 build /home/runner/work/auto-engineer/auto-engineer/packages/job-graph-processor
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/job-graph-processor@1.101.0 test /home/runner/work/auto-engineer/auto-engineer/packages/job-graph-processor
2
+ > @auto-engineer/job-graph-processor@1.103.0 test /home/runner/work/auto-engineer/auto-engineer/packages/job-graph-processor
3
3
  > vitest run --reporter=dot
4
4
 
5
5
 
@@ -9,6 +9,6 @@
9
9
 
10
10
   Test Files  12 passed (12)
11
11
   Tests  82 passed (82)
12
-  Start at  07:27:19
13
-  Duration  12.72s (transform 3.65s, setup 0ms, collect 10.68s, tests 4.11s, environment 4ms, prepare 8.01s)
12
+  Start at  17:01:33
13
+  Duration  12.27s (transform 2.73s, setup 0ms, collect 9.17s, tests 4.10s, environment 21ms, prepare 8.28s)
14
14
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/job-graph-processor@1.101.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/job-graph-processor
2
+ > @auto-engineer/job-graph-processor@1.103.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/job-graph-processor
3
3
  > tsc --noEmit
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,110 @@
1
1
  # @auto-engineer/job-graph-processor
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/message-bus@1.104.0
54
+
55
+ ## 1.103.0
56
+
57
+ ### Minor Changes
58
+
59
+ - [`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
60
+
61
+ - [`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
62
+
63
+ - [`cdd9e6c`](https://github.com/BeOnAuto/auto-engineer/commit/cdd9e6c29fcca8c4e030b5f5effbbb977ca5b208) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add controlled input initialization rule
64
+
65
+ - [`9e2b024`](https://github.com/BeOnAuto/auto-engineer/commit/9e2b0245ecb86d0c26b5cf4defe8028a48f4691f) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add --config-path to biome commands
66
+
67
+ - [`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
68
+
69
+ - [`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
70
+
71
+ - [`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
72
+
73
+ - [`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
74
+
75
+ - [`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
76
+ - **global**: version packages
77
+ - **dev-server**: mark reset port killing bursts as done
78
+ - **dev-server**: add reset port killing bursts to plan
79
+
80
+ - [`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
81
+
82
+ - [`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
83
+
84
+ - [`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
85
+
86
+ - [`034f8ee`](https://github.com/BeOnAuto/auto-engineer/commit/034f8eea9b6eef1c292ca3d617178b857a111739) Thanks [@osamanar](https://github.com/osamanar)! - Based on the actual changes, here's the changelog:
87
+ - Added granular fix iteration tracking per pipeline step (type, test, lint, and story fixes are now tracked individually)
88
+ - Added batch generation script to process multiple component models from input specifications
89
+ - Improved pipeline result reporting with detailed per-step iteration counts
90
+
91
+ - [`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
92
+
93
+ - [`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
94
+
95
+ ### Patch Changes
96
+
97
+ - [`9bf4bf8`](https://github.com/BeOnAuto/auto-engineer/commit/9bf4bf82ddbd110731df2f6c3095f62f3c45aa11) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: update generate-all script
98
+
99
+ - [`04df477`](https://github.com/BeOnAuto/auto-engineer/commit/04df477740a82fbb4cc25235de67e223c1820deb) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: increase maxTestFixIterations to 5
100
+
101
+ - [`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
102
+
103
+ - [`08dd627`](https://github.com/BeOnAuto/auto-engineer/commit/08dd62738c3dbae11947c1c1f459bbf4d7007a2c) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: increase fix iteration limits
104
+
105
+ - 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)]:
106
+ - @auto-engineer/message-bus@1.103.0
107
+
3
108
  ## 1.102.0
4
109
 
5
110
  ### Minor Changes
package/package.json CHANGED
@@ -6,15 +6,15 @@
6
6
  "types": "./dist/src/index.d.ts",
7
7
  "dependencies": {
8
8
  "nanoid": "^5.0.0",
9
- "@auto-engineer/message-bus": "1.102.0"
9
+ "@auto-engineer/message-bus": "1.104.0"
10
10
  },
11
11
  "devDependencies": {
12
- "@auto-engineer/pipeline": "1.102.0"
12
+ "@auto-engineer/pipeline": "1.104.0"
13
13
  },
14
14
  "publishConfig": {
15
15
  "access": "public"
16
16
  },
17
- "version": "1.102.0",
17
+ "version": "1.104.0",
18
18
  "scripts": {
19
19
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
20
20
  "test": "vitest run --reporter=dot",