Commit 4ebfe59
committed
fix(spec): correct skill
The JSDoc on SkillSchema.surface described the default `'ask'` value as "the
open-source/free surface." That is inaccurate: per cloud ADR-0025 the in-product
agent runtime for BOTH `ask` and `build` ships in the cloud / Enterprise
distribution (the open edition is MCP-only, BYO-AI). The `surface` value is
authoring metadata — which agent a skill binds to — not an edition gate.
Comment-only: the Zod `.describe()` string and the schema itself are unchanged,
so generated reference docs and runtime behavior are unaffected.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01LHQscZJ8NvXceSmsPNdTZdsurface comment — ask is not the open-source/free surface1 parent a59ba05 commit 4ebfe59
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
81 | 83 | | |
82 | 84 | | |
83 | 85 | | |
| |||
0 commit comments