Design model
Platform spec article
Design model
Spec standingStandard
No architecture decision records under adr/ for this feature yet. Standard features must
publish at least one ADR or keep a ## Decisions summary on the hub.
0 revisions (git unavailable at build; counts may be empty)
No commits recorded for this path.
Full tree: run pnpm verify:platform-spec-layout (writes src/generated/platform-spec-layout-report.json).
URI resolution
Section titled “URI resolution”| Source | URL pattern |
|---|---|
| Registry package symbol | {pckgBase}/docs/{packageName}@{resolvedVersion} |
| Core / book fallback | https://beskid-lang.org/book/ (search or mapped path) |
Implementation: beskid_lsp executeCommand handler; extension beskid.openSymbolDocumentation.
Hover integration
Section titled “Hover integration”When beskid.symbol.getDocumentationUri returns a URL for the hover offset, append a markdown link to hover content. VS Code opens https: links from hover on modifier-click.
Settings
Section titled “Settings”| Setting | Default | Role |
|---|---|---|
beskid.pckg.baseUrl | https://pckg.beskid-lang.org | Registry docs base |
beskid.docs.bookBaseUrl | https://beskid-lang.org | Book fallback base |