@auto-engineer/adk-claude-code-bridge 1.123.0 → 1.124.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 +39 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,44 @@
1
1
  # @auto-engineer/adk-claude-code-bridge
2
2
 
3
+ ## 1.124.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`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
8
+ - **server-implementer**: extract shared buildContextSections utility
9
+ - **server-implementer**: extract shared loadContextFiles utility
10
+ - **server-implementer**: change loadSharedContext to return Record<string, string>
11
+ - **server-implementer**: add ketchup plan for generator/implementer hardening
12
+
13
+ - [`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
14
+
15
+ ### Patch Changes
16
+
17
+ - [`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
18
+
19
+ - [`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
20
+
21
+ - [`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
22
+
23
+ - [`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
24
+
25
+ - [`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
26
+
27
+ - [`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
28
+ - **global**: version packages
29
+
30
+ - [`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
31
+
32
+ - [`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
33
+
34
+ - [`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
35
+
36
+ - [`3ab3305`](https://github.com/BeOnAuto/auto-engineer/commit/3ab3305b51269affbb2aa678d05e0d410cb3f4fb) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-implementer**: use shared findFilesToImplement in runSlice
37
+
38
+ - [`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
39
+
40
+ - [`5617b86`](https://github.com/BeOnAuto/auto-engineer/commit/5617b86137edd5a880494d37a8645e4d16dba40f) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-implementer**: use shared findFilesToImplement and extractCodeBlock
41
+
3
42
  ## 1.123.0
4
43
 
5
44
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@auto-engineer/adk-claude-code-bridge",
3
- "version": "1.123.0",
3
+ "version": "1.124.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",