Releases: Cipher-85/OpenCode-Game-Studios
Releases · Cipher-85/OpenCode-Game-Studios
Release list
OpenCode Game Studios v0.4.2
Bridged Codex Game Studios v0.4.5–v0.4.7 (bug lifecycle consolidation, handoff two-round review gate, resume lane-selection boundary) into the OpenCode-native port.
v0.4.5 — Bug Lifecycle Consolidation
- Updated
/bug-report verifyso a VERIFIED FIXED result can complete verification evidence, closure, safe stale triage cleanup, and derived session-state routing under one approved changeset. - Updated
/bug-report closeso already verified bugs can close and refresh stale triage metadata without a separate bookkeeping prompt. - Clarified
/bug-triagezero-open-bugs closure refresh as deterministic metadata cleanup. - Added
run_bug_lifecyclevalidator to prevent regression into forced verify → close → triage handoffs.
v0.4.6 — Handoff Two-Round Review Gate
- Restored
/handoff's mandatory two-round review gate with STANDARD/ADVERSARIAL tier selection, pure-document exemptions, finding triage, conditional second review, pass caps, and an auditable handoff record. - Kept the cross-check inside the active OpenCode session — no nested CLI, Task subagent reviewers, companion plugins, or external model services.
- Expanded the
/handoffauthorization boundary inAGENTS.mdfor narrow intent-preserving fixes. - Added
run_handoff_reviewvalidator to prevent the review contract or its no-egress safeguards from regressing.
v0.4.7 — Resume Lane-Selection Boundary
- Added a hard
/resume-from-handofflane-selection boundary: focus arguments only bias ranking, multiple lanes use structured choice, single lanes wait for numeric1, and follow-up forks remain separate decisions. - FIRST verification cannot be waived by lane choice. Entering a selected workflow grants no additional mutation authority.
- Added explicit Ranking Rules (6-level priority) and separated session-cache write (Step 6) from briefing (Step 7).
- Added
run_resume_contractvalidator to enforce the selection-boundary contract.
Full Changelog: opencode-v0.4.1...opencode-v0.4.2
OpenCode Game Studios v0.4.1
v0.4.1 - 2026-07-09
Bridged Codex Game Studios v0.4.4 (user-owned playtest focus contract) into
the OpenCode-native port.
- Added a user-owned playtest focus contract so closeouts and owed verification
include aPlaytest focus:brief (hypothesis, setup/build, 2-4 observation
prompts, verdict/evidence) instead of generic playtest requests, while
leaving game-feel and balance verdicts with the user. - Updated
/playtest-reporttemplates and routing so new reports and follow-up
playtests carry a concrete hypothesis before sending the user back to play. - Updated
AGENTS.mdandsession-continuity.mdto preserve the playtest
focus brief in closeouts and## Session Worklistentries. - Added a
run_playtest_focusvalidator to.opencode/audit.sh(run via
audit.sh playtestor as part ofaudit.sh all) that enforces the
playtest-focus contract across root instructions, continuity docs, and the
playtest-report workflow.
OpenCode Game Studios v0.3.0
v0.3.0 - 2026-07-06
Bridged Codex Game Studios v0.3.3 continuity-routing rework plus the v0.4.0
numbered-closeout and v0.4.1 role-agent delegation contract into the
OpenCode-native port.
- Introduced the
## Session Worklistand## Phase Guardrouting cache in
production/session-state/active.md. Post-work recommendations and resume now
route through the live worklist instead of/studio-next. - Reworked
/resume-from-handoffinto the one-time session-entry compiler that
writes those two sections toactive.md. Explicit invocation of
/resume-from-handoffnow authorizes that single file write. - Deprecated
/studio-nextto a manual compatibility reference that points at
the saved worklist. Note: this reverses the v0.2.1 enhancement to
/studio-next, intentionally aligning with upstream v0.3.3. - Required numbered closeout on 21 completion skills and shared continuity docs:
final responses now end with aNext action:prompt and exactly one numeric
(Recommended)option, even when only one valid lane remains. Updated
/quick-design,/project-stage-detect, and/resume-from-handoffwith
worklist-backed routing language. - Added a central Role-Agent Delegation Authorization contract to
AGENTS.md,
.opencode/docs/coordination-rules.md, and.opencode/docs/director-gates.md
so explicit skill invocation authorizes only the declared role-agent spawns,
with review-mode filtering and a runtime fallback that never simulates a
skipped specialist or director verdict. - Extended
/skill-testwith a hard closeout-routing check and delegation
behavioral checks. - Translated the upstream
validate_runtime.pyCLOSEOUT enforcement into a new
run_closeoutcommand in.opencode/audit.sh(run viaaudit.sh closeoutor
as part ofaudit.sh all).