ace-handbook-integration-pi 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: 48a9beadad0250f8b1dcd4eb921531019f489f902406f9ee1b8fac2422e3185e
4
- data.tar.gz: 5e68121524b897103dc0517f990a7300b54f7a0f5ac91f4ce32ccac81f952d77
3
+ metadata.gz: 9bf2de172841d718b3c245c47efae145df2a8e9e6d76e438266e939521f9b25b
4
+ data.tar.gz: 1fdafd115e0ccc579673a83172076bead49aac093f31aa55bc5a0880fb36ad83
5
5
  SHA512:
6
- metadata.gz: fe1de6b88482255c9aca731f9c361d32b636e1278e918bfd54dcb6a324a53ab603b46e455cb9429d95e6ba48fc3b879a26bec93575bece24b69e4adf5f3e38aa
7
- data.tar.gz: 85e3d02f21d94ef70df6b11eac418ba3bcf49f63c7807a975172352b4104806d0b0fff256c3e21f4021f4d8ad8b49c976bd7bcee5a765caa24370e5ca48fff7f
6
+ metadata.gz: b499f07f48818ba4eb397d32973f56c7913d9ea1054024b45e0d60b6f15edd5502f40f20707574975fb49aed21203c357049662d98878e01dcb5a9fa3515cbec
7
+ data.tar.gz: 14260122efa6e7b4a8aa4986ad9f2847425c1a03fc4e88d3ed8b37eeb904ab5efd737b3b83e00c08cdcba2655148ac18c5f77eb3a576b24488709233341c8198
data/CHANGELOG.md CHANGED
@@ -4,6 +4,22 @@ All notable changes to ace-handbook-integration-pi will be documented in this fi
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [0.3.7] - 2026-04-13
8
+
9
+ ### Changed
10
+ - **ace-handbook-integration-pi v0.3.7**: Published handbook and HITL migration release changes for PI handbook integration.
11
+
12
+
13
+ ## [0.3.6] - 2026-04-11
14
+
15
+ ### Technical
16
+ - Migrated deterministic coverage to `test/fast/` and documented `ace-handbook-integration-pi` as a fast-only package (no `test/feat/` or `test/e2e/` layer).
17
+
18
+ ## [0.3.5] - 2026-03-29
19
+
20
+ ### Technical
21
+ - Updated the `ace-handbook` runtime dependency range from `~> 0.21` to `~> 0.22` to follow the new handbook minor release.
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
  **Enable incremental provider onboarding** - add or update PI support independently of core ACE changes, maintaining a focused provider shim layer.
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-pi`
38
+ - `ace-test ace-handbook-integration-pi 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 Pi
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-pi
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-03-29 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
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: '0.21'
18
+ version: '0.22'
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.21'
25
+ version: '0.22'
26
26
  description: PI-specific provider integration package that extends ace-handbook with
27
27
  provider manifests.
28
28
  email: