-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextension.yml
More file actions
37 lines (31 loc) · 1.35 KB
/
extension.yml
File metadata and controls
37 lines (31 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
schema_version: "1.0"
extension:
id: "maqa-github-projects"
name: "MAQA GitHub Projects Integration"
version: "0.1.0"
description: "GitHub Projects v2 integration for the MAQA extension. Populates project items from specs, tracks status field, real-time task list ticking via issue body updates."
author: "GenieRobot"
repository: "https://github.com/GenieRobot/spec-kit-maqa-github-projects"
license: "MIT"
homepage: "https://github.com/GenieRobot/spec-kit-maqa-github-projects"
requires:
speckit_version: ">=0.3.0"
provides:
commands:
- name: "speckit.maqa-github-projects.setup"
file: "commands/speckit.maqa-github-projects.setup.md"
description: "Bootstrap GitHub Projects v2 config for MAQA. Reads project and status field options via GraphQL API."
- name: "speckit.maqa-github-projects.populate"
file: "commands/speckit.maqa-github-projects.populate.md"
description: "Populate GitHub Project from specs/*/tasks.md. Creates draft issues per feature with markdown task list. Skips existing. Safe to re-run."
config:
- name: "maqa-github-projects/github-projects-config.yml"
template: "config-template.yml"
description: "GitHub Projects v2 project and field option IDs for MAQA coordination"
required: true
tags:
- "github"
- "github-projects"
- "project-management"
- "multi-agent"
- "maqa"