ace-handbook-integration-claude 0.3.5 → 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: b9e61f95720c4a245da02c9ac2e3b350bdf7c923f30ca01bbd3c36b0859328d9
4
- data.tar.gz: 12d9ddb5df29b409918652df9b07c69c0e8b8a7317d3b658644ba4e8e3c295fd
3
+ metadata.gz: d0322fa738bc28a382cef7dc366f3c911383eedc5966d639d75a8c03b355a666
4
+ data.tar.gz: 0c0a0727b6a5dcc2a0ad5952bdb7393c6263236bde5ac2e17bfc8168a7c36848
5
5
  SHA512:
6
- metadata.gz: 9d66c7d300dc30246aa9a87cc7f81476e94a9bfb25ec8148ddaaa5afbf6525b99a597d1a6b31e4642b7780f37d9c12181f5b2d5233012882c2f159c0ee4968af
7
- data.tar.gz: 737de6dee58d04a15fabe35989583d5899765c675da9fe987c2dd51e653393b7f24acb45c761de49a736af5c0638c10904cd20c208c6210d7af4bd5823fc3cb3
6
+ metadata.gz: f430569b2b27e2404576d5caab1773b381394dcdf9bd4a3d6c5fce52ba01493464e3d32e42b22d98f411a52a13c953ae0d41fb2d9420dfae19f86daa4d3b97ba
7
+ data.tar.gz: 5887024241c6fc694742a14191c504977d106cd70f461879eee7d8c272ad48527cf8ececc7dae00ae05b68b3df244286ff0ee60447172353c111caa50363c2f5
data/CHANGELOG.md CHANGED
@@ -4,6 +4,17 @@ All notable changes to ace-handbook-integration-claude will be documented in thi
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [0.3.7] - 2026-04-13
8
+
9
+ ### Changed
10
+ - **ace-handbook-integration-claude v0.3.7**: Published handbook and HITL migration release changes for Claude handbook integration.
11
+
12
+
13
+ ## [0.3.6] - 2026-04-11
14
+
15
+ ### Technical
16
+ - Migrated deterministic package tests to `test/fast/` and documented the fast-only test contract in the package README.
17
+
7
18
  ## [0.3.5] - 2026-03-29
8
19
 
9
20
  ### Technical
data/README.md CHANGED
@@ -25,6 +25,18 @@
25
25
 
26
26
  **Standardize cross-provider behavior** - preserve shared conventions while adapting to Claude Code's command surface, ensuring the same skill intent works across all supported providers.
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-claude`
38
+ - `ace-test ace-handbook-integration-claude 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 Claude
7
- VERSION = '0.3.5'
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-claude
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.5
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-20 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: ace-handbook