feat: register spec-kit-learn extension#1883
Conversation
There was a problem hiding this comment.
Pull request overview
Registers the new spec-kit-learn community extension in Spec Kit’s community extensions catalog so it can be discovered via the documented catalog flow.
Changes:
- Added a new
learnentry toextensions/catalog.community.jsonwith metadata (download URL, tags, provides/requires). - Added “Learning Extension” to the community extensions list 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 | Adds the learn extension’s catalog entry (metadata, URLs, tags, provides/requires). |
| extensions/README.md | Lists the new extension in the “Available Community Extensions” table. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
mnriem
left a comment
There was a problem hiding this comment.
Please address Copilot feedback. If not applicable please explain why
There was a problem hiding this comment.
Pull request overview
Registers the new community extension spec-kit-learn in Spec Kit’s community extensions catalog so it can be discovered via the extensions documentation and catalog tooling.
Changes:
- Bumps
extensions/catalog.community.jsontop-levelupdated_atand adds the newlearnextension entry. - Adds “Learning Extension” to the community extensions table in
extensions/README.md.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| extensions/catalog.community.json | Adds the learn extension metadata to the community catalog and updates the catalog timestamp. |
| extensions/README.md | Lists the new extension in the “Available Community Extensions” table for discoverability. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Registers the new spec-kit-learn community extension in the extension discovery catalog, making it discoverable via the community reference catalog and listed in the extensions README.
Changes:
- Added a new
learnentry toextensions/catalog.community.json(including metadata, requirements, and capabilities). - Updated the catalog
updated_attimestamp. - Added “Learning Extension” to the 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 | Adds the learn community extension entry and bumps the catalog timestamp. |
| extensions/README.md | Lists the new extension in the “Available Community Extensions” table. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Registers the new spec-kit-learn community extension in the community extension catalog so it can be discovered via the repository’s published listings.
Changes:
- Updated
extensions/catalog.community.jsontop-levelupdated_atand added the newlearnextension entry. - Added the extension to the 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 | Bumps catalog timestamp and adds the learn extension metadata (URLs, version, tags, requires/provides). |
| extensions/README.md | Adds “Learning Extension” to the community extensions list (discoverability/documentation). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Registers the new spec-kit-learn community extension in the community catalog so it can be discovered alongside other Spec Kit extensions.
Changes:
- Updated
extensions/catalog.community.jsontop-levelupdated_attimestamp. - Added a new
learnextension entry toextensions/catalog.community.jsonwith metadata and download URLs. - Added “Learning Extension” to the community extensions table in
extensions/README.md(kept alphabetically sorted in the table).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| extensions/catalog.community.json | Bumps catalog timestamp and adds the learn extension metadata entry. |
| extensions/README.md | Adds “Learning Extension” row to the community extensions list. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> resolve copilot review Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
b7a1ab1 to
0e857ab
Compare
|
Thank you! |
Description
Register the new spec-kit-learn community extension in the extensions catalog. This extension generates educational guides from implementations and enhances clarifications with mentoring context.
Testing
uv run specify --helpuv sync && uv run pytestAI Disclosure
Code generated by Cursor and Claude Code.