@auto-engineer/information-architect 1.26.1 → 1.28.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @auto-engineer/information-architect@1.26.0 build /home/runner/work/auto-engineer/auto-engineer/packages/information-architect
2
+ > @auto-engineer/information-architect@1.27.0 build /home/runner/work/auto-engineer/auto-engineer/packages/information-architect
3
3
  > tsc && tsx ../../scripts/fix-esm-imports.ts && cp src/auto-ux-schema.json dist/
4
4
 
5
5
  Fixed ESM imports in dist/
@@ -1,5 +1,5 @@
1
1
 
2
- > @auto-engineer/information-architect@1.26.0 test /home/runner/work/auto-engineer/auto-engineer/packages/information-architect
2
+ > @auto-engineer/information-architect@1.27.0 test /home/runner/work/auto-engineer/auto-engineer/packages/information-architect
3
3
  > vitest run --reporter=dot
4
4
 
5
5
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/information-architect@1.26.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/information-architect
2
+ > @auto-engineer/information-architect@1.27.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/information-architect
3
3
  > tsc --noEmit
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,47 @@
1
1
  # @auto-engineer/information-architect
2
2
 
3
+ ## 1.28.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`251372b`](https://github.com/BeOnAuto/auto-engineer/commit/251372b0731f95f5ea38413bc40f6cab01fb7342) Thanks [@osamanar](https://github.com/osamanar)! - - Fixed issues with the React component implementer to improve reliability
8
+
9
+ - [`817d4a3`](https://github.com/BeOnAuto/auto-engineer/commit/817d4a386b205fc28da93fca6784b9ce9ec81990) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **react-component-implementer**: fix import errors
10
+ - **react-component-implementer**: fix import errors
11
+ - **typical**: improve fast mode detection and enhance command handler structure
12
+ - **global**: version packages
13
+ - **job-graph-processor**: standardize event naming and improve documentation
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [[`251372b`](https://github.com/BeOnAuto/auto-engineer/commit/251372b0731f95f5ea38413bc40f6cab01fb7342), [`817d4a3`](https://github.com/BeOnAuto/auto-engineer/commit/817d4a386b205fc28da93fca6784b9ce9ec81990)]:
18
+ - @auto-engineer/message-bus@1.28.0
19
+ - @auto-engineer/model-factory@1.28.0
20
+ - @auto-engineer/narrative@1.28.0
21
+
22
+ ## 1.27.0
23
+
24
+ ### Minor Changes
25
+
26
+ - [`5492d59`](https://github.com/BeOnAuto/auto-engineer/commit/5492d59747e36f36b923f5cb038e2310f38861a4) Thanks [@osamanar](https://github.com/osamanar)! - - Fixed import errors in the React component implementer
27
+
28
+ - [`518e049`](https://github.com/BeOnAuto/auto-engineer/commit/518e049e728f716830befdfa415ba45d8fd16358) Thanks [@osamanar](https://github.com/osamanar)! - - Fixed import errors in the React component implementer
29
+
30
+ ### Patch Changes
31
+
32
+ - [`51a6090`](https://github.com/BeOnAuto/auto-engineer/commit/51a609026825da9841b750b1e70a48809e33be63) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **server-generator-apollo-emmett**: harden template type resolution and add implementer hints
33
+ - **global**: version packages
34
+
35
+ - [`5d7fc3d`](https://github.com/BeOnAuto/auto-engineer/commit/5d7fc3d9a13205adbebec6463aa5533065b8775c) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Improved fast mode detection for more reliable behavior when toggling between standard and fast modes
36
+ - Enhanced command handler structure for better internal organization and maintainability
37
+
38
+ - [`c23b5b7`](https://github.com/BeOnAuto/auto-engineer/commit/c23b5b7daa777a302b9824e8ca0f1bd4d4ea9ab9) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Standardized event naming conventions in the job graph processor for more consistent behavior
39
+ - Improved internal documentation for job graph processing logic
40
+ - Updated dependencies [[`5492d59`](https://github.com/BeOnAuto/auto-engineer/commit/5492d59747e36f36b923f5cb038e2310f38861a4), [`51a6090`](https://github.com/BeOnAuto/auto-engineer/commit/51a609026825da9841b750b1e70a48809e33be63), [`5d7fc3d`](https://github.com/BeOnAuto/auto-engineer/commit/5d7fc3d9a13205adbebec6463aa5533065b8775c), [`518e049`](https://github.com/BeOnAuto/auto-engineer/commit/518e049e728f716830befdfa415ba45d8fd16358), [`c23b5b7`](https://github.com/BeOnAuto/auto-engineer/commit/c23b5b7daa777a302b9824e8ca0f1bd4d4ea9ab9)]:
41
+ - @auto-engineer/message-bus@1.27.0
42
+ - @auto-engineer/model-factory@1.27.0
43
+ - @auto-engineer/narrative@1.27.0
44
+
3
45
  ## 1.26.1
4
46
 
5
47
  ### Patch Changes
package/package.json CHANGED
@@ -15,14 +15,14 @@
15
15
  "dependencies": {
16
16
  "ai": "^6.0.0",
17
17
  "fast-glob": "^3.3.2",
18
- "@auto-engineer/model-factory": "1.26.1",
19
- "@auto-engineer/narrative": "1.26.1",
20
- "@auto-engineer/message-bus": "1.26.1"
18
+ "@auto-engineer/message-bus": "1.28.0",
19
+ "@auto-engineer/narrative": "1.28.0",
20
+ "@auto-engineer/model-factory": "1.28.0"
21
21
  },
22
22
  "devDependencies": {
23
- "@auto-engineer/cli": "1.26.1"
23
+ "@auto-engineer/cli": "1.28.0"
24
24
  },
25
- "version": "1.26.1",
25
+ "version": "1.28.0",
26
26
  "scripts": {
27
27
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts && cp src/auto-ux-schema.json dist/",
28
28
  "test": "vitest run --reporter=dot",