ace-handbook-integration-claude 0.3.5 → 0.3.8

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: d6db40457cd467109ef22e26baee9d432f9abbe9bfb028cc0d1ff1008ec61025
4
+ data.tar.gz: df8abc514c935c3388f992aa2697b369a93beec48b3bc9ba2448592349685d1a
5
5
  SHA512:
6
- metadata.gz: 9d66c7d300dc30246aa9a87cc7f81476e94a9bfb25ec8148ddaaa5afbf6525b99a597d1a6b31e4642b7780f37d9c12181f5b2d5233012882c2f159c0ee4968af
7
- data.tar.gz: 737de6dee58d04a15fabe35989583d5899765c675da9fe987c2dd51e653393b7f24acb45c761de49a736af5c0638c10904cd20c208c6210d7af4bd5823fc3cb3
6
+ metadata.gz: 19249ff7f72d46808034be6805394eec2213ad696c7c5b9399fefd356f51a34ebdbf61beec3271bd97959c4fe078dccb5d9af8b0c24cfeb3d1b9087344e3977b
7
+ data.tar.gz: 5c19c4f0ec3cc7dd5cef79ab6db34cf9986e194f88106a54a4d332a9b06d3eac988c3e215fd5be0c1603914d7ef55fdf7d3e02f25e96d3532efac5f930d65754
data/CHANGELOG.md CHANGED
@@ -4,6 +4,22 @@ All notable changes to ace-handbook-integration-claude will be documented in thi
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [0.3.8] - 2026-04-22
8
+
9
+ ### Technical
10
+ - **ace-handbook-integration-claude v0.3.8**: Bumped patch release to keep dependency constraints aligned with `ace-handbook v0.28.0`.
11
+
12
+ ## [0.3.7] - 2026-04-13
13
+
14
+ ### Changed
15
+ - **ace-handbook-integration-claude v0.3.7**: Published handbook and HITL migration release changes for Claude handbook integration.
16
+
17
+
18
+ ## [0.3.6] - 2026-04-11
19
+
20
+ ### Technical
21
+ - Migrated deterministic package tests to `test/fast/` and documented the fast-only test contract in the package README.
22
+
7
23
  ## [0.3.5] - 2026-03-29
8
24
 
9
25
  ### 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.8'
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.8
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
  - !ruby/object:Gem::Dependency
27
27
  name: bundler
28
28
  requirement: !ruby/object:Gem::Requirement