Commit 4731e99
committed
docs(client): drop the ADR-0028 citation from the models example
ADR-0028 in this repository is Metadata Naming & Namespace Isolation
(Deferred) — it says nothing about a model allowlist or plan tiers, and no
ADR in docs/adr/ covers one. The citation was inherited verbatim from the
docblock chain rather than checked, which is the same failure this card
exists to correct.
"plan-filtered" went with it: `AiModelsResponseSchema` declares `models` as
a union of bare id strings and `{ id, label, default }` objects, and states
that both shapes are live — objects when the service exposes the allowlist,
bare ids when it falls back to the adapter's `listModels()`. Both are pinned
accepted in `protocol.test.ts`. The comment now says only what the schema
asserts unconditionally.
Comment text only; no code, no other line, no changeset change.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01D47qPfEWVPmhguWgBZCi5N1 parent 3909a11 commit 4731e99
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
268 | | - | |
| 268 | + | |
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
| |||
0 commit comments