ace-handbook-integration-codex 0.3.6 → 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: 02a360a6c5cd80e7658e4a1d4a537d6cc1343d87992dba6c14a0a503e71a073f
4
- data.tar.gz: 58bbb5425b3d1d1c9ea72b6ea54a396876825646f476f59bf6e8449acd8e61f0
3
+ metadata.gz: 5d10fc3bdbe7b5823aba0958d679dc15c0ccfd1662f7bd30fe4de30f91d77240
4
+ data.tar.gz: c0219d1891a1b91ff938f884cc3426eba285c47a8f5b29412616c3a7387a3bb5
5
5
  SHA512:
6
- metadata.gz: 4235d15f2f01fc866b15eccdfd44dde8059707e420e75976a54a7e4f7c60f0e9dfd1bbd6c94392c787b2c8bbd3f8dd1b7bd93eee9915409942df852d0cab3f3b
7
- data.tar.gz: 416e84cc08995332dba8531dbf81689b9d246dc1aa67521898f547592885ebb03476820fec64374ed577298907d0288df5961a562ae91e66a60d6e62d81ea2d8
6
+ metadata.gz: 0a4682aa8d1fe1724a3184cdc6ef4da35020723b5e55ad21369f102c985ba36e95b34cb0952a9c0863d733ee5463016ded58b796bcba09fdbbefb0bb3bbc5175
7
+ data.tar.gz: 5f27df125800b345bb716cfb60e29ea264002b7a82a8a62a8205afd3689b395ea79d52c37ccc8f534dff797a68c277f1a12ba07b9d6a2713d7fddbe6ed0951d4
data/CHANGELOG.md CHANGED
@@ -4,6 +4,16 @@ All notable changes to ace-handbook-integration-codex will be documented in this
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [0.3.8] - 2026-06-30
8
+
9
+ ### Changed
10
+ - Clarified Codex integration documentation so `.codex/skills/` is described as an explicit `ace-handbook sync --provider codex` output, while plain sync uses `.agents/skills/`.
11
+
12
+ ## [0.3.7] - 2026-04-22
13
+
14
+ ### Technical
15
+ - **ace-handbook-integration-codex v0.3.7**: Bumped patch release to keep dependency constraints aligned with `ace-handbook v0.28.0`.
16
+
7
17
  ## [0.3.6] - 2026-04-13
8
18
 
9
19
  ### Changed
data/README.md CHANGED
@@ -15,11 +15,11 @@
15
15
  > Works with: Claude Code, Codex CLI, OpenCode, Gemini CLI, pi-agent, and more.
16
16
 
17
17
  [ace-handbook](../ace-handbook)
18
- `ace-handbook-integration-codex` maps canonical ACE handbook skills into Codex-compatible projection assets so that skill invocations from Codex CLI resolve correctly while keeping semantics unchanged from the definitions in [ace-handbook](../ace-handbook).
18
+ `ace-handbook-integration-codex` maps canonical ACE handbook skills into Codex-native projection assets when you explicitly run `ace-handbook sync --provider codex`, while keeping semantics unchanged from the definitions in [ace-handbook](../ace-handbook). Plain `ace-handbook sync` uses the neutral `.agents/skills/` projection.
19
19
 
20
20
  ## Use Cases
21
21
 
22
- **Run handbook workflows in Codex contexts** - keep the same behavior while using Codex-native execution entrypoints, so agents running under Codex CLI get the same skill intent as any other provider.
22
+ **Run handbook workflows in Codex-native contexts** - keep the same behavior while using Codex-native execution entrypoints when a project explicitly needs `.codex/skills/`.
23
23
 
24
24
  **Avoid duplication across providers** - update canonical skill definitions once in [ace-handbook](../ace-handbook) and generate Codex-specific projections automatically from shared contracts.
25
25
 
@@ -4,7 +4,7 @@ module Ace
4
4
  module Handbook
5
5
  module Integration
6
6
  module Codex
7
- VERSION = '0.3.6'
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-codex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
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-20 00:00:00.000000000 Z
10
+ date: 2026-06-30 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
  description: Codex-specific provider integration package that extends ace-handbook
27
27
  with provider manifests.
28
28
  email: