ace-handbook-integration-codex 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 172183c8f685cb063b2b5f889d66f6c696e9cf15591f4b32702a69a202a92e0b
4
- data.tar.gz: d5c54636063c626bfb0a2195ca97141e9a03a2afdd4e3b499807b8a22bb90464
3
+ metadata.gz: 02a360a6c5cd80e7658e4a1d4a537d6cc1343d87992dba6c14a0a503e71a073f
4
+ data.tar.gz: 58bbb5425b3d1d1c9ea72b6ea54a396876825646f476f59bf6e8449acd8e61f0
5
5
  SHA512:
6
- metadata.gz: d922fb91d270cc56ea73dc343a007e36a8e224d1062211d025683c53373b7867fa3f04d50297226a54b5708b7f1e8cf19cc38227b3c744c882192968426253ff
7
- data.tar.gz: 602c2330ec555ad5aba99651b4ba326b4931bd4eb5fbbdc43a8cac448d8c53ce70e2c75818a99ef3e1a312507c7fcade09f73a60b4048cd20c5c79bd8f8a39d5
6
+ metadata.gz: 4235d15f2f01fc866b15eccdfd44dde8059707e420e75976a54a7e4f7c60f0e9dfd1bbd6c94392c787b2c8bbd3f8dd1b7bd93eee9915409942df852d0cab3f3b
7
+ data.tar.gz: 416e84cc08995332dba8531dbf81689b9d246dc1aa67521898f547592885ebb03476820fec64374ed577298907d0288df5961a562ae91e66a60d6e62d81ea2d8
data/CHANGELOG.md CHANGED
@@ -4,6 +4,17 @@ All notable changes to ace-handbook-integration-codex will be documented in this
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [0.3.6] - 2026-04-13
8
+
9
+ ### Changed
10
+ - **ace-handbook-integration-codex v0.3.6**: Published handbook and HITL migration release changes for Codex handbook integration.
11
+
12
+
13
+ ## [0.3.5] - 2026-04-11
14
+
15
+ ### Technical
16
+ - Migrated deterministic test coverage to `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 integration delivery minimal** - maintain a focused provider shim layer with only the manifests and projection assets needed for Codex compatibility.
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-codex`
38
+ - `ace-test ace-handbook-integration-codex 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 Codex
7
- VERSION = '0.3.4'
7
+ VERSION = '0.3.6'
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-codex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
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-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