Add memory-loader to community catalog#2284
Merged
mnriem merged 1 commit intogithub:mainfrom Apr 20, 2026
Merged
Conversation
- 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
Contributor
There was a problem hiding this comment.
Pull request overview
Adds the “Memory Loader” extension to the Spec Kit community extension catalog so it can be discovered via extensions/catalog.community.json and the root README’s community table.
Changes:
- Updated
extensions/catalog.community.jsontop-levelupdated_atand added a newmemory-loaderextension entry (v1.0.0). - Added “Memory Loader” to the Community Extensions table in
README.md(alphabetical placement).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| extensions/catalog.community.json | Adds the memory-loader catalog entry and updates the catalog timestamp. |
| README.md | Adds “Memory Loader” to the Community Extensions table for discoverability. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
mnriem
approved these changes
Apr 20, 2026
Collaborator
|
Thank you! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Extension Submission
Extension Name: Memory Loader
Extension ID: memory-loader
Version: 1.0.0
Author: KevinBrown5280
Repository: https://github.com/KevinBrown5280/spec-kit-memory-loader
Description
Loads all
.specify/memory/files (constitution, glossary, project-conventions, etc.) before every spec-kit lifecycle command so LLM agents have full project governance context — not justconstitution.md.Registers mandatory
before_*hooks on: specify, plan, tasks, implement, clarify, checklist, and analyze.Checklist
Testing
Tested on a real multi-feature SDD project with 3 memory files (~22KB total). Hooks fire correctly on all lifecycle commands. Graceful skip when
.specify/memory/is absent.