Skip to content

Commit f10246d

Browse files
committed
feat: add memorylint extension to community catalog
1 parent 4d58ee9 commit f10246d

File tree

2 files changed

+35
-2
lines changed

2 files changed

+35
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,8 @@ The following community-contributed extensions are available in [`catalog.commun
204204
| MAQA GitHub Projects Integration | GitHub Projects v2 integration for MAQA — syncs draft issues and Status columns as features progress | `integration` | Read+Write | [spec-kit-maqa-github-projects](https://github.com/GenieRobot/spec-kit-maqa-github-projects) |
205205
| 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) |
206206
| 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) |
207-
| 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) |
207+
| MAQA Trello Integration | Trello board integration for MAQA — syncs cards, and real-time checklist ticking | `integration` | Read+Write | [spec-kit-maqa-trello](https://github.com/GenieRobot/spec-kit-maqa-trello) |
208+
| 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) |
208209
| 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) |
209210
| 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) |
210211
| Plan Review Gate | Require spec.md and plan.md to be merged via MR/PR before allowing task generation | `process` | Read-only | [spec-kit-plan-review-gate](https://github.com/luno/spec-kit-plan-review-gate) |

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-08T00:00:00Z",
3+
"updated_at": "2026-04-09T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -806,6 +806,38 @@
806806
"created_at": "2026-03-26T00:00:00Z",
807807
"updated_at": "2026-03-26T00:00:00Z"
808808
},
809+
"memorylint": {
810+
"name": "MemoryLint",
811+
"id": "memorylint",
812+
"description": "Agent memory governance tool: Automatically audits and fixes boundary conflicts between AGENTS.md and the constitution.",
813+
"author": "RbBtSn0w",
814+
"version": "1.0.0",
815+
"download_url": "https://github.com/RbBtSn0w/spec-kit-extensions/archive/refs/tags/v1.0.0.zip",
816+
"repository": "https://github.com/RbBtSn0w/spec-kit-extensions",
817+
"homepage": "https://github.com/RbBtSn0w/spec-kit-extensions/tree/main/memorylint",
818+
"documentation": "https://github.com/RbBtSn0w/spec-kit-extensions/blob/main/memorylint/README.md",
819+
"changelog": "https://github.com/RbBtSn0w/spec-kit-extensions/blob/main/memorylint/CHANGELOG.md",
820+
"license": "MIT",
821+
"requires": {
822+
"speckit_version": ">=0.1.0"
823+
},
824+
"provides": {
825+
"commands": 1,
826+
"hooks": 1
827+
},
828+
"tags": [
829+
"memory",
830+
"governance",
831+
"constitution",
832+
"agents-md",
833+
"process"
834+
],
835+
"verified": false,
836+
"downloads": 0,
837+
"stars": 0,
838+
"created_at": "2026-04-09T00:00:00Z",
839+
"updated_at": "2026-04-09T00:00:00Z"
840+
},
809841
"onboard": {
810842
"name": "Onboard",
811843
"id": "onboard",

0 commit comments

Comments
 (0)