Files
AI/참고/guardrails-main/server_ci/guard-template.json
2026-05-12 19:40:31 +09:00

19 lines
456 B
JSON

{
"name": "server-ci",
"description": "basic guard template for oss server ci",
"template_version": "0.0.1",
"namespace": "guardrails",
"guards": [
{
"id": "test-guard",
"name": "test-guard",
"validators": [
{
"id": "guardrails/two_words",
"on": "$",
"onFail": "fix"
}
]
}
]
}