[extension] Add AgentDocx SpecKit V2 extension to community catalog - #4358
Open
github-actions[bot] wants to merge 6 commits into
Open
[extension] Add AgentDocx SpecKit V2 extension to community catalog#4358github-actions[bot] wants to merge 6 commits into
github-actions[bot] wants to merge 6 commits 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.
Changes:
- Adds extension metadata and refreshes the catalog timestamp.
- Adds the extension to community documentation.
Show a summary per file
| File | Description |
|---|---|
extensions/catalog.community.json |
Adds the catalog entry. |
docs/community/extensions.md |
Adds the community table row. |
Review details
💡 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
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@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:199
- The linked changelog currently ends at version 0.0.4, so it does not document the cataloged 0.0.5 release. Please add a 0.0.5 entry to that changelog or leave this optional field empty until it is current.
"changelog": "https://github.com/ahmed200346/Extension_GithubSpecKit/blob/extension/CHANGELOG.md",
- Files reviewed: 2/2 changed files
- Comments generated: 1
- Review effort level: Balanced
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Review details
Suppressed comments (2)
Previously missed (2) — in code that hasn't changed since the last review.
extensions/catalog.community.json:199
- The linked release documentation is not aligned with this catalog version: the
main/v0.0.5README still advertises version 0.0.4, the tagged LICENSE also identifies 0.0.4, and the linked changelog stops at 0.0.4. This contradicts the PR's “documentation is complete and accurate” validation for 0.0.5; please update the upstream 0.0.5 documentation/changelog before publishing this entry.
"documentation": "https://github.com/ahmed200346/Extension_GithubSpecKit/blob/main/README.md",
"changelog": "https://github.com/ahmed200346/Extension_GithubSpecKit/blob/extension/CHANGELOG.md",
extensions/catalog.community.json:7
- This addition also rewrites unrelated existing catalog data (for example, Unicode escaping here and throughout the file, plus moving
checkpoint,critique, andthreatmodel). Those changes are not part of the catalog addition described by the PR and make future catalog edits more conflict-prone. Please preserve the existing serialization/order and limit this file's diff to the refreshed top-level timestamp and the new entry.
"name": "adrkit \u2014 decision memory for spec-driven development",
- Files reviewed: 2/2 changed files
- Comments generated: 0 new
- Review effort level: Balanced
Assisted-by: GitHub Copilot (model: GPT-5.6 Sol, autonomous) Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Restore the existing catalog ordering and literal Unicode while keeping only the AgentDocx SpecKit V2 entry and catalog timestamp changes. Assisted-by: GitHub Copilot (model: GPT-5.6 Sol, autonomous) Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Comment on lines
+233
to
+234
| "documentation": "https://github.com/ahmed200346/Extension_GithubSpecKit/blob/main/README.md", | ||
| "changelog": "https://github.com/ahmed200346/Extension_GithubSpecKit/blob/extension/CHANGELOG.md", |
Move the existing aide block so the new AgentDocx SpecKit V2 entry follows the required extension ID ordering. Assisted-by: GitHub Copilot (model: GPT-5.6 Sol, autonomous) Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
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-speckitv2community extension to the Spec Kit catalog.Summary
agentdocx-speckitv2)@ahmed200346)integration| Effect:read-writeValidation Results ✅
All checks passed:
^[a-z][a-z0-9-]*$)agentdocx-speckitv2X.Y.Z)0.0.5extension.ymlpresentREADME.mdpresentLICENSE.mdpresentChanges
extensions/catalog.community.json— new entry inserted in alphabetical order (betweenagentdocx-speckitandaide)docs/community/extensions.md— new row inserted in alphabetical order (after AgentDocx)Closes #4342
cc
@ahmed200346