Add Loop Engineering extension to community catalog (#3002)

Add loop extension submitted by @formin to:
- extensions/catalog.community.json (alphabetical order)
- docs/community/extensions.md community extensions table

Closes #2977

Co-authored-by: Manfred Riem <mnriem@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Manfred Riem
2026-06-16 10:10:03 -05:00
committed by GitHub
parent 97d5376fc7
commit 7a3710242c
2 changed files with 35 additions and 0 deletions

View File

@@ -1538,6 +1538,40 @@
"created_at": "2026-06-01T00:00:00Z",
"updated_at": "2026-06-16T00:00:00Z"
},
"loop": {
"name": "Loop Engineering",
"id": "loop",
"description": "Engineer safe autonomous agent loops for spec-driven development: a maker/checker split, externalized loop state, and stay-the-engineer guardrails against comprehension debt and cognitive surrender",
"author": "formin",
"version": "1.0.0",
"download_url": "https://github.com/formin/spec-kit-loop/archive/refs/tags/v1.0.0.zip",
"repository": "https://github.com/formin/spec-kit-loop",
"homepage": "https://github.com/formin/spec-kit-loop",
"documentation": "https://github.com/formin/spec-kit-loop/blob/main/README.md",
"changelog": "https://github.com/formin/spec-kit-loop/blob/main/CHANGELOG.md",
"license": "MIT",
"category": "process",
"effect": "read-write",
"requires": {
"speckit_version": ">=0.2.0"
},
"provides": {
"commands": 5,
"hooks": 2
},
"tags": [
"loop-engineering",
"automation",
"verification",
"maker-checker",
"workflow"
],
"verified": false,
"downloads": 0,
"stars": 0,
"created_at": "2026-06-16T00:00:00Z",
"updated_at": "2026-06-16T00:00:00Z"
},
"m365": {
"name": "Microsoft 365 Integration",
"id": "m365",