ace-handbook-integration-codex 0.3.7 → 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 +4 -4
- data/CHANGELOG.md +5 -0
- data/README.md +2 -2
- data/lib/ace/handbook/integration/codex/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5d10fc3bdbe7b5823aba0958d679dc15c0ccfd1662f7bd30fe4de30f91d77240
|
|
4
|
+
data.tar.gz: c0219d1891a1b91ff938f884cc3426eba285c47a8f5b29412616c3a7387a3bb5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0a4682aa8d1fe1724a3184cdc6ef4da35020723b5e55ad21369f102c985ba36e95b34cb0952a9c0863d733ee5463016ded58b796bcba09fdbbefb0bb3bbc5175
|
|
7
|
+
data.tar.gz: 5f27df125800b345bb716cfb60e29ea264002b7a82a8a62a8205afd3689b395ea79d52c37ccc8f534dff797a68c277f1a12ba07b9d6a2713d7fddbe6ed0951d4
|
data/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,11 @@ 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
|
+
|
|
7
12
|
## [0.3.7] - 2026-04-22
|
|
8
13
|
|
|
9
14
|
### Technical
|
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-
|
|
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
|
|
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
|
|
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
|
+
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-
|
|
10
|
+
date: 2026-06-30 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: ace-handbook
|