@auto-engineer/server-implementer 1.128.2 → 1.130.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/server-implementer@1.128.2 build /home/runner/work/auto-engineer/auto-engineer/packages/server-implementer
2
+ > @auto-engineer/server-implementer@1.130.0 build /home/runner/work/auto-engineer/auto-engineer/packages/server-implementer
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/server-implementer@1.128.1 test /home/runner/work/auto-engineer/auto-engineer/packages/server-implementer
2
+ > @auto-engineer/server-implementer@1.129.0 test /home/runner/work/auto-engineer/auto-engineer/packages/server-implementer
3
3
  > vitest run --reporter=dot
4
4
 
5
5
 
@@ -9,6 +9,6 @@
9
9
 
10
10
   Test Files  6 passed (6)
11
11
   Tests  36 passed (36)
12
-  Start at  16:30:34
13
-  Duration  9.81s (transform 1.82s, setup 0ms, collect 16.10s, tests 661ms, environment 2ms, prepare 3.70s)
12
+  Start at  11:11:02
13
+  Duration  12.21s (transform 1.93s, setup 0ms, collect 20.09s, tests 1.12s, environment 2ms, prepare 4.38s)
14
14
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/server-implementer@1.128.1 type-check /home/runner/work/auto-engineer/auto-engineer/packages/server-implementer
2
+ > @auto-engineer/server-implementer@1.129.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/server-implementer
3
3
  > tsc --noEmit
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,81 @@
1
1
  # @auto-engineer/server-implementer
2
2
 
