19 lines
585 B
JSON
19 lines
585 B
JSON
{
|
|
"name": "betty-framework",
|
|
"description": "Betty Framework is RiskExec's system for structured, auditable AI-assisted engineering.\nWhere Claude Code provides the runtime, Betty adds methodology, orchestration, and governance—\nturning raw agent capability into a repeatable, enterprise-grade engineering discipline.\n",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "RiskExec",
|
|
"email": "platform@riskexec.com",
|
|
"url": "https://github.com/epieczko/betty"
|
|
},
|
|
"skills": [
|
|
"./skills"
|
|
],
|
|
"agents": [
|
|
"./agents"
|
|
],
|
|
"commands": [
|
|
"./commands"
|
|
]
|
|
} |