ace-handbook-integration-gemini 0.3.4 → 0.3.7

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: 92694de00ec2473f889882695a1bd269e03a62f0a5e760a2ba5f2722c5130970
4
- data.tar.gz: d70c693de827f2c3a9ef6e9bc0a7bbd9c8649b97593c0eabb2cfdf2ef00cc3dc
3
+ metadata.gz: 6ea1ba6667c552054c313fb71ee353890b914f8034cf89e17ee231c23c9aae89
4
+ data.tar.gz: 00bfc2e030635f504564d6e0adbd270dfb083cb8a15a90bc4c634de339eb1b41
5
5
  SHA512:
6
- metadata.gz: 8456bade260127316c6170ca6857eb1a81b3f4fd7b6ead35b028ca94ac9c16d061669469e4611c15d093d67c88e7530f7589d4d532d80e465af2cc739697113a
7
- data.tar.gz: d0d07fd53248b96b8eb84433fa9c0fd33b187b727fbe924bc10eb86a09db5424fb8d428b238320a429a50a8ab5500898f6fbf5bae7448f459c45bd330d75a88d
6
+ metadata.gz: 36a18aef4b31595700e99ab7a0581a88895ff919e793d60c0ddf6117bebbec0c1ba866f024e8348c5d990fd0f7e77eb55640e235a0225ac78662af80bf2031af
7
+ data.tar.gz: fdea7e6f9bf3ceedbe63d442bb6ee8c4f40ca05df0b62f822dacb8120648c1e617669b95dfbedd894abb7a24cf5aa9347fde7c50095bc8019e0b2b67c7644262
data/CHANGELOG.md CHANGED
@@ -4,6 +4,22 @@ All notable changes to ace-handbook-integration-gemini will be documented in thi
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [0.3.7] - 2026-04-22
8
+
9
+ ### Technical
10
+ - **ace-handbook-integration-gemini v0.3.7**: Bumped patch release to keep dependency constraints aligned with `ace-handbook v0.28.0`.
11
+
12
+ ## [0.3.6] - 2026-04-13
13
+
14
+ ### Changed
15
+ - **ace-handbook-integration-gemini v0.3.6**: Published handbook and HITL migration release changes for Gemini handbook integration.
16
+
17
+
18
+ ## [0.3.5] - 2026-04-11
19
+
20
+ ### Technical
21
+ - Migrated deterministic coverage to `test/fast/` and documented the package as fast-only with explicit `ace-test` verification commands.
22
+
7
23
  ## [0.3.4] - 2026-03-29
8
24
 
9
25
  ### Technical
data/README.md CHANGED
@@ -25,6 +25,18 @@
25
25
 
26
26
  **Ship lean provider packs** - support only the provider shims and manifests needed for Gemini compatibility, keeping integration scope minimal.
27
27
 
28
+ ## Testing
29
+
30
+ This package is **fast-only** in the ACE testing model.
31
+
32
+ - Deterministic test coverage lives under `test/fast/`.
33
+ - This migration does not introduce `test/feat/` or `test/e2e/` for this package.
34
+
35
+ Verification commands:
36
+
37
+ - `ace-test ace-handbook-integration-gemini`
38
+ - `ace-test ace-handbook-integration-gemini all`
39
+
28
40
  ---
29
41
 
30
42
  Part of [ACE](https://github.com/cs3b/ace)
@@ -4,7 +4,7 @@ module Ace
4
4
  module Handbook
5
5
  module Integration
6
6
  module Gemini
7
- VERSION = '0.3.4'
7
+ VERSION = '0.3.7'
8
8
  end
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ace-handbook-integration-gemini
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.7
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-26 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: ace-handbook
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: '0.22'
18
+ version: '0.28'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: '0.22'
25
+ version: '0.28'
26
26
  description: Gemini-specific provider integration package that extends ace-handbook
27
27
  with provider manifests.
28
28
  email: