@auto-engineer/adk-claude-code-bridge 1.124.0 → 1.125.1

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 +64 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,69 @@
1
1
  # @auto-engineer/adk-claude-code-bridge
2
2
 
3
+ ## 1.125.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`7500c5b`](https://github.com/BeOnAuto/auto-engineer/commit/7500c5bd40cdae5cdf1e02bd26cbc5d6da13dc32) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **server-generator-apollo-emmett**: prefix unused aggregateStream state var with underscore
8
+ - **server-generator-apollo-emmett**: rename then to thenSends in reactor spec
9
+ - **server-generator-apollo-emmett**: align ReactorLike return type with MessageHandlerResult
10
+ - **server-generator-apollo-emmett**: scaffold full send in register.ts.ejs with multi-event
11
+ - **server-generator-apollo-emmett**: support multiple event-command pairs in react.ts.ejs
12
+
13
+ - [`6460797`](https://github.com/BeOnAuto/auto-engineer/commit/6460797056f3524e94328a8ca791267476878f5b) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: remove optional marker from projection state fields
14
+
15
+ ## 1.125.0
16
+
17
+ ### Minor Changes
18
+
19
+ - [`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
20
+ - **server-generator-apollo-emmett**: update missed projection spec snapshot
21
+ - **server-implementer**: strengthen system prompt for scaffolded structure
22
+ - **server-generator-apollo-emmett**: add structural guard to projection template
23
+ - **server-generator-apollo-emmett**: use Record<string, never> in state template
24
+
25
+ ### Patch Changes
26
+
27
+ - [`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
28
+
29
+ - [`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
30
+
31
+ - [`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
32
+
33
+ - [`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
34
+
35
+ - [`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
36
+
37
+ - [`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
38
+
39
+ - [`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
40
+
41
+ - [`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
42
+
43
+ - [`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
44
+
45
+ - [`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
46
+ - **server-implementer**: add node: protocol and unused import rules to system prompt
47
+ - **server-generator-apollo-emmett**: fix createFieldUsesJSON false positive for inline objects
48
+ - **server-generator-apollo-emmett**: fix react.ts.ejs template lint violations
49
+ - **server-generator-apollo-emmett**: add ketchup plan for generate+implement run fixes
50
+
51
+ - [`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
52
+
53
+ - [`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
54
+
55
+ - [`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
56
+
57
+ - [`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
58
+
59
+ - [`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
60
+
61
+ - [`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
62
+
63
+ - [`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
64
+
65
+ - [`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
66
+
3
67
  ## 1.124.0
4
68
 
5
69
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@auto-engineer/adk-claude-code-bridge",
3
- "version": "1.124.0",
3
+ "version": "1.125.1",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",