Skip to content

Commit 709457c

Browse files
authored
Add Memory MD community extension (#2327)
1 parent 9e259e1 commit 709457c

2 files changed

Lines changed: 34 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ The following community-contributed extensions are available in [`catalog.commun
224224
| MAQA Linear Integration | Linear integration for MAQA — syncs issues and sub-issues across workflow states as features progress | `integration` | Read+Write | [spec-kit-maqa-linear](https://github.com/GenieRobot/spec-kit-maqa-linear) |
225225
| MAQA Trello Integration | Trello board integration for MAQA — populates board from specs, moves cards, real-time checklist ticking | `integration` | Read+Write | [spec-kit-maqa-trello](https://github.com/GenieRobot/spec-kit-maqa-trello) |
226226
| Memory Loader | Loads .specify/memory/ files before lifecycle commands so LLM agents have project governance context | `docs` | Read-only | [spec-kit-memory-loader](https://github.com/KevinBrown5280/spec-kit-memory-loader) |
227+
| Memory MD | Repository-native durable memory for Spec Kit projects | `docs` | Read+Write | [spec-kit-memory-hub](https://github.com/DyanGalih/spec-kit-memory-hub) |
227228
| MemoryLint | Agent memory governance tool: Automatically audits and fixes boundary conflicts between AGENTS.md and the constitution. | `process` | Read+Write | [memorylint](https://github.com/RbBtSn0w/spec-kit-extensions/tree/main/memorylint) |
228229
| Onboard | Contextual onboarding and progressive growth for developers new to spec-kit projects. Explains specs, maps dependencies, validates understanding, and guides the next step | `process` | Read+Write | [spec-kit-onboard](https://github.com/dmux/spec-kit-onboard) |
229230
| Optimize | Audit and optimize AI governance for context efficiency — token budgets, rule health, interpretability, compression, coherence, and echo detection | `process` | Read+Write | [spec-kit-optimize](https://github.com/sakitA/spec-kit-optimize) |

extensions/catalog.community.json

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-04-22T21:10:00Z",
3+
"updated_at": "2026-04-23T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -1198,6 +1198,38 @@
11981198
"created_at": "2026-04-20T00:00:00Z",
11991199
"updated_at": "2026-04-20T00:00:00Z"
12001200
},
1201+
"memory-md": {
1202+
"name": "Memory MD",
1203+
"id": "memory-md",
1204+
"description": "Repository-native durable memory for Spec Kit projects",
1205+
"author": "DyanGalih",
1206+
"version": "0.6.2",
1207+
"download_url": "https://github.com/DyanGalih/spec-kit-memory-hub/archive/refs/tags/v0.6.2.zip",
1208+
"repository": "https://github.com/DyanGalih/spec-kit-memory-hub",
1209+
"homepage": "https://github.com/DyanGalih/spec-kit-memory-hub",
1210+
"documentation": "https://github.com/DyanGalih/spec-kit-memory-hub/blob/main/README.md",
1211+
"changelog": "https://github.com/DyanGalih/spec-kit-memory-hub/blob/main/docs/memory-workflow-v0.6.md",
1212+
"license": "MIT",
1213+
"requires": {
1214+
"speckit_version": ">=0.6.0"
1215+
},
1216+
"provides": {
1217+
"commands": 5,
1218+
"hooks": 0
1219+
},
1220+
"tags": [
1221+
"memory",
1222+
"workflow",
1223+
"docs",
1224+
"copilot",
1225+
"markdown"
1226+
],
1227+
"verified": false,
1228+
"downloads": 0,
1229+
"stars": 0,
1230+
"created_at": "2026-04-23T00:00:00Z",
1231+
"updated_at": "2026-04-23T00:00:00Z"
1232+
},
12011233
"memorylint": {
12021234
"name": "MemoryLint",
12031235
"id": "memorylint",

0 commit comments

Comments
 (0)