8 lines
354 B
JSON
8 lines
354 B
JSON
{
|
|
"id": "runtime-management",
|
|
"title": "Runtime Management",
|
|
"description": "Runtime install, upgrade, local-build, and binding operations used before OpenClaw starts.",
|
|
"commandPatterns": ["ocm\\s+runtime", "ocm\\s+upgrade", "ocm\\s+start\\b.*--runtime"],
|
|
"processPatterns": ["ocm\\s+runtime", "ocm\\s+start\\b.*--runtime", "npm.*openclaw"]
|
|
}
|