25 lines
563 B
JSON
25 lines
563 B
JSON
{
|
|
"package": "fpt-casan-sdd-harness",
|
|
"version": "1.0.0",
|
|
"capabilities": [
|
|
"H4-security",
|
|
"H5-governance",
|
|
"H6-agentops",
|
|
"L5-drift-detection",
|
|
"L5-model-fallback",
|
|
"L5-tool-registry",
|
|
"L5-rollback",
|
|
"L5-business-feedback"
|
|
],
|
|
"compatibility": {
|
|
"speckit": ">=1.0.0",
|
|
"shell": "bash",
|
|
"python": ">=3.9"
|
|
},
|
|
"entrypoints": {
|
|
"wrapper": ".specify/scripts/bash/casan-harness.sh",
|
|
"test": ".specify/tests/run-casan4-harness-tests.sh",
|
|
"dashboard": "docs/output/casan/agentops-dashboard.html"
|
|
}
|
|
}
|