v1.13.0.0 feat: add Claude outside-voice skill (#1212)

* 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 commit is contained in:
Garry Tan
2026-04-25 11:52:48 -07:00
committed by GitHub
parent 6209163900
commit 23c4d7b228
10 changed files with 450 additions and 31 deletions

View File

@@ -19,7 +19,7 @@ const claude: HostConfig = {
generation: {
generateMetadata: false,
skipSkills: [],
skipSkills: ['claude'], // Claude outside-voice skill is for non-Claude hosts
},
pathRewrites: [], // Claude is the primary host — no rewrites needed