@auto-engineer/id 1.157.0 → 1.158.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.
- package/.turbo/turbo-build.log +1 -1
- package/.turbo/turbo-test.log +3 -3
- package/.turbo/turbo-type-check.log +1 -1
- package/CHANGELOG.md +65 -0
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @auto-engineer/id@1.
|
|
2
|
+
> @auto-engineer/id@1.157.0 test /home/runner/work/auto-engineer/auto-engineer/packages/id
|
|
3
3
|
> vitest run --reporter=dot
|
|
4
4
|
|
|
5
5
|
|
|
@@ -9,6 +9,6 @@
|
|
|
9
9
|
|
|
10
10
|
[2m Test Files [22m [1m[32m1 passed[39m[22m[90m (1)[39m
|
|
11
11
|
[2m Tests [22m [1m[32m2 passed[39m[22m[90m (2)[39m
|
|
12
|
-
[2m Start at [22m
|
|
13
|
-
[2m Duration [22m 1.76s[2m (transform
|
|
12
|
+
[2m Start at [22m 13:14:20
|
|
13
|
+
[2m Duration [22m 1.76s[2m (transform 287ms, setup 0ms, collect 302ms, tests 57ms, environment 0ms, prepare 537ms)[22m
|
|
14
14
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,70 @@
|
|
|
1
1
|
# @auto-engineer/id
|
|
2
2
|
|
|
3
|
+
## 1.158.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`c2751fd`](https://github.com/BeOnAuto/auto-engineer/commit/c2751fdf0469e7ba99a31c5476b57bcc7d456ee3) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added ModelLevelRegistry with actor() and entity() DSL functions for defining domain models in narratives
|
|
8
|
+
|
|
9
|
+
- [`d970e0e`](https://github.com/BeOnAuto/auto-engineer/commit/d970e0e20a5094318c72033111bfa7d27e242574) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added configuration read and write support for .auto-agent.json in the agent CLI
|
|
10
|
+
|
|
11
|
+
- [`ed943ed`](https://github.com/BeOnAuto/auto-engineer/commit/ed943ed703ecf0e075f790443878a59b7d8154ef) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added Actor, Entity, and Impact schemas for describing domain-level metadata in narrative models
|
|
12
|
+
- Added optional actors, entities, assumptions, and requirements fields to the root model schema
|
|
13
|
+
- All changes are backward compatible with existing models
|
|
14
|
+
|
|
15
|
+
- [`7adc15b`](https://github.com/BeOnAuto/auto-engineer/commit/7adc15bec50b93963ebf8901389d8b6615a84598) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added narrative() DSL function that accepts a config object for defining narrative structures
|
|
16
|
+
|
|
17
|
+
- [`d913b67`](https://github.com/BeOnAuto/auto-engineer/commit/d913b67ccecf1bb696d0515c98c592fd8467ca9c) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added metadata file generation containing narrative blocks and model metadata during the narrative build process
|
|
18
|
+
|
|
19
|
+
- [`d23a183`](https://github.com/BeOnAuto/auto-engineer/commit/d23a183d88da2bad44ed8a8f77ef15a98ab42e7c) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added initiator field to moments, allowing tracking of which actor or system triggers each moment in a narrative
|
|
20
|
+
|
|
21
|
+
- [`7052494`](https://github.com/BeOnAuto/auto-engineer/commit/705249460aa17808a99eb3011513386bb6b988be) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added new DSL functions for building narratives including actor, entity, assumptions, requirements, and narrative configuration
|
|
22
|
+
- Registry is now automatically cleared before executing an AST to ensure clean state
|
|
23
|
+
|
|
24
|
+
- [`e5caf9d`](https://github.com/BeOnAuto/auto-engineer/commit/e5caf9d21ab82fc88b23035db92b4ae2f49dd0ed) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **react-gen**: add autoresearch loop for iterative UI quality improvement
|
|
25
|
+
- **react-gen**: add LLM prompt improver for autoresearch loop
|
|
26
|
+
- **react-gen**: add LLM screenshot evaluator for visual quality scoring
|
|
27
|
+
- **react-gen**: add screenshot utility for route-based captures
|
|
28
|
+
- **react-gen**: add e2e-generate script (prompt → app)
|
|
29
|
+
|
|
30
|
+
- [`e1db6f0`](https://github.com/BeOnAuto/auto-engineer/commit/e1db6f0c2f75d07b9793d9789f07fc5d36278740) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added metadata AST builders for narrative definitions
|
|
31
|
+
- Updated flow function names for improved clarity
|
|
32
|
+
|
|
33
|
+
- [`43107c3`](https://github.com/BeOnAuto/auto-engineer/commit/43107c359ab24ff32161ca2b7d66481a53c7e3dd) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added assumptions() and requirements() DSL functions with 2-level dispatch for defining narrative constraints
|
|
34
|
+
|
|
35
|
+
- [`2d83435`](https://github.com/BeOnAuto/auto-engineer/commit/2d83435b835df34e039407619449db11d9dd0b24) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added metadata fields (title, description, status, version, tags) to Narrative and Scene schemas
|
|
36
|
+
- Extended planning schemas with new metadata support for better organization and tracking
|
|
37
|
+
|
|
38
|
+
- [`8fa6d76`](https://github.com/BeOnAuto/auto-engineer/commit/8fa6d762ce80849c389b78281a60bc789035d47b) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added metadata fields (title, description, author, version, tags) to Narrative, Scene, and planning schemas
|
|
39
|
+
- Skipped type-checking for react-gen-json-render package to work around TypeScript recursion depth error
|
|
40
|
+
|
|
41
|
+
- [`fd6a5af`](https://github.com/BeOnAuto/auto-engineer/commit/fd6a5af83fb6b81bb24612cf06f7c2bb1aa51db7) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added code generation support for stream, initiator, and via fields in buildMoment output
|
|
42
|
+
|
|
43
|
+
- [`7387c91`](https://github.com/BeOnAuto/auto-engineer/commit/7387c91992e9ceeda397dbec323c3b52baccadf7) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added scene-level assumptions and requirements output during flow generation
|
|
44
|
+
|
|
45
|
+
- [`6618456`](https://github.com/BeOnAuto/auto-engineer/commit/6618456731254b3dec28a86582862ad235bb7a42) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed type safety in spec assembly and wired model metadata with narrative definitions
|
|
46
|
+
|
|
47
|
+
### Patch Changes
|
|
48
|
+
|
|
49
|
+
- [`51cf932`](https://github.com/BeOnAuto/auto-engineer/commit/51cf932a2b146c400c1276133f243f6d55443b94) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Updated the narrative ketchup plan with remaining bursts to complete
|
|
50
|
+
|
|
51
|
+
- [`5112f10`](https://github.com/BeOnAuto/auto-engineer/commit/5112f10b4a78717f695c7fb7dd437b90255ba0af) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added ketchup plan outlining upcoming work for model schema, DSL, and transformers
|
|
52
|
+
|
|
53
|
+
- [`daf95e0`](https://github.com/BeOnAuto/auto-engineer/commit/daf95e06954a5c870e43cc262694bf9d5e02cabf) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Updated narrative plan to mark all bursts as completed
|
|
54
|
+
|
|
55
|
+
- [`d107f75`](https://github.com/BeOnAuto/auto-engineer/commit/d107f753a0bdff13b4372251e02a2109490d8b57) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added round-trip verification test ensuring DSL-to-scenes-to-model conversion preserves narrative structure
|
|
56
|
+
|
|
57
|
+
- [`d7cacb3`](https://github.com/BeOnAuto/auto-engineer/commit/d7cacb3c488a1b620875fdcd5e801ea7960fcbb9) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added new agent-cli package with Commander.js-based command-line entry point
|
|
58
|
+
|
|
59
|
+
- [`b5b201e`](https://github.com/BeOnAuto/auto-engineer/commit/b5b201e56a0079413064540a43b34146972c4b43) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed build out-of-memory errors in the react-gen-json-render package
|
|
60
|
+
- Resolved implicit any type errors to improve build reliability
|
|
61
|
+
|
|
62
|
+
- [`94825ba`](https://github.com/BeOnAuto/auto-engineer/commit/94825ba3414022799f8b12c41a13a015234110c8) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed dependency linking in the typical-example package for compatibility with changesets
|
|
63
|
+
|
|
64
|
+
- [`b1254c0`](https://github.com/BeOnAuto/auto-engineer/commit/b1254c050afbf8e2a880bce2b7d9bcd62557b0f1) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Removed outdated changeset configuration referencing packages that no longer exist
|
|
65
|
+
|
|
66
|
+
- [`4279d24`](https://github.com/BeOnAuto/auto-engineer/commit/4279d24240473a2b38c5cdc225a7d4765203cae5) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Improved build performance for react-gen-json-render by skipping type checking during compilation
|
|
67
|
+
|
|
3
68
|
## 1.157.0
|
|
4
69
|
|
|
5
70
|
### Minor Changes
|