diff --git a/docs/community/extensions.md b/docs/community/extensions.md index dd96d784d9..e2a20c9d15 100644 --- a/docs/community/extensions.md +++ b/docs/community/extensions.md @@ -58,6 +58,7 @@ The following community-contributed extensions are available in [`catalog.commun | Data Model Diagram | Generates Mermaid ER diagrams from Spec Kit data models after planning | `docs` | Read+Write | [spec-kit-data-model-diagram](https://github.com/benizzio/spec-kit-data-model-diagram) | | DocGuard — CDD Enforcement | The only doc-integrity engine with an MCP server, SARIF/JUnit output, and a deterministic zero-LLM core. Validates, scores, and traces documentation against code — 27 validators, stable finding codes, adoption baseline for legacy repos, compliance-evidence reports, GitHub Action with PR annotations, spec-kit hooks. Pure Node.js, one pinned dep. | `docs` | Read+Write | [spec-kit-docguard](https://github.com/raccioly/docguard) | | Dotdog | Import GitHub Spec Kit artifacts into local knowledge graphs for validation, analysis, search, and MCP queries. | `docs` | Read+Write | [dotdog](https://github.com/specdog/dotdog) | +| DUBSAR Memory | Local project memory for Spec Kit with explicit checkpoints, cross-session resume, and SHA-256 freshness for recorded specification, plan, and task references. | `visibility` | Read+Write | [dubsar-memory](https://github.com/kotnisofiane-bit/dubsar-memory) | | EARS Requirements Syntax | Author, lint, and convert requirements using EARS - the five industry-standard sentence patterns for unambiguous, testable requirements | `docs` | Read+Write | [spec-kit-ears](https://github.com/dhruv-15-03/spec-kit-ears) | | Extensify | Create and validate extensions and extension catalogs | `process` | Read+Write | [extensify](https://github.com/mnriem/spec-kit-extensions/tree/main/extensify) | | Figma Starter | Turns a Figma section's screens into per-screen spec.md files, an app-level user-stories.md, and a build-order.md, then hands off to /speckit.specify | `integration` | Read+Write | [spec-kit-figma-starter](https://github.com/wavemaker/spec-kit-figma-starter) | diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 094c9f62bf..79560b4d95 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": { @@ -1477,6 +1477,48 @@ "created_at": "2026-07-16T00:00:00Z", "updated_at": "2026-07-16T00:00:00Z" }, + "dubsar": { + "name": "DUBSAR Memory", + "id": "dubsar", + "description": "Local project memory for Spec Kit with explicit checkpoints, cross-session resume, and SHA-256 freshness for recorded specification, plan, and task references.", + "author": "DUBSAR", + "version": "0.1.4", + "download_url": "https://github.com/kotnisofiane-bit/dubsar-memory/releases/download/speckit-dubsar-v0.1.4/dubsar-memory-extension.zip", + "sha256": "55282acfd5df4f000ee75395b4eb6db68562b3fd80fe39330b67a9296435f556", + "repository": "https://github.com/kotnisofiane-bit/dubsar-memory", + "homepage": "https://github.com/kotnisofiane-bit/dubsar-memory", + "documentation": "https://github.com/kotnisofiane-bit/dubsar-memory/blob/main/integrations/spec-kit/dubsar-memory/README.md", + "changelog": "https://github.com/kotnisofiane-bit/dubsar-memory/blob/main/CHANGELOG.md", + "license": "MIT", + "category": "visibility", + "effect": "read-write", + "requires": { + "speckit_version": ">=0.16.4", + "tools": [ + { + "name": "node", + "version": ">=20", + "required": true + } + ] + }, + "provides": { + "commands": 2, + "hooks": 0 + }, + "tags": [ + "memory", + "continuity", + "checkpoints", + "resume", + "offline" + ], + "verified": false, + "downloads": 0, + "stars": 0, + "created_at": "2026-08-17T00:00:00Z", + "updated_at": "2026-08-17T00:00:00Z" + }, "ears": { "name": "EARS Requirements Syntax", "id": "ears",