v0.3.2 — Hybrid workflow, init-template, Godot MCP, docs cleanup#33
Merged
v0.3.2 — Hybrid workflow, init-template, Godot MCP, docs cleanup#33
Conversation
## Summary Integrates [godot-mcp](https://github.com/Coding-Solo/godot-mcp) to provide a runtime feedback loop for agents, enabling automated testing, debugging, and verification of Godot projects. ### Changes - **`setup-engine` skill**: Added `## 7.5. Configure godot-mcp` section with installation, configuration, and tool reference docs - **5 agent files**: Added godot-mcp capability references to `gameplay-programmer`, `godot-gdscript-specialist`, `godot-specialist`, `ui-programmer`, and `qa-tester` - **New `automated-smoke-test` skill**: 7-phase workflow — verify MCP → launch project → capture debug → analyze errors → report pass/fail → cleanup - **Documentation**: Updated `setup-requirements.md`, `quick-start.md`, and `skills-reference.md` Closes #15 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: striderZA <striderZA@users.noreply.github.com>
## Summary Adds `/init-template` skill for first-time repo setup, transforming the cloned OCGS template into a clean, ready-to-use game project. ### Changes - **New `/init-template` skill**: 7-phase interactive workflow — gather project identity → replace README → update AGENTS.md → update opencode.json → remove internal files → optional git reset → completion summary - **Updated docs**: quick-start.md (step 2), skills-reference.md (Onboarding table), setup-requirements.md (callout) Closes #22
) Closes #24 ### Deleted - CLAUDE-local-template.md (Claude Code specific, no OpenCode equivalent) - settings-local-template.md (Claude Code permission modes) ### Rewritten for OpenCode - setup-requirements.md — OpenCode CLI, Node.js dep, editor setup - hooks-reference.md — TS plugin table replacing bash hooks - context-management.md — OpenCode session terminology ### Fixed references - quick-start.md: Claude Code → OpenCode - coordination-rules.md: Claude Code session → OpenCode session - director-gates.md: AskUserQuestion → question - templates/ (3 files): AskUserQuestion → question, Write/Edit → write and edit
…s into development
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Preparing the v0.3.2 release. Brings development into master for release.
Highlights
hybrid-prototypeskillCommits