diff --git a/docs/community/extensions.md b/docs/community/extensions.md index dd96d784d9..4563bde1df 100644 --- a/docs/community/extensions.md +++ b/docs/community/extensions.md @@ -74,7 +74,7 @@ The following community-contributed extensions are available in [`catalog.commun | Iterate | Iterate on spec documents with a two-phase define-and-apply workflow — refine specs mid-implementation and go straight back to building | `docs` | Read+Write | [spec-kit-iterate](https://github.com/imviancagrace/spec-kit-iterate) | | Jira Integration | Create Jira Epics, Stories, and Issues from spec-kit specifications and task breakdowns with configurable hierarchy and custom field support | `integration` | Read+Write | [spec-kit-jira](https://github.com/mbachorik/spec-kit-jira) | | Jira Integration (Sync Engine) | Idempotent, drift-aware, fail-closed reconcile engine mirroring spec-kit specs into Jira (Epic per repo, Story per spec, Subtask per phase) | `integration` | Read+Write | [spec-kit-jira-sync](https://github.com/ashbrener/spec-kit-jira-sync) | -| Keel Discovery | A Spec Kit extension that puts customer evidence upstream of /speckit.specify, and audits what you shipped against it afterwards | `process` | Read+Write | [spec-kit-keel](https://github.com/keeldiscovery/spec-kit-keel) | +| Keel Discovery | Evidence-backed discovery upstream of /speckit.specify, plus round-trip drift auditing after implementation | `process` | Read+Write | [spec-kit-keel](https://github.com/keeldiscovery/spec-kit-keel) | | Learning Extension | Generate educational guides from implementations and enhance clarifications with mentoring context | `docs` | Read+Write | [spec-kit-learn](https://github.com/imviancagrace/spec-kit-learn) | | Linear Integration | Mirror spec-kit feature directories into Linear (filesystem → Linear, reconcile-based, unidirectional). | `integration` | Read+Write | [spec-kit-linear-sync](https://github.com/ashbrener/spec-kit-linear-sync) | | Linear Weave | Weave Spec Kit into Linear: pull requirements, mirror tasks.md into sub-issues, sync statuses | `integration` | Read+Write | [spec-kit-linear-weave](https://github.com/tonydwoodhouse/spec-kit-linear-weave) | diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 094c9f62bf..cbbe2512b8 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1,6 +1,6 @@ { "schema_version": "1.0", - "updated_at": "2026-08-14T00:00:00Z", + "updated_at": "2026-08-17T00:00:00Z", "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json", "extensions": { "adrkit": { @@ -2221,10 +2221,10 @@ "keel": { "name": "Keel Discovery", "id": "keel", - "description": "A Spec Kit extension that puts customer evidence upstream of /speckit.specify, and audits what you shipped against it afterwards.", + "description": "Evidence-backed discovery upstream of /speckit.specify, plus round-trip drift auditing after implementation.", "author": "Keel Discovery", - "version": "0.1.1", - "download_url": "https://github.com/keeldiscovery/spec-kit-keel/archive/refs/tags/v0.1.1.zip", + "version": "0.2.0", + "download_url": "https://github.com/keeldiscovery/spec-kit-keel/archive/refs/tags/v0.2.0.zip", "repository": "https://github.com/keeldiscovery/spec-kit-keel", "homepage": "https://keeldiscovery.com", "documentation": "https://github.com/keeldiscovery/spec-kit-keel/blob/main/README.md", @@ -2236,7 +2236,7 @@ "speckit_version": ">=0.15.0" }, "provides": { - "commands": 5, + "commands": 6, "hooks": 2 }, "tags": [ @@ -2250,7 +2250,7 @@ "downloads": 0, "stars": 0, "created_at": "2026-08-10T00:00:00Z", - "updated_at": "2026-08-10T00:00:00Z" + "updated_at": "2026-08-17T00:00:00Z" }, "learn": { "name": "Learning Extension",