ace-compressor 0.24.7 → 0.25.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c46b4cab47deb8e1a3287e8bedb9e57d84363fc1ccfe5539740df6b962fecb71
4
- data.tar.gz: e5a2fbd022f5d9c4c407dd0b017981b991ffddb8333bc3631a08e0f69d95d828
3
+ metadata.gz: e79568fe8ddf94dbf5b0e210f44dd3621d4fe0dade5587c1847cecc916476797
4
+ data.tar.gz: bc96aa51614ecf1e49dc5be65f6f3c0c93fcc34c8f80f509bbef80b341171c54
5
5
  SHA512:
6
- metadata.gz: a4f3461475cefae66b44867148a8bdc47377e2532439f05b9f2c46c9676aa39f1b7b7675cb55e7fce9fd136605b410c0d5c2e8ca2e8b9e6a2e3cbb6305773e7a
7
- data.tar.gz: 0e5be68f63714ba0f641379d5c3ec3829e977372250b1af5d0670699e91fc901912f13ef82b283885b34a5759be0938a3cfbb11a4e2a0638aa8c7a834defd0ae
6
+ metadata.gz: b9d81843c5b7218b8915ecbcf1b54f46ab53aa5f92e9321dd21034c2893a27acc80acf4dbdc480473266a664e63a218bfc9b3c75374bea3d525eb2fbefc06d85
7
+ data.tar.gz: dcf3204c8a21fc1ccb9fc2d856408741f92113a63f1558d39891514907ce1d1de41b9dd0a67c97ad86ef55c8f7f58b426388b4d23e28a36142f729795d34a01f
data/CHANGELOG.md CHANGED
@@ -4,6 +4,34 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [0.25.1] - 2026-04-16
8
+
9
+ ### Technical
10
+ - Updated `TS-COMP-001` sandbox setup to source `mise.toml` from `${ACE_E2E_SOURCE_ROOT:-$PROJECT_ROOT_PATH}` so public-surface smoke runs remain compatible with the shared E2E sandbox contract.
11
+
12
+ ## [0.25.0] - 2026-04-14
13
+
14
+ ### Changed
15
+ - Rewrote `TS-COMP-001` around public-surface goal-style contracts by preserving core smoke journeys, replacing brittle compact-refusal fixture behavior, and adding documented `--mode agent` and `benchmark` smoke goals.
16
+
17
+ ### Technical
18
+ - Updated scenario manifests, decision records, and verification criteria to align with impact-first E2E evidence while keeping package test coverage references current.
19
+
20
+ ## [0.24.9] - 2026-04-13
21
+
22
+ ### Changed
23
+ - Completed the batch i05 migration follow-through for this package and aligned it with the restarted `fast` / `feat` / `e2e` verification model.
24
+
25
+ ### Technical
26
+ - Included in the coordinated assignment-driven patch release for batch i05 package updates.
27
+
28
+
29
+ ## [0.24.8] - 2026-04-12
30
+
31
+ ### Technical
32
+ - Migrated deterministic package tests from `test/{atoms,commands,molecules,organisms}` to `test/fast/...` and updated relative test helper loading for the new layout.
33
+ - Refreshed `TS-COMP-001` E2E scenario metadata and verifier checks to align smoke contracts with the fast/feat/e2e model, including guarded sandbox setup when `mise.toml` is absent.
34
+
7
35
  ## [0.24.7] - 2026-04-01
8
36
 
9
37
  ### Fixed
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Ace
4
4
  module Compressor
5
- VERSION = '0.24.7'
5
+ VERSION = '0.25.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ace-compressor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.7
4
+ version: 0.25.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michal Czyz
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2026-04-01 00:00:00.000000000 Z
10
+ date: 2026-04-20 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: ace-support-config