@@ -4,7 +4,7 @@ Codex Game Studios turns a game repository into a Codex-native indie studio
44workflow: 49 declared role profiles, 77 repo-local skills, verification-first handoffs, and
55Godot-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
99This 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
4453The ` v0.6.0 ` release also includes:
4554
0 commit comments