3
+ ## 1.130.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`7a5544a`](https://github.com/BeOnAuto/auto-engineer/commit/7a5544a66ec42f25cc83fdc7717e9cce87e7e98e) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added escapeJsString utility to safely handle special characters in EJS template string interpolation
8
+ - Prevents template rendering errors caused by single quotes, backslashes, newlines, and carriage returns in user-provided strings
9
+
10
+ - [`f4e7c16`](https://github.com/BeOnAuto/auto-engineer/commit/f4e7c167d4150bba383cf9bc162167eb0924275b) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **pipeline**: auto-derive item key extractors from handler fields
11
+ - **react-component-implementer**: improvements
12
+ - **global**: improvements
13
+ - **changesets**: update remaining generate-theme refs to set-theme
14
+ - **changesets**: update generate-theme to set-theme in changeset
15
+
16
+ ### Patch Changes
17
+
18
+ - [`d108c53`](https://github.com/BeOnAuto/auto-engineer/commit/d108c530cabf9eed61a280d01000010d3ac7eacf) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed code generation errors when rule names contain apostrophes (e.g. "List of user's workouts") by escaping special characters in generated test files
19
+
20
+ - [`f9b46ad`](https://github.com/BeOnAuto/auto-engineer/commit/f9b46ada5eb692f3de0d9f16f5240a3463099447) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed template generation errors caused by apostrophes in rule descriptions, test descriptions, and error messages
21
+ - Added string escaping utility to safely handle special characters in generated code templates
22
+
23
+ - [`5134e46`](https://github.com/BeOnAuto/auto-engineer/commit/5134e4671549241f127c1a5fc40815047fdbcdb9) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed generated test files failing to parse when rule names or descriptions contain apostrophes
24
+
25
+ - [`3303685`](https://github.com/BeOnAuto/auto-engineer/commit/330368567679f3023815bec3234a777c3f7220fc) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added implementation plan for fixing JavaScript string escaping in the Apollo Emmett server generator
26
+
27
+ - Updated dependencies [[`d108c53`](https://github.com/BeOnAuto/auto-engineer/commit/d108c530cabf9eed61a280d01000010d3ac7eacf), [`7a5544a`](https://github.com/BeOnAuto/auto-engineer/commit/7a5544a66ec42f25cc83fdc7717e9cce87e7e98e), [`f9b46ad`](https://github.com/BeOnAuto/auto-engineer/commit/f9b46ada5eb692f3de0d9f16f5240a3463099447), [`5134e46`](https://github.com/BeOnAuto/auto-engineer/commit/5134e4671549241f127c1a5fc40815047fdbcdb9), [`f4e7c16`](https://github.com/BeOnAuto/auto-engineer/commit/f4e7c167d4150bba383cf9bc162167eb0924275b), [`3303685`](https://github.com/BeOnAuto/auto-engineer/commit/330368567679f3023815bec3234a777c3f7220fc)]:
28
+ - @auto-engineer/message-bus@1.130.0
29
+ - @auto-engineer/model-factory@1.130.0
30
+
31
+ ## 1.129.0
32
+
33
+ ### Minor Changes
34
+
35
+ - [`7f7be75`](https://github.com/BeOnAuto/auto-engineer/commit/7f7be753a0ff7420af0c55668912cfafb42f336e) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **pipeline**: auto-derive item key extractors from handler fields
36
+
37
+ - [`e527bfd`](https://github.com/BeOnAuto/auto-engineer/commit/e527bfd3968fe59ece64c59daeb37d16d3cfca81) Thanks [@osamanar](https://github.com/osamanar)! - Based on the actual changes, here's the changelog:
38
+ - Added placeholder components with animated loading state shown in Storybook while components are being generated
39
+ - Added CLI script for generating individual components from a jobs file
40
+ - Replaced generic model-based spec deltas with specific molecule component specs (milestone badge, points preview, stats summary, workout details, workout list)
41
+ - Removed unused input component specs (action button, command palette, data card, and others)
42
+
43
+ - [`bbbfa05`](https://github.com/BeOnAuto/auto-engineer/commit/bbbfa0599742b01c193e606595499d8a6134bf78) Thanks [@osamanar](https://github.com/osamanar)! - Based on the actual diff, here's the changelog:
44
+ - Added pipeline logging with per-stage timing, token usage tracking, and a summary report for component generation runs
45
+ - Improved pipeline performance by running initial type checks and tests in parallel and skipping fix loops when checks already pass
46
+ - Enhanced fix loop agents with iteration tracking and smarter stage-level diagnostics
47
+
48
+ ### Patch Changes
49
+
50
+ - [`3336cb7`](https://github.com/BeOnAuto/auto-engineer/commit/3336cb777143f074660e0ad86f60c9345c36c9b8) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **narrative**: add full round-trip tests for InferredType sentinel resolution
51
+
52
+ - [`33897af`](https://github.com/BeOnAuto/auto-engineer/commit/33897aff7eff17fd1782e296e75d80f43fb21d13) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: use node:crypto protocol in handle.ts.ejs template
53
+
54
+ - [`2d77738`](https://github.com/BeOnAuto/auto-engineer/commit/2d77738762a1ae5e85a9ad34dd21f18871c6adf3) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **narrative**: prevent InferredType sentinel leak when type resolution fails
55
+
56
+ - [`db71f00`](https://github.com/BeOnAuto/auto-engineer/commit/db71f00758c24a1a8b55600858b7568c823af4f9) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **narrative**: handle GraphQL ListType in getTypeName to preserve array semantics
57
+
58
+ - [`cf3f103`](https://github.com/BeOnAuto/auto-engineer/commit/cf3f1034892e9d14ea3b9aeb1fec7469e689fa62) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **pipeline**: use nodeStatus as fallback when no item key extractor exists
59
+
60
+ - [`d7fc4cb`](https://github.com/BeOnAuto/auto-engineer/commit/d7fc4cbc69aa2a938e9573c1fd39f371db795723) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **pipeline**: verify manual extractor takes precedence over auto-derived
61
+
62
+ - [`9b6c6a6`](https://github.com/BeOnAuto/auto-engineer/commit/9b6c6a602ca21403cdb17aa337b53c333fdb64ea) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **global**: version packages
63
+ - **set-theme**: replace GenerateTheme with SetTheme command
64
+
65
+ - [`4d47384`](https://github.com/BeOnAuto/auto-engineer/commit/4d47384b78e31a030c6ba72bebd30fc4d1558655) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **narrative**: mark InferredType ketchup plan as complete
66
+
67
+ - [`f1ceba2`](https://github.com/BeOnAuto/auto-engineer/commit/f1ceba27dcbe380509c43a06d12d449f7abb0f9f) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **pipeline**: add ketchup plan for pipeline diagram retry status fix
68
+
69
+ - [`74b77e4`](https://github.com/BeOnAuto/auto-engineer/commit/74b77e42ae398394871ee6f509f0d3b58afac6e5) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **narrative**: prevent InferredType sentinel leak when type resolution fails
70
+ - **narrative**: strengthen round-trip test assertions with whole-object patterns
71
+ - **narrative**: mark InferredType ketchup plan as complete
72
+
73
+ - [`22b45c1`](https://github.com/BeOnAuto/auto-engineer/commit/22b45c109222fb7395ebcfad930a08214ce081df) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **narrative**: add ketchup plan for ListType handling + node:crypto fix
74
+
75
+ - Updated dependencies [[`3336cb7`](https://github.com/BeOnAuto/auto-engineer/commit/3336cb777143f074660e0ad86f60c9345c36c9b8), [`33897af`](https://github.com/BeOnAuto/auto-engineer/commit/33897aff7eff17fd1782e296e75d80f43fb21d13), [`7f7be75`](https://github.com/BeOnAuto/auto-engineer/commit/7f7be753a0ff7420af0c55668912cfafb42f336e), [`2d77738`](https://github.com/BeOnAuto/auto-engineer/commit/2d77738762a1ae5e85a9ad34dd21f18871c6adf3), [`db71f00`](https://github.com/BeOnAuto/auto-engineer/commit/db71f00758c24a1a8b55600858b7568c823af4f9), [`cf3f103`](https://github.com/BeOnAuto/auto-engineer/commit/cf3f1034892e9d14ea3b9aeb1fec7469e689fa62), [`d7fc4cb`](https://github.com/BeOnAuto/auto-engineer/commit/d7fc4cbc69aa2a938e9573c1fd39f371db795723), [`9b6c6a6`](https://github.com/BeOnAuto/auto-engineer/commit/9b6c6a602ca21403cdb17aa337b53c333fdb64ea), [`e527bfd`](https://github.com/BeOnAuto/auto-engineer/commit/e527bfd3968fe59ece64c59daeb37d16d3cfca81), [`bbbfa05`](https://github.com/BeOnAuto/auto-engineer/commit/bbbfa0599742b01c193e606595499d8a6134bf78), [`4d47384`](https://github.com/BeOnAuto/auto-engineer/commit/4d47384b78e31a030c6ba72bebd30fc4d1558655), [`f1ceba2`](https://github.com/BeOnAuto/auto-engineer/commit/f1ceba27dcbe380509c43a06d12d449f7abb0f9f), [`74b77e4`](https://github.com/BeOnAuto/auto-engineer/commit/74b77e42ae398394871ee6f509f0d3b58afac6e5), [`22b45c1`](https://github.com/BeOnAuto/auto-engineer/commit/22b45c109222fb7395ebcfad930a08214ce081df)]:
76
+ - @auto-engineer/message-bus@1.129.0
77
+ - @auto-engineer/model-factory@1.129.0
78
+
3
79
  ## 1.128.2
4
80
 
5
81
  ### Patch Changes
package/package.json CHANGED
@@ -18,8 +18,8 @@
18
18
  "debug": "^4.3.4",
19
19
  "fast-glob": "^3.3.3",
20
20
  "vite": "^5.4.1",
21
- "@auto-engineer/model-factory": "1.128.2",
22
- "@auto-engineer/message-bus": "1.128.2"
21
+ "@auto-engineer/model-factory": "1.130.0",
22
+ "@auto-engineer/message-bus": "1.130.0"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/fs-extra": "^11.0.4",
@@ -29,9 +29,9 @@
29
29
  "glob": "^11.0.3",
30
30
  "tsx": "^4.20.3",
31
31
  "typescript": "^5.8.3",
32
- "@auto-engineer/cli": "1.128.2"
32
+ "@auto-engineer/cli": "1.130.0"
33
33
  },
34
- "version": "1.128.2",
34
+ "version": "1.130.0",
35
35
  "scripts": {
36
36
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
37
37
  "test": "vitest run --reporter=dot",