Channel vs tool-only is now a code-level decision at skill apply time. If the user chose channel mode, GmailChannel is wired unconditionally. If tool-only, no channel code is added. No runtime flag needed. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
19 lines
414 B
YAML
19 lines
414 B
YAML
skill: gmail
|
|
version: 1.0.0
|
|
description: "Gmail integration via Google APIs"
|
|
core_version: 0.1.0
|
|
adds:
|
|
- src/channels/gmail.ts
|
|
- src/channels/gmail.test.ts
|
|
modifies:
|
|
- src/index.ts
|
|
- src/container-runner.ts
|
|
- container/agent-runner/src/index.ts
|
|
- src/routing.test.ts
|
|
structured:
|
|
npm_dependencies:
|
|
googleapis: "^144.0.0"
|
|
conflicts: []
|
|
depends: []
|
|
test: "npx vitest run src/channels/gmail.test.ts"
|