aiwg
Version:
Cognitive architecture for AI-augmented software development with structured memory, ensemble validation, and closed-loop correction. FAIR-aligned artifacts, 84% cost reduction via human-in-the-loop, standards adopted by 100+ organizations.
39 lines (38 loc) • 910 B
JSON
{
"name": "github",
"version": "1.0.0",
"description": "GitHub-specific SDLC extensions for repository analysis, PR management, Actions, and issue tracking",
"type": "platform",
"extends": "sdlc-complete",
"skills": [
"repo-analyzer",
"pr-reviewer",
"actions-checker",
"issue-tracker",
"release-manager"
],
"agents": [
"github-integration-lead"
],
"templates": [
"workflow.yml.template",
"pr-template.md.template",
"issue-template.md.template"
],
"researchCompliance": {
"REF-001": ["BP-1", "BP-3", "BP-4", "BP-5", "BP-9"],
"REF-002": ["archetype-1", "archetype-2", "archetype-3", "archetype-4"]
},
"configuration": {
"requireGhCli": true,
"supportedFeatures": [
"repository-analysis",
"pull-requests",
"issues",
"actions",
"releases",
"discussions"
],
"apiVersion": "2022-11-28"
}
}