[extension] Add AgentDocx extension to community catalog - #4184
Merged
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>
mnriem
previously approved these changes
Aug 18, 2026
Contributor
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
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>
Contributor
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
# Conflicts: # extensions/catalog.community.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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