fix: rebase

This commit is contained in:
imccyu
2026-08-13 01:59:32 +08:00
parent 25efb8ff6f
commit 39f55a049f
26 changed files with 3031 additions and 1723 deletions

View File

@@ -63,10 +63,10 @@ export const SERVICE_PAGE: Record<string, string> = {
codeRuntime: 'code-runtime.md',
commands: 'commands.md',
compaction: 'compaction.md',
cordisInspect: 'self-modification.md',
cordisInspect: 'extensions.md',
credentials: 'credentials.md',
directoryPicker: 'workspace.md',
dynamicCordisRunner: 'self-modification.md',
dynamicCordisRunner: 'extensions.md',
e2b: 'subprocess.md',
fs: 'filesystem.md',
goals: 'goal.md',
@@ -134,8 +134,7 @@ export const SERVICE_WALK_EXEMPTIONS: Record<string, string> = {
launcherSessionQueryPath: 'not a service: launcher-provided boot-context value (string | undefined) — packages/session-query/session-query-sqlite/README.md owns this launcher contract',
dshHomePath: 'not a service: boot-provided root accessor function (typeof dshHomePath | undefined) for Loader !!js config expressions — packages/boot/app-boot/README.md owns the boot contract',
launchEnvironment: 'not a service: launcher-provided root accessor value (LaunchEnvironmentSnapshot | undefined) — packages/util/launch-environment/README.md owns this launcher contract',
lsp: 'interface-typed (LspService); implementing class Lsp is not the declared type name — packages/lsp/lsp/README.md owns the API',
apiProxy: 'interface-typed (ApiProxy) with the class in api-proxy.ts, not index.ts — packages/host/apiproxy/README.md owns the API',
connection: 'interface-typed (HostConnectionHandle); implementing class HostConnectionService is declared in rpc-host.ts — packages/client/connection/README.md owns the API',
appShell: 'client-side interface-typed browser service — packages/client/web/README.md owns the API',
settingsScope: 'client-side settings-namespace transport service — packages/client/ui-settings/README.md owns the API',
chatFileMentions: 'client-side slot-contract accessor (ChatFileMentions) — packages/client/ui-conversation/README.md owns the API',
@@ -169,7 +168,7 @@ export const EVENT_SCOPE_PAGE: Record<string, string> = {
'agent-preset': 'core.md',
'approval': 'approval.md',
'commands': 'commands.md',
'cordis': 'self-modification.md',
'cordis': 'extensions.md',
'credentials': 'credentials.md',
'domain': 'storage.md',
'fs': 'filesystem.md',