@auto-engineer/file-store 1.144.0 → 1.146.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/file-store@1.144.0 build /home/runner/work/auto-engineer/auto-engineer/packages/file-store
2
+ > @auto-engineer/file-store@1.146.0 build /home/runner/work/auto-engineer/auto-engineer/packages/file-store
3
3
  > tsc && tsx ../../scripts/fix-esm-imports.ts
4
4
 
5
5
  Fixed ESM imports in dist/
@@ -1,5 +1,5 @@
1
1
 
2
- > @auto-engineer/file-store@1.143.0 test /home/runner/work/auto-engineer/auto-engineer/packages/file-store
2
+ > @auto-engineer/file-store@1.145.0 test /home/runner/work/auto-engineer/auto-engineer/packages/file-store
3
3
  > vitest run --reporter=dot
4
4
 
5
5
 
@@ -9,6 +9,6 @@
9
9
 
10
10
   Test Files  1 passed (1)
11
11
   Tests  5 passed (5)
12
-  Start at  15:50:16
13
-  Duration  1.83s (transform 379ms, setup 0ms, collect 364ms, tests 82ms, environment 0ms, prepare 418ms)
12
+  Start at  14:01:43
13
+  Duration  1.99s (transform 405ms, setup 0ms, collect 388ms, tests 120ms, environment 0ms, prepare 597ms)
14
14
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/file-store@1.143.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/file-store
2
+ > @auto-engineer/file-store@1.145.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/file-store
3
3
  > tsc --noEmit
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,53 @@
1
1
  # @auto-engineer/file-store
2
2
 
3
+ ## 1.146.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`d5786a1`](https://github.com/BeOnAuto/auto-engineer/commit/d5786a13f0a725715c6a7cf460576ec5ae2cf006) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added cross-scene Given event detection that identifies when a Given step references events produced by a different scene
8
+ - Computes source stream patterns and links stream pattern variables to command fields for proper event resolution in handle templates
9
+
10
+ - [`f919ab8`](https://github.com/BeOnAuto/auto-engineer/commit/f919ab8b5954397a2c73a4c6f2ea0f781fb42373) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added automatic pre-loading of cross-scene Given events in generated command handlers
11
+ - Generated handle.ts now reads external aggregate state from the event store before processing commands
12
+ - Ensures cross-scene events are available at runtime, matching test behavior
13
+
14
+ - [`b43f4e5`](https://github.com/BeOnAuto/auto-engineer/commit/b43f4e5cea147bc94d2baa31ca41694fa8ac0648) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added automatic cleanup of stale source directories during project scaffolding to prevent validation failures from prior generations
15
+
16
+ - [`08b1aac`](https://github.com/BeOnAuto/auto-engineer/commit/08b1aac466fcaa402bae5f347b29d26309c07533) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **narrative**: replace UISchema with UISpecSchema for JSON Render specs
17
+ - **global**: version packages
18
+
19
+ ### Patch Changes
20
+
21
+ - [`1bb3450`](https://github.com/BeOnAuto/auto-engineer/commit/1bb3450e2a717095a729567b10c7cdd4c2cc0ee3) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed cross-scene import paths to include the narrative prefix in directory names, resolving broken references between scenes in generated Apollo/Emmett server code
22
+
23
+ - [`5c461e2`](https://github.com/BeOnAuto/auto-engineer/commit/5c461e2a0b179196f5fee1bc6e97f12d786869f4) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added plan for cleaning up stale directories in the React generator
24
+
25
+ - [`e50042b`](https://github.com/BeOnAuto/auto-engineer/commit/e50042b4aa74c6927f21d3fa4cead565ebe1b321) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added source scene directory name to Message type to support correct cross-scene import path resolution
26
+
27
+ - [`20c1f72`](https://github.com/BeOnAuto/auto-engineer/commit/20c1f7251a75f01c874908b535689f5b005f480d) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Finalized cleanup plan for removing stale directories during React code generation scaffolding
28
+
29
+ - [`ee01249`](https://github.com/BeOnAuto/auto-engineer/commit/ee01249e68270d940039bf9721d14f7e120f5424) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Finalized planning for cross-scene Given events support in the Apollo Emmett server generator
30
+
31
+ - [`d2d750d`](https://github.com/BeOnAuto/auto-engineer/commit/d2d750dc7d4f0e7d350fd1b4f7f2cafc2f4d249b) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Per-entity query resolvers that look up by ID now return a single object (or null) instead of an array
32
+ - Automatically detects ID-lookup queries based on argument mapping to the entity's ID field
33
+
34
+ - [`bb63e07`](https://github.com/BeOnAuto/auto-engineer/commit/bb63e071efadb52a838efa1c677caf1640fdf69f) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added planning for cross-scene Given event support in server command handlers
35
+
36
+ - [`2a893a3`](https://github.com/BeOnAuto/auto-engineer/commit/2a893a38f3a7b568fd608ec0e09644984167a95b) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Finalized plan for G1 and G3 fixes in the Apollo Emmett server generator
37
+
38
+ ## 1.145.0
39
+
40
+ ### Minor Changes
41
+
42
+ - [`c5d46fe`](https://github.com/BeOnAuto/auto-engineer/commit/c5d46fe4a647b3ab5e2871a7c00654e54b53b639) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Replaced UISchema with a new technology-agnostic UISpecSchema for JSON Render specifications
43
+ - Introduced UIElementSchema and UISpecSchema as cleaner, spec-based alternatives to the old layout-based schema
44
+ - Removed legacy RegionEntrySchema and old layoutId/mode/regions/customizationNotes fields in favor of the new UISpec structure
45
+
46
+ ### Patch Changes
47
+
48
+ - [`ab2a8c5`](https://github.com/BeOnAuto/auto-engineer/commit/ab2a8c5837252113db0a86250e441f2143fac771) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **global**: version packages
49
+ - **react-gen**: remove mock data, use real GraphQL backend
50
+
3
51
  ## 1.144.0
4
52
 
5
53
  ### Minor Changes
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "publishConfig": {
18
18
  "access": "public"
19
19
  },
20
- "version": "1.144.0",
20
+ "version": "1.146.0",
21
21
  "scripts": {
22
22
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
23
23
  "test": "vitest run --reporter=dot",