[extension] Add AgentDocx SpecKit V2 extension to community catalog - #4347
Closed
github-actions[bot] wants to merge 1 commit into
Closed
[extension] Add AgentDocx SpecKit V2 extension to community catalog#4347github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
Add agentdocx-speckitv2 extension submitted by @ahmed200346 to: - extensions/catalog.community.json (alphabetical order) - docs/community/extensions.md community extensions table Closes #4342 Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds AgentDocx SpecKit V2 to the community extension catalog and documentation.
Changes:
- Adds extension metadata and dependencies.
- Adds the documentation table entry.
- Refreshes the catalog timestamp.
Show a summary per file
| File | Description |
|---|---|
extensions/catalog.community.json |
Adds the extension catalog record. |
docs/community/extensions.md |
Lists the extension publicly. |
Review details
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Suppressed comments (1)
extensions/catalog.community.json:230
- The linked archive does not contain the script at the path declared by its root manifest:
extension.ymlnamesscripts/bash/create-doc-pipeline.sh, while the tag contains it only atagentdocx-speckit/scripts/bash/create-doc-pipeline.sh. Extension artifact resolution is relative to the manifest directory and returns no file for this contribution (src/specify_cli/presets/__init__.py:5111-5127), so the advertised release is incomplete. Correct the manifest path or archive layout and point the catalog at a corrected release.
"download_url": "https://github.com/ahmed200346/Extension_GithubSpecKit/archive/refs/tags/v2.0.0.zip",
- Files reviewed: 2/2 changed files
- Comments generated: 2
- Review effort level: Balanced
| "id": "agentdocx-speckitv2", | ||
| "description": "AgentDocx evolved: same pipeline + far more autonomous Ticket Manager (5 CLI, per-project Kanban, bulk sync, auto-switch, Auditor).", | ||
| "author": "Ahmed Aziz Ammar", | ||
| "version": "2.0.0", |
Comment on lines
+241
to
+243
| { "name": "python", "required": true }, | ||
| { "name": "node", "required": true }, | ||
| { "name": "postgresql", "required": true } |
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.
Add
agentdocx-speckitv2extension to the community catalog.Summary
agentdocx-speckitv2entry toextensions/catalog.community.json(alphabetical order, afteragentdocx-speckit)docs/community/extensions.mdcommunity extensions tableupdated_atValidation Results
All checks passed:
agentdocx-speckitv2matches^[a-z][a-z0-9-]*$2.0.0follows semverX.Y.Zextension.ymlpresent in repositoryREADME.mdpresent in repositoryLICENSE.mdpresent in repositoryv2.0.0existsarchive/refs/tags/v2.0.0.zippatternCloses #4342
cc
@ahmed200346Posted on behalf of
@KSchlobohmby GitHub Copilot (model: claude-sonnet-4.6, autonomous)