feat(casan): add native plugin facade
CASAN Supply Chain and Provenance / verify-scan-attest (push) Canceled after 0s
CASAN CI Gate / Frontend Tests (H3 gate) (push) Canceled after 0s
CASAN CI Gate / CASAN Security Gate + Vault KMS (H4/H5) (push) Canceled after 0s
CASAN CI Gate / Build & Deploy OKR → /opt/webapps/okr (push) Canceled after 0s
CASAN Harness CI / harness (push) Canceled after 0s
CASAN Supply Chain and Provenance / verify-scan-attest (push) Canceled after 0s
CASAN CI Gate / Frontend Tests (H3 gate) (push) Canceled after 0s
CASAN CI Gate / CASAN Security Gate + Vault KMS (H4/H5) (push) Canceled after 0s
CASAN CI Gate / Build & Deploy OKR → /opt/webapps/okr (push) Canceled after 0s
CASAN Harness CI / harness (push) Canceled after 0s
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"name": "casan",
|
||||
"owner": {
|
||||
"name": "CASAN Team"
|
||||
},
|
||||
"metadata": {
|
||||
"description": "Native operator facade for the CASAN governed AI coding assurance runtime"
|
||||
},
|
||||
"plugins": [
|
||||
{
|
||||
"name": "casan",
|
||||
"source": "./",
|
||||
"description": "Adopt, diagnose, verify, and operate CASAN from Claude Code without bypassing project-local hook trust or runtime integrity controls.",
|
||||
"version": "1.0.7",
|
||||
"author": {
|
||||
"name": "CASAN Team"
|
||||
},
|
||||
"license": "Proprietary",
|
||||
"keywords": [
|
||||
"agentic-coding",
|
||||
"assurance",
|
||||
"governance",
|
||||
"security",
|
||||
"audit"
|
||||
],
|
||||
"category": "workflow",
|
||||
"tags": [
|
||||
"agentic-coding",
|
||||
"assurance",
|
||||
"governance",
|
||||
"security",
|
||||
"audit"
|
||||
],
|
||||
"strict": true
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "casan",
|
||||
"version": "1.0.7",
|
||||
"description": "Native Claude Code operator facade for the CASAN governed AI coding assurance runtime.",
|
||||
"author": {
|
||||
"name": "CASAN Team"
|
||||
},
|
||||
"license": "Proprietary",
|
||||
"keywords": [
|
||||
"claude-code",
|
||||
"agentic-coding",
|
||||
"assurance",
|
||||
"governance",
|
||||
"security",
|
||||
"audit"
|
||||
],
|
||||
"skills": [
|
||||
"./skills/"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user