Skip to content

Commit 922b52c

Browse files
Update MAQA — Multi-Agent & Quality Assurance extension to v0.1.6
Update maqa extension submitted by @GenieRobot: - extensions/catalog.community.json (version, download_url, requires/tools, updated_at) - docs/community/extensions.md community extensions table (no changes needed) Closes #4233 Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent fa19e1c commit 922b52c

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

extensions/catalog.community.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2633,8 +2633,8 @@
26332633
"id": "maqa",
26342634
"description": "Coordinator → feature → QA agent workflow with parallel worktree-based implementation. Language-agnostic. Auto-detects installed board plugins (Trello, Linear, GitHub Projects, Jira, Azure DevOps). Optional CI gate.",
26352635
"author": "GenieRobot",
2636-
"version": "0.1.3",
2637-
"download_url": "https://github.com/GenieRobot/spec-kit-maqa-ext/releases/download/maqa-v0.1.3/maqa.zip",
2636+
"version": "0.1.6",
2637+
"download_url": "https://github.com/GenieRobot/spec-kit-maqa-ext/releases/download/maqa-v0.1.6/maqa.zip",
26382638
"repository": "https://github.com/GenieRobot/spec-kit-maqa-ext",
26392639
"homepage": "https://github.com/GenieRobot/spec-kit-maqa-ext",
26402640
"documentation": "https://github.com/GenieRobot/spec-kit-maqa-ext/blob/main/README.md",
@@ -2643,7 +2643,11 @@
26432643
"category": "process",
26442644
"effect": "read-write",
26452645
"requires": {
2646-
"speckit_version": ">=0.3.0"
2646+
"speckit_version": ">=0.3.0",
2647+
"tools": [
2648+
{ "name": "git", "required": true },
2649+
{ "name": "python3", "required": true }
2650+
]
26472651
},
26482652
"provides": {
26492653
"commands": 4,
@@ -2661,7 +2665,7 @@
26612665
"downloads": 0,
26622666
"stars": 0,
26632667
"created_at": "2026-03-26T00:00:00Z",
2664-
"updated_at": "2026-03-27T00:00:00Z"
2668+
"updated_at": "2026-08-20T00:00:00Z"
26652669
},
26662670
"maqa-azure-devops": {
26672671
"name": "MAQA Azure DevOps Integration",

0 commit comments

Comments
 (0)