ace-compressor 0.24.4 → 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: 9c5c32d803e011a77e76b12b3df08c66a3c5077498108cd0ed092ae4eac3f8ea
4
- data.tar.gz: 6d3626f8284e087237f43cb676513ccf905aa7055ff868e94f552b2dc279985f
3
+ metadata.gz: e79568fe8ddf94dbf5b0e210f44dd3621d4fe0dade5587c1847cecc916476797
4
+ data.tar.gz: bc96aa51614ecf1e49dc5be65f6f3c0c93fcc34c8f80f509bbef80b341171c54
5
5
  SHA512:
6
- metadata.gz: b1973f822f9db3c7cbe2fe5290f5635d2638f67d0e4da625c4aa5e4b90726fdea4cf2e44f6c7025ad87f32a805a5a46350c99f34b9d19ffd27ac35cdbaa51867
7
- data.tar.gz: 78a5465c9c7cb92454de86b9e86a0038332b7964f5dec729ff6ad206ba16fa9cefbeee6fded6ddb89d6d11e2af6ed3f6d82f6c6ddfbba2bcfcc411ee3b1e18cb
6
+ metadata.gz: b9d81843c5b7218b8915ecbcf1b54f46ab53aa5f92e9321dd21034c2893a27acc80acf4dbdc480473266a664e63a218bfc9b3c75374bea3d525eb2fbefc06d85
7
+ data.tar.gz: dcf3204c8a21fc1ccb9fc2d856408741f92113a63f1558d39891514907ce1d1de41b9dd0a67c97ad86ef55c8f7f58b426388b4d23e28a36142f729795d34a01f
@@ -5,7 +5,7 @@ shared_cache_dir: ~/.ace/cache/compressor
5
5
  shared_cache_scope: workflow_only
6
6
 
7
7
  # Model alias or provider:model used for agent-mode prompt minification.
8
- agent_model: glite
8
+ agent_model: role:compressor
9
9
 
10
10
  # Template resource used to compose the agent-mode system prompt via ace-bundle.
11
11
  agent_template_uri: tmpl://agent/minify-single-source
data/CHANGELOG.md CHANGED
@@ -4,6 +4,50 @@ 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
+
35
+ ## [0.24.7] - 2026-04-01
36
+
37
+ ### Fixed
38
+ - Embedded concrete rule-heavy fixture content in TC-004 E2E runner so policy classifier reliably triggers refusal.
39
+
40
+ ## [0.24.6] - 2026-03-31
41
+
42
+ ### Changed
43
+ - Role-based compression defaults.
44
+
45
+ ## [0.24.5] - 2026-03-29
46
+
47
+ ### Changed
48
+ - Role-based compressor model default.
49
+
50
+
7
51
  ## [0.24.4] - 2026-03-29
8
52
 
9
53
  ### Technical
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Ace
4
4
  module Compressor
5
- VERSION = '0.24.4'
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.4
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-03-29 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