revert: remove oc-path implementation

This commit is contained in:
Peter Steinberger
2026-05-08 09:36:23 +01:00
parent 9c8bd022aa
commit b3c06e8d79
85 changed files with 1 additions and 14344 deletions

View File

@@ -167,11 +167,6 @@ const entrySpecs: readonly CommandGroupDescriptorSpec<SubCliRegistrar>[] = [
loadModule: () => import("../docs-cli.js"),
exportName: "registerDocsCli",
},
{
commandNames: ["path"],
loadModule: () => import("../path-cli.js"),
exportName: "registerPathCli",
},
{
commandNames: ["qa"],
loadModule: loadPrivateQaCliModule,

View File

@@ -97,11 +97,6 @@ const subCliCommandCatalog = defineCommandDescriptorCatalog([
description: "Search the live OpenClaw docs",
hasSubcommands: false,
},
{
name: "path",
description: "Inspect and edit workspace files via the oc:// addressing scheme",
hasSubcommands: true,
},
{
name: "qa",
description: "Run QA scenarios and launch the private QA debugger UI",