singularity-forge/src/resources/extensions/guardrails/extension-manifest.json
2026-05-05 00:04:53 +02:00

12 lines
361 B
JSON

{
"id": "guardrails",
"name": "Guardrails",
"version": "1.0.0",
"description": "Redact sensitive outputs and block dangerous file or shell actions",
"tier": "bundled",
"requires": { "platform": ">=2.29.0" },
"provides": {
"commands": ["safegit", "safegit-level", "safegit-status", "yolo"],
"hooks": ["session_start", "tool_call", "tool_result"]
}
}