@auto-engineer/information-architect 1.22.0 → 1.24.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.21.0 build /home/runner/work/auto-engineer/auto-engineer/packages/information-architect
2
+ > @auto-engineer/information-architect@1.23.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.21.0 test /home/runner/work/auto-engineer/auto-engineer/packages/information-architect
2
+ > @auto-engineer/information-architect@1.23.0 test /home/runner/work/auto-engineer/auto-engineer/packages/information-architect
3
3
  > vitest run --reporter=dot
4
4
 
5
5
 
@@ -7,7 +7,7 @@
7
7
 
8
8
 
9
9
  No test files found, exiting with code 0
10
+
10
11
  include: **/*.specs.{js,ts,tsx}
11
12
  exclude: **/.tmp/**, **/node_modules/**, **/dist/**, **/examples/**, **/create-auto-app/templates/**, **/*-starter/**, **/vite.config.ts
12
13
 
13
-
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/information-architect@1.21.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/information-architect
2
+ > @auto-engineer/information-architect@1.23.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,57 @@
1
1
  # @auto-engineer/information-architect
2
2
 
3
+ ## 1.24.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`1d93846`](https://github.com/BeOnAuto/auto-engineer/commit/1d93846608832d9f9b98cb845028eeef9cc6795d) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **global**: enhance component stories with consistent titles and add design system overview
8
+ - **typical**: storybook fast mode and add new design system overview stories
9
+ - **dev-server**: copy storybook settings in start command
10
+ - **typical**: update auto:debug script to include --no-tui flag
11
+ - **typical**: adjust column widths and overflow comments for better responsiveness
12
+
13
+ ### Patch Changes
14
+
15
+ - [`83a9a23`](https://github.com/BeOnAuto/auto-engineer/commit/83a9a234fa1fb4d6f89e93065470427212209a7e) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: improve 409 /configure error message to suggest restart
16
+
17
+ - Updated dependencies [[`83a9a23`](https://github.com/BeOnAuto/auto-engineer/commit/83a9a234fa1fb4d6f89e93065470427212209a7e), [`1d93846`](https://github.com/BeOnAuto/auto-engineer/commit/1d93846608832d9f9b98cb845028eeef9cc6795d)]:
18
+ - @auto-engineer/message-bus@1.24.0
19
+ - @auto-engineer/model-factory@1.24.0
20
+ - @auto-engineer/narrative@1.24.0
21
+
22
+ ## 1.23.0
23
+
24
+ ### Minor Changes
25
+
26
+ - [`370b36e`](https://github.com/BeOnAuto/auto-engineer/commit/370b36e2c871966520e906559e1369e41312843f) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added automatic copying of Storybook settings when running the dev server start command
27
+
28
+ - [`929c38d`](https://github.com/BeOnAuto/auto-engineer/commit/929c38de2d5a78f90aa7c3441a2d00978678ffde) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **cli**: /configure endpoint bypasses tunnel auth middleware
29
+ - **cli**: tunnel auth accepts x-service-token via ServiceTokenStore
30
+ - **cli**: add createServiceTokenStore and createConfigureMiddleware
31
+ - **global**: version packages
32
+ - **root**: update claude-auto
33
+
34
+ - [`156aee3`](https://github.com/BeOnAuto/auto-engineer/commit/156aee35fe0ab25cb895c541840646557c649a83) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Enhanced component stories with consistent titles across the design system
35
+ - Added new design system overview documentation
36
+
37
+ - [`6de131b`](https://github.com/BeOnAuto/auto-engineer/commit/6de131b629a13314dd513eccd8238daabc401860) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added Storybook fast mode for quicker component development iteration
38
+ - Added new design system overview stories for better documentation and visibility of UI components
39
+
40
+ ### Patch Changes
41
+
42
+ - [`8ccfd99`](https://github.com/BeOnAuto/auto-engineer/commit/8ccfd99f84cad415bd2e0908a1e25116ab3ef166) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Adjusted column widths and overflow handling for better responsiveness in the design system
43
+
44
+ - [`d399c35`](https://github.com/BeOnAuto/auto-engineer/commit/d399c352d2bf8fdab51d4421f6d7b2fc63716dc3) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Updated the debug script to include the --no-tui flag for headless debugging support
45
+
46
+ - [`eacc928`](https://github.com/BeOnAuto/auto-engineer/commit/eacc92850393761587cefb982b83a3798f4f1390) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **cli**: register /configure middleware in all modes, not just tunnel
47
+
48
+ - [`99c4e36`](https://github.com/BeOnAuto/auto-engineer/commit/99c4e3654624903024ae628b55fcce20cf1bd96f) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Removed outdated ngrok tunnel support plan
49
+
50
+ - Updated dependencies [[`8ccfd99`](https://github.com/BeOnAuto/auto-engineer/commit/8ccfd99f84cad415bd2e0908a1e25116ab3ef166), [`370b36e`](https://github.com/BeOnAuto/auto-engineer/commit/370b36e2c871966520e906559e1369e41312843f), [`929c38d`](https://github.com/BeOnAuto/auto-engineer/commit/929c38de2d5a78f90aa7c3441a2d00978678ffde), [`156aee3`](https://github.com/BeOnAuto/auto-engineer/commit/156aee35fe0ab25cb895c541840646557c649a83), [`d399c35`](https://github.com/BeOnAuto/auto-engineer/commit/d399c352d2bf8fdab51d4421f6d7b2fc63716dc3), [`eacc928`](https://github.com/BeOnAuto/auto-engineer/commit/eacc92850393761587cefb982b83a3798f4f1390), [`6de131b`](https://github.com/BeOnAuto/auto-engineer/commit/6de131b629a13314dd513eccd8238daabc401860), [`99c4e36`](https://github.com/BeOnAuto/auto-engineer/commit/99c4e3654624903024ae628b55fcce20cf1bd96f)]:
51
+ - @auto-engineer/message-bus@1.23.0
52
+ - @auto-engineer/model-factory@1.23.0
53
+ - @auto-engineer/narrative@1.23.0
54
+
3
55
  ## 1.22.0
4
56
 
5
57
  ### Minor 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.22.0",
19
- "@auto-engineer/message-bus": "1.22.0",
20
- "@auto-engineer/narrative": "1.22.0"
18
+ "@auto-engineer/model-factory": "1.24.0",
19
+ "@auto-engineer/message-bus": "1.24.0",
20
+ "@auto-engineer/narrative": "1.24.0"
21
21
  },
22
22
  "devDependencies": {
23
- "@auto-engineer/cli": "1.22.0"
23
+ "@auto-engineer/cli": "1.24.0"
24
24
  },
25
- "version": "1.22.0",
25
+ "version": "1.24.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",