update first - 84

This commit is contained in:
thanhnv
2026-06-30 02:21:39 +09:00
commit 07ac1bdcdd
561 changed files with 88164 additions and 0 deletions
@@ -0,0 +1,24 @@
{
"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"
}
}