Skip to content

Commit 1334440

Browse files
github-actions[bot]Copilotmnriem
authored
[extension] Add DUBSAR Memory extension to community catalog (#4170)
* Add DUBSAR Memory extension to community catalog Add dubsar extension submitted by @kotnisofiane-bit to: - extensions/catalog.community.json (alphabetical order) - docs/community/extensions.md community extensions table Closes #4130 Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Address review: minimize catalog churn and add dubsar sha256 Reserialize the community catalog back to its original formatting and entry order so the patch is limited to the top-level timestamp plus the new dubsar entry, and add the published asset's sha256 digest so catalog installs enforce archive verification. Assisted-by: GitHub Copilot (model: Claude Opus 4.8, autonomous) Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Manfred Riem <15701806+mnriem@users.noreply.github.com>
1 parent e475114 commit 1334440

2 files changed

Lines changed: 43 additions & 0 deletions

File tree

docs/community/extensions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ The following community-contributed extensions are available in [`catalog.commun
6060
| 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) |
6161
| 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) |
6262
| 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) |
63+
| 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) |
6364
| 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) |
6465
| Extensify | Create and validate extensions and extension catalogs | `process` | Read+Write | [extensify](https://github.com/mnriem/spec-kit-extensions/tree/main/extensify) |
6566
| 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) |

extensions/catalog.community.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1511,6 +1511,48 @@
15111511
"created_at": "2026-07-16T00:00:00Z",
15121512
"updated_at": "2026-07-16T00:00:00Z"
15131513
},
1514+
"dubsar": {
1515+
"name": "DUBSAR Memory",
1516+
"id": "dubsar",
1517+
"description": "Local project memory for Spec Kit with explicit checkpoints, cross-session resume, and SHA-256 freshness for recorded specification, plan, and task references.",
1518+
"author": "DUBSAR",
1519+
"version": "0.1.4",
1520+
"download_url": "https://github.com/kotnisofiane-bit/dubsar-memory/releases/download/speckit-dubsar-v0.1.4/dubsar-memory-extension.zip",
1521+
"sha256": "55282acfd5df4f000ee75395b4eb6db68562b3fd80fe39330b67a9296435f556",
1522+
"repository": "https://github.com/kotnisofiane-bit/dubsar-memory",
1523+
"homepage": "https://github.com/kotnisofiane-bit/dubsar-memory",
1524+
"documentation": "https://github.com/kotnisofiane-bit/dubsar-memory/blob/main/integrations/spec-kit/dubsar-memory/README.md",
1525+
"changelog": "https://github.com/kotnisofiane-bit/dubsar-memory/blob/main/CHANGELOG.md",
1526+
"license": "MIT",
1527+
"category": "visibility",
1528+
"effect": "read-write",
1529+
"requires": {
1530+
"speckit_version": ">=0.16.4",
1531+
"tools": [
1532+
{
1533+
"name": "node",
1534+
"version": ">=20",
1535+
"required": true
1536+
}
1537+
]
1538+
},
1539+
"provides": {
1540+
"commands": 2,
1541+
"hooks": 0
1542+
},
1543+
"tags": [
1544+
"memory",
1545+
"continuity",
1546+
"checkpoints",
1547+
"resume",
1548+
"offline"
1549+
],
1550+
"verified": false,
1551+
"downloads": 0,
1552+
"stars": 0,
1553+
"created_at": "2026-08-17T00:00:00Z",
1554+
"updated_at": "2026-08-17T00:00:00Z"
1555+
},
15141556
"ears": {
15151557
"name": "EARS Requirements Syntax",
15161558
"id": "ears",

0 commit comments

Comments
 (0)