fix: test/docs
This commit is contained in:
@@ -63,6 +63,7 @@ export const SERVICE_PAGE: Record<string, string> = {
|
||||
codeRuntime: 'code-runtime.md',
|
||||
commands: 'commands.md',
|
||||
compaction: 'compaction.md',
|
||||
cordisInspect: 'self-modification.md',
|
||||
credentials: 'credentials.md',
|
||||
directoryPicker: 'workspace.md',
|
||||
dynamicCordisRunner: 'self-modification.md',
|
||||
@@ -149,6 +150,7 @@ export const SERVICE_WALK_EXEMPTIONS: Record<string, string> = {
|
||||
remote: 'client-side interface-typed gateway accessor (ClientRemote) — packages/api/gateway/README.md owns the API',
|
||||
sessionLogDownload: 'client-side browser download controller — packages/session-query/session-log-download/README.md owns the API',
|
||||
inputTriggers: 'client-side interface-typed browser service — packages/client/ui-input-trigger/README.md owns the API',
|
||||
timer: 'client-side dynamic-package timer service — packages/extensions/cordis-client-runner/README.md owns the API',
|
||||
slots: 'client-side interface-typed browser service — packages/client/runtime/README.md owns the API',
|
||||
theme: 'client-side interface-typed browser service — packages/client/ui-theme/README.md owns the API',
|
||||
workspaces: 'client-side interface-typed browser service — packages/client/runtime/README.md owns the API',
|
||||
@@ -584,7 +586,7 @@ export const CORDIS_CATALOG_POLICY: CordisCatalogPolicy = {
|
||||
linkedTypePages: LINK_MAP,
|
||||
foundationTypeNames: FOUNDATION_TYPE_NAMES,
|
||||
typeLinkExemptions: TYPE_LINK_EXEMPTIONS,
|
||||
runtimeServiceExclusions: new Set(['dynamicCordisRunner']),
|
||||
runtimeServiceExclusions: new Set(['cordisInspect', 'dynamicCordisRunner']),
|
||||
runtimeServices: [{
|
||||
key: 'timer',
|
||||
type: 'TimerService',
|
||||
|
||||
@@ -555,6 +555,14 @@ const SERVICE_ROLES: ServiceRole[] = [
|
||||
consumers: ['tool-cordis'],
|
||||
note: 'Owns the in-memory definition registry, the vm sandbox for host halves, and the request-run round trip; browser pages reach the same service over the wire through its remote namespace.',
|
||||
},
|
||||
{
|
||||
key: 'cordisInspect',
|
||||
pkg: 'cordis-host-runner',
|
||||
title: 'Dynamic Cordis inspect registry',
|
||||
mode: 'core',
|
||||
consumers: ['tool-cordis'],
|
||||
note: 'Registers host inspect providers, mirrors the client provider manifest, and routes client queries through the dynamic Cordis transport.',
|
||||
},
|
||||
]
|
||||
|
||||
function generatedHeader(title: string): string[] {
|
||||
|
||||
Reference in New Issue
Block a user