Skip to content

Commit 8d99f03

Browse files
Add memory-loader to community catalog (#2284)
- Extension ID: memory-loader - Version: 1.0.0 - Author: KevinBrown5280 - Description: Loads .specify/memory/ files before spec-kit lifecycle commands so LLM agents have project governance context
1 parent b4c4e86 commit 8d99f03

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ The following community-contributed extensions are available in [`catalog.commun
223223
| MAQA Jira Integration | Jira integration for MAQA — syncs Stories and Subtasks as features progress through the board | `integration` | Read+Write | [spec-kit-maqa-jira](https://github.com/GenieRobot/spec-kit-maqa-jira) |
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) |
226+
| 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) |
226227
| 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) |
227228
| 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) |
228229
| 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: 32 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-17T02:00:00Z",
3+
"updated_at": "2026-04-20T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -1167,6 +1167,37 @@
11671167
"created_at": "2026-03-26T00:00:00Z",
11681168
"updated_at": "2026-03-26T00:00:00Z"
11691169
},
1170+
"memory-loader": {
1171+
"name": "Memory Loader",
1172+
"id": "memory-loader",
1173+
"description": "Loads .specify/memory/ files before spec-kit lifecycle commands so LLM agents have project governance context",
1174+
"author": "KevinBrown5280",
1175+
"version": "1.0.0",
1176+
"download_url": "https://github.com/KevinBrown5280/spec-kit-memory-loader/archive/refs/tags/v1.0.0.zip",
1177+
"repository": "https://github.com/KevinBrown5280/spec-kit-memory-loader",
1178+
"homepage": "https://github.com/KevinBrown5280/spec-kit-memory-loader",
1179+
"documentation": "https://github.com/KevinBrown5280/spec-kit-memory-loader/blob/main/README.md",
1180+
"changelog": "https://github.com/KevinBrown5280/spec-kit-memory-loader/blob/main/CHANGELOG.md",
1181+
"license": "MIT",
1182+
"requires": {
1183+
"speckit_version": ">=0.6.0"
1184+
},
1185+
"provides": {
1186+
"commands": 1,
1187+
"hooks": 7
1188+
},
1189+
"tags": [
1190+
"context",
1191+
"memory",
1192+
"governance",
1193+
"hooks"
1194+
],
1195+
"verified": false,
1196+
"downloads": 0,
1197+
"stars": 0,
1198+
"created_at": "2026-04-20T00:00:00Z",
1199+
"updated_at": "2026-04-20T00:00:00Z"
1200+
},
11701201
"memorylint": {
11711202
"name": "MemoryLint",
11721203
"id": "memorylint",

0 commit comments

Comments
 (0)