Kova/process-roles/runtime-management.json
2026-05-01 11:46:24 +01:00

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"]
}