@auto-engineer/cli 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 +27 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @auto-engineer/cli
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/file-store@1.128.2
11
+ - @auto-engineer/narrative@1.128.2
12
+ - @auto-engineer/pipeline@1.128.2
13
+
14
+ ## 1.128.1
15
+
16
+ ### Patch Changes
17
+
18
+ - [`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
19
+
20
+ - [`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
21
+ - **global**: version packages
22
+ - **global**: mark all ESLint removal bursts as done in ketchup plan
23
+ - **global**: remove dead eslint-disable comments across packages
24
+ - **global**: remove dead ESLint config references
25
+ - Updated dependencies [[`4f4bd2e`](https://github.com/BeOnAuto/auto-engineer/commit/4f4bd2ec65d2af797b407c0f69b085e6ce30d4d8), [`f11ee42`](https://github.com/BeOnAuto/auto-engineer/commit/f11ee42d2f4a740a82633fb90109ec6e2a2665ad)]:
26
+ - @auto-engineer/file-store@1.128.1
27
+ - @auto-engineer/narrative@1.128.1
28
+ - @auto-engineer/pipeline@1.128.1
29
+
3
30
  ## 1.128.0
4
31
 
5
32
  ### Minor Changes
package/package.json CHANGED
@@ -44,9 +44,9 @@
44
44
  "ora": "^8.0.1",
45
45
  "react": "^18.3.1",
46
46
  "socket.io": "^4.7.5",
47
- "@auto-engineer/file-store": "1.128.0",
48
- "@auto-engineer/narrative": "1.128.0",
49
- "@auto-engineer/pipeline": "1.128.0"
47
+ "@auto-engineer/file-store": "1.128.2",
48
+ "@auto-engineer/narrative": "1.128.2",
49
+ "@auto-engineer/pipeline": "1.128.2"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@types/node": "^22.0.0",
@@ -54,7 +54,7 @@
54
54
  "ink-testing-library": "^4.0.0",
55
55
  "socket.io-client": "^4.8.3"
56
56
  },
57
- "version": "1.128.0",
57
+ "version": "1.128.2",
58
58
  "scripts": {
59
59
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts && chmod +x dist/bin/auto.js",
60
60
  "test": "vitest run --reporter=dot",