@auto-engineer/cli 1.110.2 → 1.110.4

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 +34 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # @auto-engineer/cli
2
2
 
3
+ ## 1.110.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [`41cb3f7`](https://github.com/BeOnAuto/auto-engineer/commit/41cb3f7b769895ccd00c1f97c73834ac7565ba06) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Simplified pipeline event handling by removing unnecessary client validation checks
8
+
9
+ - [`18d5e47`](https://github.com/BeOnAuto/auto-engineer/commit/18d5e47440ba4a21ab7c09f920b514b328a2f564) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **global**: version packages
10
+ - **pipeline**: simplify component handling and enhance client implementation
11
+ - **pipeline**: restore lint, type, test, and story fix loops
12
+ - Updated dependencies [[`41cb3f7`](https://github.com/BeOnAuto/auto-engineer/commit/41cb3f7b769895ccd00c1f97c73834ac7565ba06), [`18d5e47`](https://github.com/BeOnAuto/auto-engineer/commit/18d5e47440ba4a21ab7c09f920b514b328a2f564)]:
13
+ - @auto-engineer/file-store@1.110.4
14
+ - @auto-engineer/narrative@1.110.4
15
+ - @auto-engineer/pipeline@1.110.4
16
+
17
+ ## 1.110.3
18
+
19
+ ### Patch Changes
20
+
21
+ - [`74bb7a6`](https://github.com/BeOnAuto/auto-engineer/commit/74bb7a6f4ad0860437189072c053801d5e4b8293) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Simplified how components are handled in the pipeline
22
+ - Enhanced the client implementation for improved reliability
23
+
24
+ - [`751d711`](https://github.com/BeOnAuto/auto-engineer/commit/751d711d16bc5c0148cd929a2576dfc59871fec4) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **server-implementer**: exclude spec files from AI context in implement-slice
25
+ - **server-generator-apollo-emmett**: enrich missing event data in react specs template
26
+ - **server-generator-apollo-emmett**: validate query args against state fields in resolver
27
+ - **server-generator-apollo-emmett**: per-variable stream ID classification in handle.ts
28
+ - **server-generator-apollo-emmett**: filter non-events from query when-events
29
+
30
+ - [`8ff54ee`](https://github.com/BeOnAuto/auto-engineer/commit/8ff54ee75f4bb1d419285c5a1a6a9359176e56b8) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Restored lint, type-checking, test, and story fix loops in the pipeline
31
+
32
+ - Updated dependencies [[`74bb7a6`](https://github.com/BeOnAuto/auto-engineer/commit/74bb7a6f4ad0860437189072c053801d5e4b8293), [`751d711`](https://github.com/BeOnAuto/auto-engineer/commit/751d711d16bc5c0148cd929a2576dfc59871fec4), [`8ff54ee`](https://github.com/BeOnAuto/auto-engineer/commit/8ff54ee75f4bb1d419285c5a1a6a9359176e56b8)]:
33
+ - @auto-engineer/file-store@1.110.3
34
+ - @auto-engineer/narrative@1.110.3
35
+ - @auto-engineer/pipeline@1.110.3
36
+
3
37
  ## 1.110.2
4
38
 
5
39
  ### Patch 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.110.2",
48
- "@auto-engineer/narrative": "1.110.2",
49
- "@auto-engineer/pipeline": "1.110.2"
47
+ "@auto-engineer/file-store": "1.110.4",
48
+ "@auto-engineer/narrative": "1.110.4",
49
+ "@auto-engineer/pipeline": "1.110.4"
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.110.2",
57
+ "version": "1.110.4",
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",