feat: complete core 5 elements and risk layer architecture
This commit is contained in:
36
github-agent-config.json
Normal file
36
github-agent-config.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"agentWorkflow": {
|
||||
"enabled": true,
|
||||
"version": "1.0.0",
|
||||
"orchestratorUrl": "https://api.antigravity.ai/v1/workflows/trigger",
|
||||
"webhookSecretName": "ANTIGRAVITY_AGENT_TOKEN",
|
||||
"mappings": [
|
||||
{
|
||||
"trigger": "issue_labeled",
|
||||
"labels": ["enhancement", "feature", "agent-resolve"],
|
||||
"assignedAgent": "orchestrator",
|
||||
"mode": "autonomous",
|
||||
"createBranchPattern": "feature/issue-{issue_number}"
|
||||
},
|
||||
{
|
||||
"trigger": "issue_labeled",
|
||||
"labels": ["bug", "hotfix"],
|
||||
"assignedAgent": "orchestrator",
|
||||
"mode": "autonomous",
|
||||
"createBranchPattern": "bugfix/issue-{issue_number}"
|
||||
}
|
||||
],
|
||||
"verification": {
|
||||
"requireBuild": true,
|
||||
"runTests": true,
|
||||
"buildScript": "npm run build",
|
||||
"testScript": "npm test"
|
||||
},
|
||||
"pullRequest": {
|
||||
"autoCreate": true,
|
||||
"draft": false,
|
||||
"assignee": "jannr",
|
||||
"reviewers": []
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user