[extension] Add AgentDocx extension to community catalog - #4184
[extension] Add AgentDocx extension to community catalog#4184github-actions[bot] wants to merge 3 commits into
Conversation
Add agentdocx-speckit extension submitted by @abir-ommezzine to: - extensions/catalog.community.json (alphabetical order) - docs/community/extensions.md community extensions table Closes #4171 Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Adds AgentDocx to the community extension catalog and documentation.
Changes:
- Adds AgentDocx catalog metadata and download details.
- Adds AgentDocx to the community extensions table.
Show a summary per file
| File | Description |
|---|---|
extensions/catalog.community.json |
Registers AgentDocx and updates the catalog timestamp. |
docs/community/extensions.md |
Documents AgentDocx in the extension listing. |
Review details
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
- Files reviewed: 2/2 changed files
- Comments generated: 1
- Review effort level: Balanced
| "description": "Full-stack multi-agent specification pipeline with VS Code extension control, automated Kanban/Jira sync, and React monitoring dashboard.", | ||
| "author": "Abir Ommezzine and Ahmed Aziz Ammar", | ||
| "version": "0.0.3", | ||
| "download_url": "https://github.com/abir-ommezzine/extension-github-spec-kit/archive/refs/tags/v0.0.3.zip", |
There was a problem hiding this comment.
Fixed , v0.0.3 now points at commit e332a07, which corrects the manifest:
requires moved to the top level (was nested under extension)
effect changed from Read+Write to read-write
Added a provides.scripts block so the extension declares at least one artifact
The archive at the existing download_url (archive/refs/tags/v0.0.3.zip) already reflects this — no URL or version change needed, just re-check when convenient.
| "created_at": "2026-08-03T00:00:00Z", | ||
| "updated_at": "2026-08-03T00:00:00Z" | ||
| }, | ||
| "agentdocx-speckit": { |
There was a problem hiding this comment.
Noted but I don't have push access to this PR's branch (it's add-agentdocx-speckit-extension-5fb26b0514bf2286 in this repo, not a fork), so I can't move the agentdocx-speckit entry myself. Could a maintainer either reorder it (after agent-orchestrator, before analytics) or let me know if there's a way for me to push a fix commit here?
Assisted-by: GitHub Copilot (model: unknown, autonomous) Co-authored-by: mnriem <15701806+mnriem@users.noreply.github.com>
Assisted-by: GitHub Copilot (model: GPT-5.2-Codex, autonomous) Co-authored-by: mnriem <15701806+mnriem@users.noreply.github.com>
There was a problem hiding this comment.
Review details
Suppressed comments (1)
Previously missed (1) — in code that hasn't changed since the last review.
extensions/catalog.community.json:198
- This minimum version is too low for the published manifest. AgentDocx is a script-only extension (
provides.scripts), but support for declaring scripts and satisfying the “must provide something” rule with a script was added after v0.16.1 and first shipped in v0.16.2. On older allowed versions, installation rejects the manifest because it has no command, hook, or event. Require Spec Kit 0.16.2 or later so the catalog compatibility check cannot admit clients that cannot install it.
"speckit_version": ">=0.1.0"
- Files reviewed: 2/2 changed files
- Comments generated: 0 new
- Review effort level: Balanced
Adds the AgentDocx (
agentdocx-speckit) community extension to the catalog, submitted by@abir-ommezzinevia issue #4171.Validation Results
All checks passed ✅
^[a-z][a-z0-9-]*$)agentdocx-speckitX.Y.Z)0.0.3extension.ymlpresentREADME.mdpresentLICENSEfile presentv0.0.3Changes
extensions/catalog.community.json— new entry foragentdocx-speckitin alphabetical order; top-levelupdated_atrefreshed to 2026-08-18docs/community/extensions.md— new row for AgentDocx in alphabetical orderCloses #4171
cc
@abir-ommezzine