-
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.2 KB
/
extension.yml
File metadata and controls
37 lines (31 loc) · 1.2 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-trello"
name: "MAQA Trello Integration"
version: "0.1.1"
description: "Trello board integration for the MAQA extension. Adds board-driven coordination: card state, checklists, and real-time ticking."
author: "GenieRobot"
repository: "https://github.com/GenieRobot/spec-kit-maqa-trello"
license: "MIT"
homepage: "https://github.com/GenieRobot/spec-kit-maqa-trello"
requires:
speckit_version: ">=0.3.0"
provides:
commands:
- name: "speckit.maqa-trello.setup"
file: "commands/speckit.maqa-trello.setup.md"
description: "Bootstrap Trello board config for MAQA. Reads board via API and generates trello-config.yml."
- name: "speckit.maqa-trello.populate"
file: "commands/speckit.maqa-trello.populate.md"
description: "Populate Trello board from specs/*/tasks.md. Creates one card per feature with checklist. Skips features already on the board. Safe to re-run."
config:
- name: "maqa-trello/trello-config.yml"
template: "config-template.yml"
description: "Trello board and list IDs for MAQA coordination"
required: true
tags:
- "trello"
- "project-management"
- "multi-agent"
- "maqa"
- "kanban"