Skip to content

Commit 2a03159

Browse files
committed
Bump Codex package to 0.5.0
1 parent 259cff8 commit 2a03159

4 files changed

Lines changed: 25 additions & 4 deletions

File tree

.codex/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ Current package version:
1212
explicit publish operations.
1313

1414
Current status:
15-
- The package version is `v0.4.7`.
15+
- The package version is `v0.5.0`.
16+
- `v0.5.0` adds strict `.env*` protection, fail-closed manifest ownership and
17+
installer transactions, backward-compatible uninstall parsing, Codex-native
18+
skill QA, and documented path-rule enforcement limitations.
1619
- `v0.4.7` hardens resume lane selection, validates Codex-native optional
1720
`gen-asset` cores and ACTIVE/STUB profiles, and keeps that project-local skill
1821
trackable without adding it to package ownership.

.codex/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.7
1+
0.5.0

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
- Nothing yet.
6+
7+
## v0.5.0 - 2026-07-12
8+
59
- Added strict root and nested `.env*` filesystem denies with regression
610
validation and documented template-name compatibility.
711
- Made install and uninstall manifest-owned and fail closed: all 38 test assets

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Codex Game Studios turns a game repository into a Codex-native indie studio
44
workflow: 49 role agents, 77 repo-local skills, verification-first handoffs, and
55
Godot-first production guidance for small teams building playable slices.
66

7-
Current package version: `0.4.7`.
7+
Current package version: `0.5.0`.
88

99
This project is an unofficial Codex-native port of
1010
[Donchitos/Claude-Code-Game-Studios](https://github.com/Donchitos/Claude-Code-Game-Studios),
@@ -29,7 +29,21 @@ surfaces with Codex-native agents, skills, hooks, rules, and install behavior.
2929

3030
## Current Status
3131

32-
The current release line is `v0.4.7`. It includes:
32+
The current release line is `v0.5.0`. It includes:
33+
34+
- Strict root and nested `.env*` filesystem protection with validator coverage
35+
and documented template-name compatibility.
36+
- Fail-closed, manifest-owned install and uninstall behavior, including all 38
37+
test assets, conflict preflight, explicit backup-first replacement, and
38+
state-proven cleanup.
39+
- Transaction rollback, trust and activation reporting, backward-compatible
40+
uninstall dry-run parsing, and temporary-target integration coverage.
41+
- Codex-native skill QA across all 77 shipped skills without restoring
42+
unsupported Claude frontmatter or delegation vocabulary.
43+
- A canonical advisory path-rule router with user-visible runtime enforcement
44+
limitations.
45+
46+
The `v0.4.7` release also includes:
3347

3448
- A hard `$resume-from-handoff` selection boundary: focus arguments only bias
3549
ranking, multi-lane choices prefer structured input, single-lane choices wait

0 commit comments

Comments
 (0)