Skip to content

Commit af8c42f

Browse files
committed
Bump Codex package to 0.7.0
1 parent b778a2b commit af8c42f

4 files changed

Lines changed: 29 additions & 8 deletions

File tree

.codex/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Current package version:
1212
explicit publish operations.
1313

1414
Current status:
15-
- The package version is `v0.6.1`.
16-
- Post-`v0.6.1` correction completes the default `game_studios` profile with
15+
- The package version is `v0.7.0`.
16+
- `v0.7.0` completes the default `game_studios` profile with
1717
Git/runtime writes, `.env*` denials, and exact `github.com` access without a
1818
project approval-policy override. `$handoff` now preflights Git and the exact
1919
remote, uses scoped permission fallback only when needed, and retries once

.codex/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.1
1+
0.7.0

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## v0.7.0 - 2026-07-20
4+
5+
- Completed the default `game_studios` permission profile with writable Git and
6+
Codex runtime directories, strict root and nested `.env*` denials, and network
7+
access limited to `github.com` without overriding the user's approval policy.
8+
- Updated `$handoff` to preflight Git metadata and the exact push destination,
9+
use scoped permission fallbacks only when the active session needs them, and
10+
retry once only for a pre-contact DNS-resolution failure.
11+
- Added config and runtime validation for the complete profile and handoff
12+
contract, then verified the workflow in a fresh Stillcurrent session that
13+
committed and pushed without a manual permission-mode switch.
14+
315
## v0.6.1 - 2026-07-16
416

517
- Hardened `$handoff` push routing so existing-upstream branches use plain

README.md

Lines changed: 14 additions & 5 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 declared role profiles, 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.6.1`.
7+
Current package version: `0.7.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,17 +29,26 @@ surfaces with Codex-native agents, skills, hooks, rules, and install behavior.
2929

3030
## Current Status
3131

32-
The current release line is `v0.6.1`. It includes:
32+
The current release line is `v0.7.0`. It includes:
33+
34+
- A complete default `game_studios` profile with writable Git and Codex runtime
35+
directories, strict `.env*` denials, and network access limited to
36+
`github.com` without a project approval-policy override.
37+
- Permission-mode-neutral `$handoff` routing with early Git/remote capability
38+
checks, exact scoped permission fallbacks, and one safe retry only for a
39+
pre-contact DNS-resolution failure.
40+
- Config and runtime validation for the permission and handoff contracts, plus
41+
a successful fresh-session downstream handoff without manual permission-mode
42+
switching.
43+
44+
The `v0.6.1` release also includes:
3345

3446
- Upstream-aware `$handoff` push routing: existing-upstream branches use plain
3547
`git push`, while only branches without an upstream set one through origin.
3648
- Same-turn destination verification from the configured push URL and
3749
branch/upstream. GitHub CLI identity checks are advisory because Git and `gh`
3850
can use different credentials; the authorized `git push` is the definitive
3951
network and Git-authentication check.
40-
- Permission-mode-neutral `$handoff` routing with early Git/remote capability
41-
checks, exact scoped permission fallbacks, and one safe retry only for a
42-
pre-contact DNS-resolution failure.
4352

4453
The `v0.6.0` release also includes:
4554

0 commit comments

Comments
 (0)