@7n/rules 1.49.17 → 1.49.18

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.49.18] - 2026-07-27
4
+
5
+ ### Fixed
6
+
7
+ - Preserve independently verified coverage test batches through concern rollback
8
+
3
9
  ## [1.49.17] - 2026-07-27
4
10
 
5
11
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@7n/rules",
3
- "version": "1.49.17",
3
+ "version": "1.49.18",
4
4
  "description": "CLI еталонних правил і skills (префікс n-): синк у репозиторій, дельта-lint, конформність",
5
5
  "keywords": [
6
6
  "cli",
@@ -16,8 +16,9 @@
16
16
  *
17
17
  * Fix-hooks опційні в контракті провайдера — перевірка через `typeof`
18
18
  * (assert порту вимагає лише detect/collect/collectPerFile). Хуки отримують
19
- * FixContext-поля (model/tier/timeoutMs/recordWrite/chain/signal/feedback);
20
- * recordWrite прокидається до кожного місця запису (rollback-контракт ladder-а).
19
+ * FixContext-поля (model/tier/timeoutMs/recordWrite/recordDurableWrite/chain/signal/feedback);
20
+ * обидва write-guard-и прокидаються до кожного hook-а: durable доступний лише
21
+ * coverage provider-у для independently verified mutation batch-а.
21
22
  * Coverage-specific cloud rung дає survived-mutant agent batch повний budget:
22
23
  * outer runner backstop лишається ×1.25. Один survived batch стартує за rung;
23
24
  * решта є deferred telemetry, а не timeout/no-op failure.