Skip to content

Commit 5551509

Browse files
authored
feat: add memorylint extension to community catalog (#2138)
* feat: add memorylint extension to community catalog * chore: update speckit_version requirement to >=0.5.1 for memorylint extension * docs: register memorylint extension in README and update requirements
1 parent aa2282e commit 5551509

File tree

2 files changed

+35
-2
lines changed

2 files changed

+35
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ The following community-contributed extensions are available in [`catalog.commun
206206
| 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) |
207207
| 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) |
208208
| 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) |
209+
| 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) |
209210
| 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) |
210211
| 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) |
211212
| 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: 34 additions & 2 deletions
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": {
@@ -870,6 +870,38 @@
870870
"created_at": "2026-03-26T00:00:00Z",
871871
"updated_at": "2026-03-26T00:00:00Z"
872872
},
873+
"memorylint": {
874+
"name": "MemoryLint",
875+
"id": "memorylint",
876+
"description": "Agent memory governance tool: Automatically audits and fixes boundary conflicts between AGENTS.md and the constitution.",
877+
"author": "RbBtSn0w",
878+
"version": "1.0.0",
879+
"download_url": "https://github.com/RbBtSn0w/spec-kit-extensions/archive/refs/tags/v1.0.0.zip",
880+
"repository": "https://github.com/RbBtSn0w/spec-kit-extensions",
881+
"homepage": "https://github.com/RbBtSn0w/spec-kit-extensions/tree/main/memorylint",
882+
"documentation": "https://github.com/RbBtSn0w/spec-kit-extensions/blob/main/memorylint/README.md",
883+
"changelog": "https://github.com/RbBtSn0w/spec-kit-extensions/blob/main/memorylint/CHANGELOG.md",
884+
"license": "MIT",
885+
"requires": {
886+
"speckit_version": ">=0.5.1"
887+
},
888+
"provides": {
889+
"commands": 1,
890+
"hooks": 1
891+
},
892+
"tags": [
893+
"memory",
894+
"governance",
895+
"constitution",
896+
"agents-md",
897+
"process"
898+
],
899+
"verified": false,
900+
"downloads": 0,
901+
"stars": 0,
902+
"created_at": "2026-04-09T00:00:00Z",
903+
"updated_at": "2026-04-09T00:00:00Z"
904+
},
873905
"onboard": {
874906
"name": "Onboard",
875907
"id": "onboard",
@@ -1623,4 +1655,4 @@
16231655
"updated_at": "2026-03-16T00:00:00Z"
16241656
}
16251657
}
1626-
}
1658+
}

0 commit comments

Comments
 (0)