ace-handbook-integration-opencode 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: 594bf32626c83960b3f820c261c7bf82325d7db0594bf8edabf09970dd242bdd
4
- data.tar.gz: 40a51346f92dc504b6785b29d99adc0a6c197a5b8cfe9eab22ce2915d0fdc8ee
3
+ metadata.gz: af21d906cffcf01acda6d3ecedbeb2cc191fc6cc8a081136a5dc62eb476a5620
4
+ data.tar.gz: 63ccfefe13b5aca7558fdf3358caebc0f14044e1b2b60f9cbb67f158de95323c
5
5
  SHA512:
6
- metadata.gz: 6c3bb6e84772055a6ac8661df0ed68d507214396255a492a36de8e72405bdd7b61e99e1d28a6b7115d7d20946688694962f901f4c4730135011f39772df0860c
7
- data.tar.gz: b7a49a94930e8ddbb677f6d577c82829b3d20fe4b12e9240927132b64be7398c112ccff6595bf067eb95cfd200d642825e0a9c29f9491290d0a31bdaead391dc
6
+ metadata.gz: d9aff7f5d9cc72299a5149df7790df37854b36b17377cd55da13e51f448f81839e82181dfd7b74f24ffe8ab68dfb9c14287888e3c8dd8d00def826acef880e33
7
+ data.tar.gz: cc98d27516083f1fc33c7511f847eaf07ca96b53f91657c858d6817c9d2c6aa9ab0225be5e0eeda32c9f030f7ecabb9c270b73c3639e2682eb97bedd428cfa4c
data/CHANGELOG.md CHANGED
@@ -4,6 +4,22 @@ All notable changes to ace-handbook-integration-opencode will be documented in t
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [0.3.7] - 2026-04-22
8
+
9
+ ### Technical
10
+ - **ace-handbook-integration-opencode 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-opencode v0.3.6**: Published handbook and HITL migration release changes for OpenCode handbook integration.
16
+
17
+
18
+ ## [0.3.5] - 2026-04-11
19
+
20
+ ### Technical
21
+ - Migrated deterministic coverage into `test/fast/` and documented the package as fast-only (no `test/feat/` or `test/e2e/` layer).
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
  **Keep provider layers small** - isolate integration glue from core handbook behavior with a focused set of manifests and projection assets.
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-opencode`
38
+ - `ace-test ace-handbook-integration-opencode 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 Opencode
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-opencode
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: OpenCode-specific provider integration package that extends ace-handbook
27
27
  with provider manifests.
28
28
  email: