Commit 2f05725
committed
docs(spec): mark ToolSchema as a read-only projection, not an execution entry point (#1892)
#1892 tool disposition (ADR-0049 line): the ledger already documents that
tool metadata is a one-way, write-only projection (no executor loads a
metadata-authored tool; the runtime uses a separate AIToolDefinition in
cloud service-ai). Surface that on the SPEC itself so an author/AI reading
the Zod schema — not just the ledger — knows a hand-authored tool will not
run in the open edition. Non-breaking describe-only change.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01LddW4NaQBdf5FTEnBPpnUJ1 parent 906655b commit 2f05725
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
0 commit comments