ace-handbook-integration-gemini 0.3.4 → 0.3.6

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: 2372891fac45ed24096bb06d91a0e7d3a01dfa47a443c57b8bfa7fadf9f841e5
4
+ data.tar.gz: 7263507ec4412ac39d7e4c23c9f49484d461a3cb8be81cf0767c1442bf91cbc5
5
5
  SHA512:
6
- metadata.gz: 8456bade260127316c6170ca6857eb1a81b3f4fd7b6ead35b028ca94ac9c16d061669469e4611c15d093d67c88e7530f7589d4d532d80e465af2cc739697113a
7
- data.tar.gz: d0d07fd53248b96b8eb84433fa9c0fd33b187b727fbe924bc10eb86a09db5424fb8d428b238320a429a50a8ab5500898f6fbf5bae7448f459c45bd330d75a88d
6
+ metadata.gz: e220d580f9ed0bd0f713489be08bce19214d909ca10a9bd8dd566f95374817198328ff31c0ccc96ede7f085fd87634c1da53793542429c97e25044fa4d48f933
7
+ data.tar.gz: 262e80e5b2fcadcb8656f2cfd39348ae15d9221c082c9a3680485191599582832751c1d23af915d3c8218fac134a32163f6b363099e918cf4c265a1646299378
data/CHANGELOG.md CHANGED
@@ -4,6 +4,17 @@ All notable changes to ace-handbook-integration-gemini will be documented in thi
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [0.3.6] - 2026-04-13
8
+
9
+ ### Changed
10
+ - **ace-handbook-integration-gemini v0.3.6**: Published handbook and HITL migration release changes for Gemini handbook integration.
11
+
12
+
13
+ ## [0.3.5] - 2026-04-11
14
+
15
+ ### Technical
16
+ - Migrated deterministic coverage to `test/fast/` and documented the package as fast-only with explicit `ace-test` verification commands.
17
+
7
18
  ## [0.3.4] - 2026-03-29
8
19
 
9
20
  ### 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.6'
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.6
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-handbook