@auto-engineer/app-implementer 1.123.0 → 1.125.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 +99 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,104 @@
1
1
  # @auto-engineer/app-implementer
2
2
 
3
+ ## 1.125.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`7e9da31`](https://github.com/BeOnAuto/auto-engineer/commit/7e9da3151553186c6acd358325606906ae94116a) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **server-implementer**: add shared findFilesToImplement with priority ordering
8
+ - **server-generator-apollo-emmett**: update missed projection spec snapshot
9
+ - **server-implementer**: strengthen system prompt for scaffolded structure
10
+ - **server-generator-apollo-emmett**: add structural guard to projection template
11
+ - **server-generator-apollo-emmett**: use Record<string, never> in state template
12
+
13
+ ### Patch Changes
14
+
15
+ - [`0ffbeaf`](https://github.com/BeOnAuto/auto-engineer/commit/0ffbeaf7d1c1b4615bc6cec744df54bf98f62d0e) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: scaffold full send in register.ts.ejs with multi-event
16
+
17
+ - [`6914859`](https://github.com/BeOnAuto/auto-engineer/commit/6914859e0a60cc4b0b24c455f257c5a2893d611e) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: add ketchup plan for typical server generation fixes
18
+
19
+ - [`f5b94e2`](https://github.com/BeOnAuto/auto-engineer/commit/f5b94e229ec68238fb61d1d082ae5cd1ad6782b8) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **global**: create ketchup plan for lint fixes in generated server
20
+
21
+ - [`e144ca0`](https://github.com/BeOnAuto/auto-engineer/commit/e144ca08e29c980e165ab0bb9272232d66f34024) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: fix createFieldUsesJSON false positive for inline objects
22
+
23
+ - [`497c35f`](https://github.com/BeOnAuto/auto-engineer/commit/497c35f33dd56f43a833faa960023f62242c1ca5) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: prefix unused query resolver params with underscore
24
+
25
+ - [`3b1217f`](https://github.com/BeOnAuto/auto-engineer/commit/3b1217fc85e5c8474e9f40b8008d39e0f1045c99) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: align ReactorLike return type with MessageHandlerResult
26
+
27
+ - [`15d5f39`](https://github.com/BeOnAuto/auto-engineer/commit/15d5f396b306b46e49f93916ce05bf178ed8b00c) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: generate biome.json with decorator support in server
28
+
29
+ - [`c65fa28`](https://github.com/BeOnAuto/auto-engineer/commit/c65fa28d49550b879acc8c2cf01be977112cef31) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: rename then to thenSends in reactor spec
30
+
31
+ - [`039e20c`](https://github.com/BeOnAuto/auto-engineer/commit/039e20c9a4bcba96e26d0a66bf2c138ec6582a23) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: mark all typical server generation fixes as done
32
+
33
+ - [`13726c4`](https://github.com/BeOnAuto/auto-engineer/commit/13726c4468461a238dec0d6ddcb995c86a40a17b) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: generate biome.json with decorator support in server
34
+ - **server-implementer**: add node: protocol and unused import rules to system prompt
35
+ - **server-generator-apollo-emmett**: fix createFieldUsesJSON false positive for inline objects
36
+ - **server-generator-apollo-emmett**: fix react.ts.ejs template lint violations
37
+ - **server-generator-apollo-emmett**: add ketchup plan for generate+implement run fixes
38
+
39
+ - [`62442e9`](https://github.com/BeOnAuto/auto-engineer/commit/62442e944bead5717cca971e8f85fd6a98d85e42) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **global**: mark all lint fix bursts as done in ketchup plan
40
+
41
+ - [`99a9264`](https://github.com/BeOnAuto/auto-engineer/commit/99a926479988d52164778267cf00f7004673a176) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-implementer**: add node: protocol and unused import rules to system prompt
42
+
43
+ - [`efc5ac2`](https://github.com/BeOnAuto/auto-engineer/commit/efc5ac29a2a08dff5964087a11be19e4aec6af62) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: support multiple event-command pairs in react.ts.ejs
44
+
45
+ - [`90b9012`](https://github.com/BeOnAuto/auto-engineer/commit/90b90129eb95e28ff526ef24b5221be0eb0c3d3a) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: eliminate any types and dead eslint comments in ReactorLike
46
+
47
+ - [`0e2d41d`](https://github.com/BeOnAuto/auto-engineer/commit/0e2d41d3b8e0815caecabfdee1e7d6f8d63c4caf) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: fix react.ts.ejs template lint violations
48
+
49
+ - [`4caac94`](https://github.com/BeOnAuto/auto-engineer/commit/4caac94585bb6f9f304d185cd18f79d7d50e36c6) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: mark all generate+implement run fixes as done in ketchup plan
50
+
51
+ - [`92a0ae9`](https://github.com/BeOnAuto/auto-engineer/commit/92a0ae9a0306a593ea10c8793952fbad5ba5603b) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: detect nested inline objects in createFieldUsesJSON
52
+
53
+ - [`04fd4cb`](https://github.com/BeOnAuto/auto-engineer/commit/04fd4cbbb680b42ab67a2873c5136bf4d853b45a) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: prefix unused aggregateStream state var with underscore
54
+
55
+ - Updated dependencies [[`0ffbeaf`](https://github.com/BeOnAuto/auto-engineer/commit/0ffbeaf7d1c1b4615bc6cec744df54bf98f62d0e), [`6914859`](https://github.com/BeOnAuto/auto-engineer/commit/6914859e0a60cc4b0b24c455f257c5a2893d611e), [`f5b94e2`](https://github.com/BeOnAuto/auto-engineer/commit/f5b94e229ec68238fb61d1d082ae5cd1ad6782b8), [`7e9da31`](https://github.com/BeOnAuto/auto-engineer/commit/7e9da3151553186c6acd358325606906ae94116a), [`e144ca0`](https://github.com/BeOnAuto/auto-engineer/commit/e144ca08e29c980e165ab0bb9272232d66f34024), [`497c35f`](https://github.com/BeOnAuto/auto-engineer/commit/497c35f33dd56f43a833faa960023f62242c1ca5), [`3b1217f`](https://github.com/BeOnAuto/auto-engineer/commit/3b1217fc85e5c8474e9f40b8008d39e0f1045c99), [`15d5f39`](https://github.com/BeOnAuto/auto-engineer/commit/15d5f396b306b46e49f93916ce05bf178ed8b00c), [`c65fa28`](https://github.com/BeOnAuto/auto-engineer/commit/c65fa28d49550b879acc8c2cf01be977112cef31), [`039e20c`](https://github.com/BeOnAuto/auto-engineer/commit/039e20c9a4bcba96e26d0a66bf2c138ec6582a23), [`13726c4`](https://github.com/BeOnAuto/auto-engineer/commit/13726c4468461a238dec0d6ddcb995c86a40a17b), [`62442e9`](https://github.com/BeOnAuto/auto-engineer/commit/62442e944bead5717cca971e8f85fd6a98d85e42), [`99a9264`](https://github.com/BeOnAuto/auto-engineer/commit/99a926479988d52164778267cf00f7004673a176), [`efc5ac2`](https://github.com/BeOnAuto/auto-engineer/commit/efc5ac29a2a08dff5964087a11be19e4aec6af62), [`90b9012`](https://github.com/BeOnAuto/auto-engineer/commit/90b90129eb95e28ff526ef24b5221be0eb0c3d3a), [`0e2d41d`](https://github.com/BeOnAuto/auto-engineer/commit/0e2d41d3b8e0815caecabfdee1e7d6f8d63c4caf), [`4caac94`](https://github.com/BeOnAuto/auto-engineer/commit/4caac94585bb6f9f304d185cd18f79d7d50e36c6), [`92a0ae9`](https://github.com/BeOnAuto/auto-engineer/commit/92a0ae9a0306a593ea10c8793952fbad5ba5603b), [`04fd4cb`](https://github.com/BeOnAuto/auto-engineer/commit/04fd4cbbb680b42ab67a2873c5136bf4d853b45a)]:
56
+ - @auto-engineer/message-bus@1.125.0
57
+ - @auto-engineer/model-factory@1.125.0
58
+
59
+ ## 1.124.0
60
+
61
+ ### Minor Changes
62
+
63
+ - [`5598a2a`](https://github.com/BeOnAuto/auto-engineer/commit/5598a2a3fc9b0eb012418ad5fec36920a0015045) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-implementer**: rewrite system prompt with emmett patterns and import rules
64
+ - **server-implementer**: extract shared buildContextSections utility
65
+ - **server-implementer**: extract shared loadContextFiles utility
66
+ - **server-implementer**: change loadSharedContext to return Record<string, string>
67
+ - **server-implementer**: add ketchup plan for generator/implementer hardening
68
+
69
+ - [`432a674`](https://github.com/BeOnAuto/auto-engineer/commit/432a67401bc2547938173f2a5581b761c7c24457) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-implementer**: add shared findFilesToImplement with priority ordering
70
+
71
+ ### Patch Changes
72
+
73
+ - [`eadca44`](https://github.com/BeOnAuto/auto-engineer/commit/eadca44c44f5e9b75fc9fae66d116b964635845c) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: use Date default instead of null in projection specs
74
+
75
+ - [`6e5085a`](https://github.com/BeOnAuto/auto-engineer/commit/6e5085a538ab40614149d6b2cbf376b51078f661) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: typed variable return pattern in decide template
76
+
77
+ - [`4c9dcd5`](https://github.com/BeOnAuto/auto-engineer/commit/4c9dcd5cfa2a5fbaba6e04414181dd89f2a7b76b) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **global**: mark all structural fix bursts as done in ketchup plan
78
+
79
+ - [`91ff56c`](https://github.com/BeOnAuto/auto-engineer/commit/91ff56c6cc7d8b8ead31ea61c52fcaa996c6343e) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: update missed projection spec snapshot
80
+
81
+ - [`0281ce0`](https://github.com/BeOnAuto/auto-engineer/commit/0281ce022c94149c093ded3d1f6c1a3cf7aba691) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-implementer**: strengthen system prompt for scaffolded structure
82
+
83
+ - [`c081fe8`](https://github.com/BeOnAuto/auto-engineer/commit/c081fe8485b26c5339442c1a19d0e9161061d4cb) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **global**: replace claude with gemini
84
+ - **global**: version packages
85
+
86
+ - [`396d141`](https://github.com/BeOnAuto/auto-engineer/commit/396d14171aa378396308fd3d7003195ecfa65769) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: add structural guard to projection template
87
+
88
+ - [`e0fc22f`](https://github.com/BeOnAuto/auto-engineer/commit/e0fc22f173ec87502c6fd081653026a43c9b08d8) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **global**: update ketchup plan for structural generator/implementer fixes
89
+
90
+ - [`1dc4f85`](https://github.com/BeOnAuto/auto-engineer/commit/1dc4f85391d843ba423d28332f684296c5bbd8e6) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **global**: remove unused project references from tsconfig.json
91
+
92
+ - [`3ab3305`](https://github.com/BeOnAuto/auto-engineer/commit/3ab3305b51269affbb2aa678d05e0d410cb3f4fb) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-implementer**: use shared findFilesToImplement in runSlice
93
+
94
+ - [`e2d3097`](https://github.com/BeOnAuto/auto-engineer/commit/e2d3097e5af288b3f1c69fe1e455a0d2d370e38c) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: use Record<string, never> in state template
95
+
96
+ - [`5617b86`](https://github.com/BeOnAuto/auto-engineer/commit/5617b86137edd5a880494d37a8645e4d16dba40f) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-implementer**: use shared findFilesToImplement and extractCodeBlock
97
+
98
+ - Updated dependencies [[`eadca44`](https://github.com/BeOnAuto/auto-engineer/commit/eadca44c44f5e9b75fc9fae66d116b964635845c), [`6e5085a`](https://github.com/BeOnAuto/auto-engineer/commit/6e5085a538ab40614149d6b2cbf376b51078f661), [`5598a2a`](https://github.com/BeOnAuto/auto-engineer/commit/5598a2a3fc9b0eb012418ad5fec36920a0015045), [`4c9dcd5`](https://github.com/BeOnAuto/auto-engineer/commit/4c9dcd5cfa2a5fbaba6e04414181dd89f2a7b76b), [`432a674`](https://github.com/BeOnAuto/auto-engineer/commit/432a67401bc2547938173f2a5581b761c7c24457), [`91ff56c`](https://github.com/BeOnAuto/auto-engineer/commit/91ff56c6cc7d8b8ead31ea61c52fcaa996c6343e), [`0281ce0`](https://github.com/BeOnAuto/auto-engineer/commit/0281ce022c94149c093ded3d1f6c1a3cf7aba691), [`c081fe8`](https://github.com/BeOnAuto/auto-engineer/commit/c081fe8485b26c5339442c1a19d0e9161061d4cb), [`396d141`](https://github.com/BeOnAuto/auto-engineer/commit/396d14171aa378396308fd3d7003195ecfa65769), [`e0fc22f`](https://github.com/BeOnAuto/auto-engineer/commit/e0fc22f173ec87502c6fd081653026a43c9b08d8), [`1dc4f85`](https://github.com/BeOnAuto/auto-engineer/commit/1dc4f85391d843ba423d28332f684296c5bbd8e6), [`3ab3305`](https://github.com/BeOnAuto/auto-engineer/commit/3ab3305b51269affbb2aa678d05e0d410cb3f4fb), [`e2d3097`](https://github.com/BeOnAuto/auto-engineer/commit/e2d3097e5af288b3f1c69fe1e455a0d2d370e38c), [`5617b86`](https://github.com/BeOnAuto/auto-engineer/commit/5617b86137edd5a880494d37a8645e4d16dba40f)]:
99
+ - @auto-engineer/message-bus@1.124.0
100
+ - @auto-engineer/model-factory@1.124.0
101
+
3
102
  ## 1.123.0
4
103
 
5
104
  ### Minor Changes
package/package.json CHANGED
@@ -21,13 +21,13 @@
21
21
  "@modelcontextprotocol/sdk": "^1.12.1",
22
22
  "ai": "^6.0.0",
23
23
  "debug": "^4.4.1",
24
- "@auto-engineer/message-bus": "1.123.0",
25
- "@auto-engineer/model-factory": "1.123.0"
24
+ "@auto-engineer/message-bus": "1.125.0",
25
+ "@auto-engineer/model-factory": "1.125.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/debug": "^4.1.12"
29
29
  },
30
- "version": "1.123.0",
30
+ "version": "1.125.0",
31
31
  "scripts": {
32
32
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
33
33
  "type-check": "tsc --noEmit",