mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 21:20:43 +00:00
21 lines
385 B
JSON
21 lines
385 B
JSON
{
|
|
"id": "oc-path",
|
|
"name": "OC Path",
|
|
"description": "Adds the openclaw path CLI for oc:// workspace file addressing.",
|
|
"activation": {
|
|
"onStartup": false,
|
|
"onCommands": ["path"]
|
|
},
|
|
"commandAliases": [
|
|
{
|
|
"name": "path",
|
|
"kind": "cli"
|
|
}
|
|
],
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|