Skip to content

feat(extensions): add verify-tasks extension to community catalog#1871

Open
davesharpe13 wants to merge 2 commits intogithub:mainfrom
datastone-inc:add-verify-tasks
Open

feat(extensions): add verify-tasks extension to community catalog#1871
davesharpe13 wants to merge 2 commits intogithub:mainfrom
datastone-inc:add-verify-tasks

Conversation

@davesharpe13
Copy link

Summary

  • Adds verify-tasks extension to extensions/catalog.community.json
  • Adds entry to Available Community Extensions table in extensions/README.md

Closes #1865

Extension details

Submission checklist

  • Valid extension.yml manifest
  • Complete README with installation and usage instructions
  • LICENSE file included
  • GitHub release created with semantic version (v1.0.0)
  • Extension tested on a real project
  • All commands working as documented
  • No security issues

🤖 Generated with Claude Code

- Extension ID: verify-tasks
- Version: 1.0.0
- Detects phantom completions: tasks marked [X] in tasks.md with no real implementation

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@davesharpe13 davesharpe13 requested a review from mnriem as a code owner March 16, 2026 22:12
Copilot AI review requested due to automatic review settings March 16, 2026 22:12
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds the new verify-tasks community extension to the Spec Kit community catalog and lists it in the extensions README, supporting discovery/installation of the extension described in issue #1865.

Changes:

  • Added verify-tasks entry to extensions/catalog.community.json (metadata, URLs, requirements, tags).
  • Added verify-tasks row to the “Available Community Extensions” table in extensions/README.md.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
extensions/catalog.community.json Registers the new verify-tasks extension in the community catalog with version, URLs, and capabilities.
extensions/README.md Adds the extension to the community extensions table for discoverability.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Collaborator

@mnriem mnriem left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please address Copilot feedback

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds the new community extension verify-tasks to Spec Kit’s extension discovery surfaces (community catalog + extensions README), aligning with the request in #1865 to detect “phantom completions” in tasks.md.

Changes:

  • Added a new verify-tasks entry to extensions/catalog.community.json with metadata, compatibility, and links.
  • Added “Verify Tasks Extension” to the “Available Community Extensions” table in extensions/README.md.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
extensions/catalog.community.json Registers verify-tasks in the community catalog with download/repo/docs/changelog metadata and speckit_version requirement.
extensions/README.md Adds the extension to the community extensions table for visibility/discoverability.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: verify that [X]-marked tasks were actually implemented

3 participants