Commit 9c0215f
The "shape of an agent" field table documented `knowledge` as live RAG access
and noted only that its nested `topics` alias was removed, pointing the reader
at `os migrate meta --from 16` to "rewrite it". But the whole key is retired:
`packages/spec/src/ai/agent.zod.ts` declares `knowledge: retiredKey(...)`, so
it types as `never` and any value reaching the runtime is rejected at parse.
The page already carried the correct prescription 64 lines further down, in the
Sales Assistant example. This rewrites the row from the tombstone's own words so
the two agree: the key is gone (#3896 audit close-out), it is not a rename,
restrict retrieval at the knowledge-service / source level, and describe
intended grounding in `instructions`.
No migration command is offered, because none moves a `knowledge` block
forward - the tombstone's `os migrate meta --from 16` only LISTS edits to apply
by hand, matching how the sibling `tools` row is documented.
Claude-Session: https://claude.ai/code/session_01DdCnBGcHeufjrq7drTD3wt
Co-authored-by: Claude <noreply@anthropic.com>
1 parent 1793fb6 commit 9c0215f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| |||
0 commit comments