Expand description
GitHub Projects V2 API integration
Provides GraphQL-based access to GitHub Projects V2 (Project Boards) for use as Miyabi’s data persistence layer.
§Features
- Query project items (issues/PRs) with custom fields
- Update custom field values (Status, Agent, Priority, etc.)
- Calculate KPIs from project data
- Support for 8 custom fields defined in Phase A
Structs§
- KPIReport
- KPI report from project data
- Project
Item - Project item (Issue or PR) with custom fields
Enums§
- Content
Type - Content type (Issue or PR)