docs(editor): document capability registry exhaustiveness and editor mode map (#1379)#1524
Merged
oscharko merged 1 commit intoJun 25, 2026
Conversation
…mode map (#1379) Update the deterministic editor language-service doc to reflect the #1379 additions (ADR-0067): the canonical editor language mode map in keiko-contracts (authoritative file-extension matching + syntax support), the exhaustive capabilities response (every known language returns a structured provider state; synthetic unavailable descriptor for known-but-unprovided languages), the safe plain-text degrade boundary, and the content-free languageCapability field on the agent session snapshot. Notes code actions are reserved for the staged-LSP work (ADR-0045). Refs #1379 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
dee003c
into
feat/keiko-agent-native-editor-foundation-and-runtime
12 checks passed
71 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documentation follow-up for #1379 (PR #1522, ADR-0067). Updates the user-facing deterministic editor language-service doc (
docs/editor-language-service.md) so the provider capability schema documentation reflects the shipped behaviour: the canonical editor language mode map, the exhaustive capabilities response, the safe plain-text degrade boundary, and the content-freelanguageCapabilityagent-snapshot field.Refs #1379
Scope
docs/editor-language-service.mdonly (documentation).Verification
Required GitHub check:
ci. Documentation-only change; satisfies the issue's "Documentation check for provider capability schema" and "Markdown link check when documentation changes" expected-verification items with net-new user-facing evidence.Product Impact