[extension] Add AgentDocx extension to community catalog - #4184
[extension] Add AgentDocx extension to community catalog#4184github-actions[bot] wants to merge 1 commit 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?
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