@auto-engineer/release-automation 1.149.0 → 1.152.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 +89 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,94 @@
1
1
  # @auto-engineer/release-automation
2
2
 
3
+ ## 1.152.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`40745af`](https://github.com/BeOnAuto/auto-engineer/commit/40745af362feaf79b8d0db4bddb16c4dcbafc788) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Stream names in generated React code now use the target command's stream pattern directly when available, producing more accurate event stream references
8
+ - Falls back to the previous field-based naming approach when no stream pattern exists, maintaining backward compatibility
9
+
10
+ - [`3c3e87c`](https://github.com/BeOnAuto/auto-engineer/commit/3c3e87ceb346fb0ebcefe91eba4a0ba79ee9e47c) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added stream pattern resolution for seed data in generated test specs, using example data when a target command has a stream pattern
11
+ - Falls back to existing state-type and linking field convention when no stream pattern is available
12
+
13
+ - [`b11b24c`](https://github.com/BeOnAuto/auto-engineer/commit/b11b24c510887bca461601c75204460afc7653a1) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added field completeness assertions for non-command fields in generated server tests, ensuring all event fields are verified with proper type matchers
14
+
15
+ - [`1cb9ffa`](https://github.com/BeOnAuto/auto-engineer/commit/1cb9ffa40e6b9fbe66dd934b8612e741a388e779) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Enriched event-command pair generation to include the target command's stream destination pattern, enabling more accurate scaffold wiring between commands and their downstream event streams
16
+
17
+ - [`0bac84b`](https://github.com/BeOnAuto/auto-engineer/commit/0bac84b6f9e1454a8595d2592ed572a4a0209feb) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added type assertion helper that maps TypeScript types to JavaScript constructor names for use in generated test specifications
18
+
19
+ - [`3142d48`](https://github.com/BeOnAuto/auto-engineer/commit/3142d48092067070063475c800f79fdb4298d8ea) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added Given state ref hints to generated state files, so implementers see which discriminated union variants to create
20
+ - Improved scaffold instructions for non-command fields by classifying them as date-derived, state-derived, or not asserted by tests
21
+
22
+ - [`5622978`](https://github.com/BeOnAuto/auto-engineer/commit/56229789549b2e4ed5b388d844c4a763b9751bc9) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Improved field linking logic to prefer ID-like fields (e.g., bookingId) over arbitrary primitive matches (e.g., status) when resolving relationships between types
23
+
24
+ - [`98bd3b6`](https://github.com/BeOnAuto/auto-engineer/commit/98bd3b64f897251a37cc0ddf85855e9e3de5dd92) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Field completeness assertions now use exact model values for non-command fields instead of generic type matchers, providing stronger test verification
25
+
26
+ - [`1f0145a`](https://github.com/BeOnAuto/auto-engineer/commit/1f0145a5df1b99a2462617ea6c0723efefa8b9ce) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added date-aware filter comparison in query resolver so Date-type fields are correctly compared using numeric time values instead of failing string comparisons
27
+
28
+ - [`5b804be`](https://github.com/BeOnAuto/auto-engineer/commit/5b804be32448ed351eb31c269cdd19a181bec66c) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! -
29
+
30
+ - [`b0fde2b`](https://github.com/BeOnAuto/auto-engineer/commit/b0fde2bfc62040c12841c409764083876c1a9668) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added validation for query moment mappings that reference non-existent fields on the state type
31
+ - Invalid mapping targets now surface as field issues instead of being silently skipped
32
+ - Errors flow through the existing issue reporting pipeline automatically
33
+
34
+ - [`97e4219`](https://github.com/BeOnAuto/auto-engineer/commit/97e4219a8490ee3fc9619b3ca40a5dfc4eaa6e16) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added stream pattern support to aggregate stream detection, ensuring handlers use the correct destination-based stream name instead of fabricated ones
35
+ - Added test coverage verifying deterministic stream pattern resolution in react handlers
36
+
37
+ - [`a025f64`](https://github.com/BeOnAuto/auto-engineer/commit/a025f642eea30be12414dd756e7b9e35a88eeac4) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Register command handlers now use deterministic stream name patterns from target commands, improving consistency with the react handler approach
38
+
39
+ - [`1afe038`](https://github.com/BeOnAuto/auto-engineer/commit/1afe0387635d0fee002caf0810fe96534a64e661) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **react-gen**: premium styling rules for layout-constrained pages
40
+ - **react-gen**: add dialog route support via scene.kind
41
+ - **react-gen**: inject layout constraints from design.ui specs into scene prompts
42
+ - **react-gen**: add spec-to-constraint converter using @json-render/codegen
43
+ - **react-gen**: add json-render spec deduplication utility
44
+
45
+ ### Patch Changes
46
+
47
+ - [`97fb3d6`](https://github.com/BeOnAuto/auto-engineer/commit/97fb3d601b42879c76ecc9fdf20d77f54d6ad23b) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Created planning document for fixing state-Given handling in the Apollo Emmett server generator
48
+
49
+ - [`0f9054e`](https://github.com/BeOnAuto/auto-engineer/commit/0f9054e143e60053e71e627a962195f3e0b3bbfa) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed test accuracy for state-derived fields by excluding state-traceable values from exact assertions
50
+ - Improved event-handling test isolation by passing only event references instead of full given/when/then context
51
+
52
+ - [`8c345a6`](https://github.com/BeOnAuto/auto-engineer/commit/8c345a6714859403b744a38e77ce2ae7fc98b040) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Created planning document for upcoming scaffold improvements to the Apollo/Emmett server generator
53
+
54
+ - [`68c5190`](https://github.com/BeOnAuto/auto-engineer/commit/68c51909845577118d6954f81bf99a7e0fe6e95c) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Marked G7 B1-B2 bursts as done in the ketchup plan for the Apollo Emmett server generator
55
+
56
+ - [`f683b15`](https://github.com/BeOnAuto/auto-engineer/commit/f683b151511703a944cdf58f559d0b5a9c962252) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed incorrect test assertions for server-generated fields like exerciseId and workoutId by requiring explicit traceability to Given events
57
+ - Replaced confusing double-negative logic with clearer positive check for field value traceability
58
+ - Fields not directly traceable to a Given event now correctly use flexible matchers instead of exact values
59
+
60
+ - [`fa1828b`](https://github.com/BeOnAuto/auto-engineer/commit/fa1828bcb8904b688aa82031894b2fe2411a2ffe) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Updated internal tracking plan to mark scaffold improvement tasks as completed
61
+
62
+ - [`443fba0`](https://github.com/BeOnAuto/auto-engineer/commit/443fba06a5d40793db5fdb6940d2c76833e76e62) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! -
63
+
64
+ - [`6362d5a`](https://github.com/BeOnAuto/auto-engineer/commit/6362d5add4ffd7de88998c69fab92940d90ed134) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Marked G5 bursts B1-B9 as done in the ketchup plan for the Apollo Emmett server generator
65
+
66
+ - [`bf4c90b`](https://github.com/BeOnAuto/auto-engineer/commit/bf4c90b5ae7b50cc2b67961f9c4597ae639f18c7) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed assertion fields being silently dropped from test expectations when field names matched query parameter names
67
+ - Fixed partial object detection to correctly compare against the state type's actual fields instead of query arguments
68
+
69
+ - [`7a92d0c`](https://github.com/BeOnAuto/auto-engineer/commit/7a92d0c29c721b9ffb9c80650ae940ec7682b6bb) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Created plan for fixing non-event-traceable field handling in the Apollo Emmett server generator
70
+
71
+ - [`1eb427c`](https://github.com/BeOnAuto/auto-engineer/commit/1eb427c778a9751666b36092ed9c2428180762e1) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! -
72
+
73
+ ## 1.150.0
74
+
75
+ ### Minor Changes
76
+
77
+ - [`a502d47`](https://github.com/BeOnAuto/auto-engineer/commit/a502d472df528a1c5d53905898220c2a3a49d8a5) Thanks [@osamanar](https://github.com/osamanar)! -
78
+
79
+ - [`c96a70e`](https://github.com/BeOnAuto/auto-engineer/commit/c96a70e49f9f64213450d0b9840bc9a8b2b1d77d) Thanks [@osamanar](https://github.com/osamanar)! -
80
+
81
+ - [`4343bca`](https://github.com/BeOnAuto/auto-engineer/commit/4343bcaa2576703ae578fd9b7f5ec5b9776702a9) Thanks [@osamanar](https://github.com/osamanar)! -
82
+
83
+ - [`28ffce9`](https://github.com/BeOnAuto/auto-engineer/commit/28ffce9c8b95f0c3ca61728bd1f667fa9416d461) Thanks [@osamanar](https://github.com/osamanar)! -
84
+
85
+ - [`3fd5dbf`](https://github.com/BeOnAuto/auto-engineer/commit/3fd5dbfbfb4f7a5fe71ae53105b31a1b0f30f911) Thanks [@osamanar](https://github.com/osamanar)! -
86
+
87
+ ### Patch Changes
88
+
89
+ - [`41f3df3`](https://github.com/BeOnAuto/auto-engineer/commit/41f3df3025445ba92208c2b007b8e29a40489309) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **global**: version packages
90
+ - **global**: major refresh to all the docs
91
+
3
92
  ## 1.149.0
4
93
 
5
94
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@auto-engineer/release-automation",
3
- "version": "1.149.0",
3
+ "version": "1.152.0",
4
4
  "type": "module",
5
5
  "description": "Automated release management with changesets and conventional commits",
6
6
  "main": "./dist/src/index.js",