From b6f1b41b3e08ea12505d7c74fc09e6130ee8ee57 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 19:30:10 +0000 Subject: [PATCH 1/2] 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> --- docs/community/extensions.md | 2 +- extensions/catalog.community.json | 21 ++++++++++----------- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/docs/community/extensions.md b/docs/community/extensions.md index eeeaccc8cc..58b7a56c4d 100644 --- a/docs/community/extensions.md +++ b/docs/community/extensions.md @@ -91,7 +91,7 @@ The following community-contributed extensions are available in [`catalog.commun | 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) | | 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) | | 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) | -| 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) | +| 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) | | 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) | | 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) | | 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) | diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index fe673baddb..b43f9bb9b3 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -885,7 +885,7 @@ "speckit_version": ">=0.4.0" }, "provides": { - "commands": 4, + "commands": 5, "hooks": 1 }, "tags": [ @@ -2884,10 +2884,10 @@ "maqa": { "name": "MAQA — Multi-Agent & Quality Assurance", "id": "maqa", - "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.", + "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.", "author": "GenieRobot", - "version": "0.1.6", - "download_url": "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/GenieRobot/spec-kit-maqa-ext/releases/download/maqa-v0.1.6/maqa.zip", + "version": "0.3.1", + "download_url": "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/GenieRobot/spec-kit-maqa-ext/releases/download/maqa-v0.3.1/maqa.zip", "repository": "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/GenieRobot/spec-kit-maqa-ext", "homepage": "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/GenieRobot/spec-kit-maqa-ext", "documentation": "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/GenieRobot/spec-kit-maqa-ext/blob/main/README.md", @@ -2899,26 +2899,25 @@ "speckit_version": ">=0.3.0", "tools": [ { "name": "git", "required": true }, - { "name": "python3", "required": true } + { "name": "gh", "required": true } ] }, "provides": { - "commands": 4, + "commands": 5, "hooks": 1 }, "tags": [ "multi-agent", - "orchestration", "quality-assurance", - "workflow", - "parallel", - "tdd" + "github-issues", + "idempotent", + "agent-neutral" ], "verified": false, "downloads": 0, "stars": 0, "created_at": "2026-03-26T00:00:00Z", - "updated_at": "2026-08-20T00:00:00Z" + "updated_at": "2026-09-11T00:00:00Z" }, "maqa-azure-devops": { "name": "MAQA Azure DevOps Integration", From 85aa7c0d04e6c1d7d9194d36cb18a38b6ad75c8b Mon Sep 17 00:00:00 2001 From: Ken Schlobohm Date: Fri, 11 Sep 2026 14:44:10 -0500 Subject: [PATCH 2/2] Decrease command count from 5 to 4 Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- extensions/catalog.community.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index b43f9bb9b3..17a20dd698 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -885,7 +885,7 @@ "speckit_version": ">=0.4.0" }, "provides": { - "commands": 5, + "commands": 4, "hooks": 1 }, "tags": [