@cementic/cementic-test 0.2.11 → 0.2.13
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/README.md +7 -0
- package/dist/cli.js +1043 -70
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -365,6 +365,13 @@ And start automating.
|
|
|
365
365
|
|
|
366
366
|
## Changelog
|
|
367
367
|
|
|
368
|
+
### v0.2.12
|
|
369
|
+
|
|
370
|
+
- made both AI generation paths intent-first so markdown and capture-based scenario generation follow the same scope and presence-only rules
|
|
371
|
+
- tightened capture-based scenario generation to preserve presence-only checks as visibility assertions, honor intent-based selector fallback, and avoid generic `'value'` placeholders
|
|
372
|
+
- added regression coverage for the new markdown prompt contract and capture-path intent enforcement
|
|
373
|
+
- breaking change: none
|
|
374
|
+
|
|
368
375
|
### v0.2.11
|
|
369
376
|
|
|
370
377
|
- AI no longer writes `'value'` as a step input and now prefers matching `CT_VAR_*` references or `test-{fieldname}` fallbacks
|