LangGraph-based release automation agent with: - PR discovery (webhook + polling) - AI code review via Claude Code CLI (subscription-based) - Auto-create Jira tickets for PRs without ticket ID - Jira ticket lifecycle management (code review -> staging -> done) - CI/CD pipeline trigger, polling, and approval gates - Slack interactive messages with approval buttons - Per-repo semantic versioning - PostgreSQL persistence (threads, staging, releases) - FastAPI API (webhooks, approvals, status, manual triggers) - Docker Compose deployment 1069 tests, 95%+ coverage.
10 lines
181 B
JSON
10 lines
181 B
JSON
{
|
|
"id": "approval-uuid-123",
|
|
"status": "approved",
|
|
"approver": {
|
|
"id": "user-uuid-456",
|
|
"displayName": "Release Bot"
|
|
},
|
|
"comments": "Approved via release agent"
|
|
}
|