Skip to content

Commit 14c4efa

Browse files
github-actions[bot]CopilotKSchlobohmCopilot
authored
[extension] Update MAQA — Multi-Agent & Quality Assurance extension to v0.3.1 (#4544)
* Update MAQA extension to v0.3.1 Update maqa extension submitted by @GenieRobot: - extensions/catalog.community.json (version, download_url, metadata) - docs/community/extensions.md community extensions table Closes #4452 Assisted-by: GitHub Copilot (model: gpt-5.2-codex, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Decrease command count from 5 to 4 Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Ken Schlobohm <keschlob@microsoft.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 6390729 commit 14c4efa

2 files changed

Lines changed: 10 additions & 11 deletions

File tree

‎docs/community/extensions.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The following community-contributed extensions are available in [`catalog.commun
9191
| Linear Weave | Weave Spec Kit into Linear: pull requirements, mirror tasks.md into sub-issues, sync statuses | `integration` | Read+Write | [spec-kit-linear-weave](https://github.com/tonydwoodhouse/spec-kit-linear-weave) |
9292
| LLM Wiki | LLM-maintained compounding project wiki: source ingestion, cited answers, and consistency linting | `docs` | Read+Write | [spec-kit-wiki](https://github.com/formin/spec-kit-wiki) |
9393
| Loop Engineering | Engineer safe autonomous agent loops for spec-driven development: a maker/checker split, externalized loop state, and stay-the-engineer guardrails against comprehension debt and cognitive surrender | `process` | Read+Write | [spec-kit-loop](https://github.com/formin/spec-kit-loop) |
94-
| MAQA — Multi-Agent & Quality Assurance | Coordinator → feature → QA agent workflow with parallel worktree-based implementation. Language-agnostic. Auto-detects installed board plugins. Optional CI gate. | `process` | Read+Write | [spec-kit-maqa-ext](https://github.com/GenieRobot/spec-kit-maqa-ext) |
94+
| MAQA — Multi-Agent & Quality Assurance | Idempotent, agent-neutral coordinator → feature → QA workflow with GitHub Issues as the source of truth. Uses Spec Kit taskstoissues for missing issues and supports parallel or sequential dispatch. | `process` | Read+Write | [spec-kit-maqa-ext](https://github.com/GenieRobot/spec-kit-maqa-ext) |
9595
| MAQA Azure DevOps Integration | Azure DevOps Boards integration for MAQA — syncs User Stories and Task children as features progress | `integration` | Read+Write | [spec-kit-maqa-azure-devops](https://github.com/GenieRobot/spec-kit-maqa-azure-devops) |
9696
| MAQA CI/CD Gate | Auto-detects GitHub Actions, CircleCI, GitLab CI, and Bitbucket Pipelines. Blocks QA handoff until pipeline is green. | `process` | Read+Write | [spec-kit-maqa-ci](https://github.com/GenieRobot/spec-kit-maqa-ci) |
9797
| MAQA GitHub Projects Integration | GitHub Projects v2 integration for MAQA — syncs draft issues and Status columns as features progress | `integration` | Read+Write | [spec-kit-maqa-github-projects](https://github.com/GenieRobot/spec-kit-maqa-github-projects) |

‎extensions/catalog.community.json‎

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2884,10 +2884,10 @@
28842884
"maqa": {
28852885
"name": "MAQA — Multi-Agent & Quality Assurance",
28862886
"id": "maqa",
2887-
"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.",
2887+
"description": "Idempotent, agent-neutral coordinator → feature → QA workflow with GitHub Issues as the source of truth. Uses Spec Kit taskstoissues for missing issues and supports parallel or sequential dispatch.",
28882888
"author": "GenieRobot",
2889-
"version": "0.1.6",
2890-
"download_url": "https://github.com/GenieRobot/spec-kit-maqa-ext/releases/download/maqa-v0.1.6/maqa.zip",
2889+
"version": "0.3.1",
2890+
"download_url": "https://github.com/GenieRobot/spec-kit-maqa-ext/releases/download/maqa-v0.3.1/maqa.zip",
28912891
"repository": "https://github.com/GenieRobot/spec-kit-maqa-ext",
28922892
"homepage": "https://github.com/GenieRobot/spec-kit-maqa-ext",
28932893
"documentation": "https://github.com/GenieRobot/spec-kit-maqa-ext/blob/main/README.md",
@@ -2899,26 +2899,25 @@
28992899
"speckit_version": ">=0.3.0",
29002900
"tools": [
29012901
{ "name": "git", "required": true },
2902-
{ "name": "python3", "required": true }
2902+
{ "name": "gh", "required": true }
29032903
]
29042904
},
29052905
"provides": {
2906-
"commands": 4,
2906+
"commands": 5,
29072907
"hooks": 1
29082908
},
29092909
"tags": [
29102910
"multi-agent",
2911-
"orchestration",
29122911
"quality-assurance",
2913-
"workflow",
2914-
"parallel",
2915-
"tdd"
2912+
"github-issues",
2913+
"idempotent",
2914+
"agent-neutral"
29162915
],
29172916
"verified": false,
29182917
"downloads": 0,
29192918
"stars": 0,
29202919
"created_at": "2026-03-26T00:00:00Z",
2921-
"updated_at": "2026-08-20T00:00:00Z"
2920+
"updated_at": "2026-09-11T00:00:00Z"
29222921
},
29232922
"maqa-azure-devops": {
29242923
"name": "MAQA Azure DevOps Integration",

0 commit comments

Comments
 (0)