GitHub App Integration — Deeper GitHub Sync
Why
Currently Aegis has webhook delivery and basic GitHub API access. Multica has a full GitHub App with PR linking, issue sync, and installation flow. Deeper GitHub integration means agents can create PRs, link issues, and participate in the GitHub workflow natively.
Concept
- Register a GitHub App that users install on their repos
- PR Linking: agent sessions automatically link to PRs they create
- Issue Sync: GitHub issues can be assigned to agents, status syncs back
- Installation Flow: user installs app, selects repos, Aegis receives webhooks
Features
- GitHub App registration and installation flow
- PR creation detection and linking to sessions
- Issue assignment to agents (bi-directional sync)
- Status updates posted back to GitHub (comments, labels)
- Webhook receiver for GitHub events (push, PR, issue)
Acceptance Criteria
Reference
Competitive analysis: references/multica-competitive-analysis.md §2 (GitHub integration)
GitHub App Integration — Deeper GitHub Sync
Why
Currently Aegis has webhook delivery and basic GitHub API access. Multica has a full GitHub App with PR linking, issue sync, and installation flow. Deeper GitHub integration means agents can create PRs, link issues, and participate in the GitHub workflow natively.
Concept
Features
Acceptance Criteria
npm run gatepassesReference
Competitive analysis:
references/multica-competitive-analysis.md§2 (GitHub integration)