v1.13.0.0 feat: add Claude outside-voice skill#1212
Merged
Conversation
E2E Evals: ✅ PASS0/0 tests passed | $0 total cost | 12 parallel runners
12x ubicloud-standard-2 (Docker: pre-baked toolchain + deps) | wall clock ≈ slowest suite |
gonnabe88
pushed a commit
to gonnabe88/gstack
that referenced
this pull request
May 9, 2026
* Add Claude outside-voice skill * Fix gbrain config isolation test * Restore Opus fanout overlay nudge * Warn on oversized tracked files * Release v1.13.0.0 * Fix Claude diff temp file handling * Remove Opus fanout overlay nudge
RyotaKun
pushed a commit
to RyotaKun/gstack
that referenced
this pull request
May 18, 2026
* Add Claude outside-voice skill * Fix gbrain config isolation test * Restore Opus fanout overlay nudge * Warn on oversized tracked files * Release v1.13.0.0 * Fix Claude diff temp file handling * Remove Opus fanout overlay nudge
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
Adds
/gstack-claudeas the Claude outside-voice counterpart to/codexfor non-Claude hosts. External hosts now get review, adversarial challenge, and read-only consult modes throughclaude -pwithout exposing nested Claude mutation tools.Also fixes validation regressions found during the work: the gbrain config isolation test no longer depends on local machine config contents, the tracked-file-size check now warns instead of failing so large fixtures can remain in repo, and Claude review/challenge diff temp files now use
mktempinstead of a$$path.Changes
claude/SKILL.md.tmplwith review/challenge/consult modes, temp-file stdin prompt transport, auth checks, JSON output parsing,--disable-slash-commands, tool-less review/challenge, and read-only consult flags.gstack-claude/SKILL.mdand Claude host omitsclaude/SKILL.md.~/.gstack/config.yamlcontents in theGSTACK_HOMEoverride test.[size-warning]advisory output.1.13.0.0and updateCHANGELOG.md.Test Coverage
Full suite before release metadata:
bun test— passed, exit 0Targeted verification after release metadata:
bun test test/ship-version-sync.test.ts test/gen-skill-docs.test.ts test/skill-validation.test.ts test/brain-sync.test.ts test/model-overlay-opus-4-7.test.ts— 742 pass, 0 failFollow-up verification after Claude outside-voice review fixes:
bun run gen:skill-docs --host allbun test test/gen-skill-docs.test.ts— 371 pass, 0 failbun test test/model-overlay-opus-4-7.test.ts test/gen-skill-docs.test.ts— 380 pass, 0 failNotes:
browse/test/fixtures/security-bench-haiku-responses.jsonremains in git.[size-warning] tracked files over 2 MiB: browse/test/fixtures/security-bench-haiku-responses.json (27.5 MiB)instead of failing..context/attachments/image.pngis ignored Conductor attachment state and is not part of this PR.Pre-Landing Review
/gstack-claudereview was run in tool-less mode against this branch. The actionable finding was the diff temp-file collision risk; it is fixed by usingmktempforDIFF_FILE.Documentation
CHANGELOG.mdupdated for1.13.0.0.Test plan
bun test/gstack-claudeoutside-voice revieworigin/garrytan/claude-codex-skill