@auto-engineer/cli 1.8.0 → 1.10.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 +40 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,45 @@
1
1
  # @auto-engineer/cli
2
2
 
3
+ ## 1.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`f3e6b55`](https://github.com/BeOnAuto/auto-engineer/commit/f3e6b5566b2ab37e4b945bd04168b994f394b33b) Thanks [@osamanar](https://github.com/osamanar)! - - Updated the implementation prompt for the frontend implementer to improve code generation quality
8
+
9
+ - [`3480c66`](https://github.com/BeOnAuto/auto-engineer/commit/3480c6658781048289c14ee58636825126334d1c) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **packages/information-architect**: adds template generation to FE app generation
10
+ - **global**: version packages
11
+ - **global**: add changeset
12
+ - **global**: fix pnpm lock file
13
+ - **global**: add changeset
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [[`f3e6b55`](https://github.com/BeOnAuto/auto-engineer/commit/f3e6b5566b2ab37e4b945bd04168b994f394b33b), [`3480c66`](https://github.com/BeOnAuto/auto-engineer/commit/3480c6658781048289c14ee58636825126334d1c)]:
18
+ - @auto-engineer/file-store@1.10.0
19
+ - @auto-engineer/narrative@1.10.0
20
+ - @auto-engineer/pipeline@1.10.0
21
+
22
+ ## 1.9.0
23
+
24
+ ### Minor Changes
25
+
26
+ - [`9cca67b`](https://github.com/BeOnAuto/auto-engineer/commit/9cca67b7c85953d297a632a268829cc18a168e3a) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **cli**: implement delegation pattern for FileSyncer reset
27
+ - **global**: version packages
28
+ - **global**: add changeset
29
+ - **global**: update ketchup settings
30
+ - **cli**: update ketchup plan with completed burst
31
+
32
+ - [#43](https://github.com/BeOnAuto/auto-engineer/pull/43) [`af76242`](https://github.com/BeOnAuto/auto-engineer/commit/af762423f8adfad0796f2f3a6483fb931c7b0bf1) Thanks [@osamanar](https://github.com/osamanar)! - - Added template generation capability to frontend app generation in the information architect package
33
+
34
+ ### Patch Changes
35
+
36
+ - [#43](https://github.com/BeOnAuto/auto-engineer/pull/43) [`31aab4f`](https://github.com/BeOnAuto/auto-engineer/commit/31aab4f3114d6fd8f60fa2239fff9d567a78e321) Thanks [@osamanar](https://github.com/osamanar)! - - Fixed package manager lock file to ensure consistent dependency installation
37
+
38
+ - Updated dependencies [[`31aab4f`](https://github.com/BeOnAuto/auto-engineer/commit/31aab4f3114d6fd8f60fa2239fff9d567a78e321), [`9cca67b`](https://github.com/BeOnAuto/auto-engineer/commit/9cca67b7c85953d297a632a268829cc18a168e3a), [`af76242`](https://github.com/BeOnAuto/auto-engineer/commit/af762423f8adfad0796f2f3a6483fb931c7b0bf1)]:
39
+ - @auto-engineer/file-store@1.9.0
40
+ - @auto-engineer/narrative@1.9.0
41
+ - @auto-engineer/pipeline@1.9.0
42
+
3
43
  ## 1.8.0
4
44
 
5
45
  ### Minor Changes
package/package.json CHANGED
@@ -40,15 +40,15 @@
40
40
  "node-fetch": "^3.3.2",
41
41
  "ora": "^8.0.1",
42
42
  "socket.io": "^4.7.5",
43
- "@auto-engineer/narrative": "1.8.0",
44
- "@auto-engineer/pipeline": "1.8.0",
45
- "@auto-engineer/file-store": "1.8.0"
43
+ "@auto-engineer/narrative": "1.10.0",
44
+ "@auto-engineer/pipeline": "1.10.0",
45
+ "@auto-engineer/file-store": "1.10.0"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/node": "^22.0.0",
49
49
  "socket.io-client": "^4.8.3"
50
50
  },
51
- "version": "1.8.0",
51
+ "version": "1.10.0",
52
52
  "scripts": {
53
53
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts && chmod +x dist/bin/auto.js",
54
54
  "test": "vitest run --reporter=dot",