@auto-engineer/app-implementer 1.128.0 → 1.128.2

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 +25 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @auto-engineer/app-implementer
2
2
 
3
+ ## 1.128.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`b1af764`](https://github.com/BeOnAuto/auto-engineer/commit/b1af764fd17c33716914902ce01d95b2923735e1) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **typical**: return persist on settled success path to reset history between batches
8
+ - **global**: version packages
9
+ - Updated dependencies [[`b1af764`](https://github.com/BeOnAuto/auto-engineer/commit/b1af764fd17c33716914902ce01d95b2923735e1)]:
10
+ - @auto-engineer/message-bus@1.128.2
11
+ - @auto-engineer/model-factory@1.128.2
12
+
13
+ ## 1.128.1
14
+
15
+ ### Patch Changes
16
+
17
+ - [`4f4bd2e`](https://github.com/BeOnAuto/auto-engineer/commit/4f4bd2ec65d2af797b407c0f69b085e6ce30d4d8) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **typical**: return persist on settled success path to reset history between batches
18
+
19
+ - [`f11ee42`](https://github.com/BeOnAuto/auto-engineer/commit/f11ee42d2f4a740a82633fb90109ec6e2a2665ad) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **checks**: remove ESLint code paths, inline runBiome into runLintCheck
20
+ - **global**: version packages
21
+ - **global**: mark all ESLint removal bursts as done in ketchup plan
22
+ - **global**: remove dead eslint-disable comments across packages
23
+ - **global**: remove dead ESLint config references
24
+ - Updated dependencies [[`4f4bd2e`](https://github.com/BeOnAuto/auto-engineer/commit/4f4bd2ec65d2af797b407c0f69b085e6ce30d4d8), [`f11ee42`](https://github.com/BeOnAuto/auto-engineer/commit/f11ee42d2f4a740a82633fb90109ec6e2a2665ad)]:
25
+ - @auto-engineer/message-bus@1.128.1
26
+ - @auto-engineer/model-factory@1.128.1
27
+
3
28
  ## 1.128.0
4
29
 
5
30
  ### 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.128.0",
25
- "@auto-engineer/model-factory": "1.128.0"
24
+ "@auto-engineer/message-bus": "1.128.2",
25
+ "@auto-engineer/model-factory": "1.128.2"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/debug": "^4.1.12"
29
29
  },
30
- "version": "1.128.0",
30
+ "version": "1.128.2",
31
31
  "scripts": {
32
32
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
33
33
  "type-check": "tsc --noEmit",