ace-handbook-integration-opencode 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 +4 -4
- data/CHANGELOG.md +11 -0
- data/README.md +12 -0
- data/lib/ace/handbook/integration/opencode/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5f795a4432be520014e1516633c70ddf0f97802e77d464030088850e768cc843
|
|
4
|
+
data.tar.gz: 8e369e2993a0f3e37888d5271018135d72d2c2472fb1e2d7c54e66eb3324d6dc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ed83a06841365d096c5f348cc4666474a45174f962502825dfc48cc125b525fa086b0195f56b931609ca9a1e40c25fa86eb804d80ab97bc7ffbe7aeeba6f6f9e
|
|
7
|
+
data.tar.gz: 34c01d1f2a350f75f8500e2798a7ea4698f3682d009be7c43ab4021f63072daab53e891f093abce9c5a603eaf8cf32aed306befa6e7a00452c27f57a52b564e8
|
data/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,17 @@ All notable changes to ace-handbook-integration-opencode will be documented in t
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
|
|
7
|
+
## [0.3.6] - 2026-04-13
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
- **ace-handbook-integration-opencode v0.3.6**: Published handbook and HITL migration release changes for OpenCode handbook integration.
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
## [0.3.5] - 2026-04-11
|
|
14
|
+
|
|
15
|
+
### Technical
|
|
16
|
+
- Migrated deterministic coverage into `test/fast/` and documented the package as fast-only (no `test/feat/` or `test/e2e/` layer).
|
|
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
|
**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)
|
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
|
+
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-
|
|
10
|
+
date: 2026-04-20 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: ace-handbook
|