Documentation drift
Audited docsite against main 14c9822bc6c01d8ff2788454d0e1dc7861bc3816 while expanding #754.
website/docs/{en,zh}/guide/concepts/architecture.mdx still describes the pre-Amp target registry:
- its built-in adapter table lists only
claude, codex, cursor, and portable;
- the prose says
createDefaultRegistry registers portable, then codex, claude, and cursor;
- it therefore omits the current
amp adapter and its pinned amp-0.0.0-20260907001852-gf348fed.json capability evidence.
Current production registry/tests include Amp as a built-in target. The convention-first/capability pages in #754 already present all five targets correctly, so the architecture page should not contradict them.
Required correction
Update both locales together:
Acceptance
Run the docsite locale-drift/link/anchor gates and search the built site for stale statements equivalent to “portable, codex, claude, and cursor” where the text is claiming the complete built-in registry. The generated hosts.md/events.md/notices.md remain authoritative for detailed capability states; do not hand-copy those matrices into architecture.
This is documentation only. It does not request another adapter, target registry, capability system, or changes to Amp runtime behavior.
Documentation drift
Audited docsite against main
14c9822bc6c01d8ff2788454d0e1dc7861bc3816while expanding #754.website/docs/{en,zh}/guide/concepts/architecture.mdxstill describes the pre-Amp target registry:claude,codex,cursor, andportable;createDefaultRegistryregistersportable, thencodex,claude, andcursor;ampadapter and its pinnedamp-0.0.0-20260907001852-gf348fed.jsoncapability evidence.Current production registry/tests include Amp as a built-in target. The convention-first/capability pages in #754 already present all five targets correctly, so the architecture page should not contradict them.
Required correction
Update both locales together:
ampto the built-in adapter/planner table, namingadapters/amp.tsand the pinned capability JSON..amp/plugins/<name>/, API-registered callbacks/Skills, and skill-scoped MCP constraints. Link to the generated Hosts matrix instead of copying its detailed evidence.portableas the default target and keep the statement thatpluginis not a target.Acceptance
Run the docsite locale-drift/link/anchor gates and search the built site for stale statements equivalent to “portable, codex, claude, and cursor” where the text is claiming the complete built-in registry. The generated
hosts.md/events.md/notices.mdremain authoritative for detailed capability states; do not hand-copy those matrices into architecture.This is documentation only. It does not request another adapter, target registry, capability system, or changes to Amp runtime behavior.