docs(knowledge): align model-matching table with dateless model-ID scheme - #1928
Conversation
…heme
The Anthropic profile's digest-agent model-matching table pinned model-
specific guides to "a full model ID — never a bare family alias, which
resolves to the current family model". The live model-IDs-and-versioning
page now documents that since the 4.6 generation the canonical model ID
is dateless ("is not an alias. It is the snapshot"), so the old wording
would misclassify the correct pin for a current-generation model guide
as a forbidden alias and wrongly fall through to the session default.
Reword the cell to "its pinned model ID — never an alias that can move
to a newer snapshot" and route the generation-dependent pinned-vs-alias
resolution to the live page at spawn time (pointer-not-copy). Verified
against the live page 2026-08-04 via the raw .md channel (3836 bytes).
Bump knowledge plugin to 0.10.22 with changelog entry.
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
|
Claude finished @kyle-sexton's task in 1m 21s —— View job Review: docs(knowledge) — align model-matching table with dateless model-ID scheme
Scope reviewed: SummaryStraightforward, well-scoped doc-alignment change. No code logic involved — this is a prose/table wording fix plus a pointer sentence to the live model-IDs page. I don't have findings that need fixing. Notes (no action required)
|
|
Claude finished @kyle-sexton's task in 1m 18s —— View job Security Review — PR #1928
Scope: (Note: FindingsNo security issues found. This is a docs-only change:
Nothing here creates a new injection surface, alters trust boundaries, or changes what code executes. |
|
Claude has reviewed this PR 1 time. The lane skips further automatic reviews after 5; deleting this comment resets the count. |
…#1936) ## Summary Implements the PA-H interview decision (locked 2026-08-02) in the Anthropic docs profile: the applicability filter gains one `tag-exempt (<sub-shape>)` disposition for rows carrying no guidance for ANY surface the vocabulary adjudicates, with four documented sub-shapes (consumer-surface, archive-descriptive, metadata, navigation-pointer), the sub-shape named at the row. The class describes the material's genre and asserts nothing about harness applicability - not a positive tag, not a negative claim - so it owes no live-doc citation and no absence basis, and the near-miss disclosure burden never attaches. `api-only` remains reserved for rows that DO assert a harness absence for their own specific assertion. Consistent with the co-decided PA-AI Reading 1 (a positive tag asserts harness applicability and requires a live-doc citation). - `anthropic-docs-profile.md`: vocabulary intro mentions the tag-exempt disposition; new bullet in the applicability-filter section defines the class - knowledge plugin `0.10.22` -> `0.10.23` + CHANGELOG entry The memory-tier retag sweep over the system-prompts slice (the decision's implementation cost) is performed separately in `.work/` and is never committed. No linked issue ## Related - PR #1898 (archive-reading conventions, knowledge 0.10.20) - same profile, same campaign - PR #1928 (model-matching table alignment, knowledge 0.10.22) - most recent edit to this profile 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
No linked issue.
Summary
Doc-alignment campaign row 228 ("Model IDs and versioning",
https://platform.claude.com/docs/en/about-claude/models/model-ids-and-versions).
The Anthropic profile's digest-agent model-matching table pinned model-specific guides to
"a full model ID — never a bare family alias, which resolves to the current family model".
The live page now documents that since the 4.6 generation the canonical model ID is dateless
(
claude-{name}-{major}[-{minor}]) and "is not an alias. It is the snapshot" — so the oldwording would misclassify exactly the correct pin for a current-generation model guide as a
forbidden alias and wrongly fall through to the session default.
Changes
snapshot", dropping the stale dated-era vocabulary.
resolution to the live page at spawn time (pointer-not-copy — no model-ID tables copied).
Evidence
.mdappended), 3836 bytes / 83 lines,channel re-verified working for this doc.
accepts for some earlier models" (pinning guarantee); "A 4.6-generation ID such as
claude-sonnet-4-6is not an alias. It is the snapshot" (drift trigger).Related
.work/doc-alignment/ROSTER.md).🤖 Generated with Claude Code