Skip to content

Commit 0da969d

Browse files
github-actions[bot]CopilotCopilot
authored
[extension] Add LLM Wiki extension to community catalog (#3361)
* Add LLM Wiki extension to community catalog Add wiki extension submitted by @formin to: - extensions/catalog.community.json (alphabetical order) - docs/community/extensions.md community extensions table Closes #3319 Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * fix: limit catalog.community.json changes to wiki entry + timestamps only Reverts the unintended reordering and reformatting of existing extensions (aide, checkpoint, critique, threatmodel, etc.) and companion's tools array. Only the new wiki entry and updated_at timestamps are now changed. Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent 13d2cca commit 0da969d

2 files changed

Lines changed: 35 additions & 0 deletions

File tree

docs/community/extensions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ The following community-contributed extensions are available in [`catalog.commun
6767
| Jira Integration (Sync Engine) | Idempotent, drift-aware, fail-closed reconcile engine mirroring spec-kit specs into Jira (Epic per repo, Story per spec, Subtask per phase) | `integration` | Read+Write | [spec-kit-jira-sync](https://github.com/ashbrener/spec-kit-jira-sync) |
6868
| Learning Extension | Generate educational guides from implementations and enhance clarifications with mentoring context | `docs` | Read+Write | [spec-kit-learn](https://github.com/imviancagrace/spec-kit-learn) |
6969
| Linear Integration | Mirror spec-kit feature directories into Linear (filesystem → Linear, reconcile-based, unidirectional). | `integration` | Read+Write | [spec-kit-linear-sync](https://github.com/ashbrener/spec-kit-linear-sync) |
70+
| LLM Wiki | LLM-maintained compounding project wiki: source ingestion, cited answers, and consistency linting | `docs` | Read+Write | [spec-kit-wiki](https://github.com/formin/spec-kit-wiki) |
7071
| Loop Engineering | 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 | `process` | Read+Write | [spec-kit-loop](https://github.com/formin/spec-kit-loop) |
7172
| MAQA — Multi-Agent & Quality Assurance | Coordinator → feature → QA agent workflow with parallel worktree-based implementation. Language-agnostic. Auto-detects installed board plugins. Optional CI gate. | `process` | Read+Write | [spec-kit-maqa-ext](https://github.com/GenieRobot/spec-kit-maqa-ext) |
7273
| MAQA Azure DevOps Integration | Azure DevOps Boards integration for MAQA — syncs User Stories and Task children as features progress | `integration` | Read+Write | [spec-kit-maqa-azure-devops](https://github.com/GenieRobot/spec-kit-maqa-azure-devops) |

extensions/catalog.community.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4375,6 +4375,40 @@
43754375
"created_at": "2026-04-13T00:00:00Z",
43764376
"updated_at": "2026-04-13T00:00:00Z"
43774377
},
4378+
"wiki": {
4379+
"name": "LLM Wiki",
4380+
"id": "wiki",
4381+
"description": "LLM-maintained compounding project wiki: source ingestion, cited answers, and consistency linting",
4382+
"author": "formin",
4383+
"version": "1.0.0",
4384+
"download_url": "https://github.com/formin/spec-kit-wiki/archive/refs/tags/v1.0.0.zip",
4385+
"repository": "https://github.com/formin/spec-kit-wiki",
4386+
"homepage": "https://github.com/formin/spec-kit-wiki",
4387+
"documentation": "https://github.com/formin/spec-kit-wiki/blob/main/README.md",
4388+
"changelog": "https://github.com/formin/spec-kit-wiki/blob/main/CHANGELOG.md",
4389+
"license": "MIT",
4390+
"category": "docs",
4391+
"effect": "read-write",
4392+
"requires": {
4393+
"speckit_version": ">=0.2.0"
4394+
},
4395+
"provides": {
4396+
"commands": 5,
4397+
"hooks": 2
4398+
},
4399+
"tags": [
4400+
"wiki",
4401+
"knowledge-base",
4402+
"docs",
4403+
"memory",
4404+
"context-management"
4405+
],
4406+
"verified": false,
4407+
"downloads": 0,
4408+
"stars": 0,
4409+
"created_at": "2026-07-06T00:00:00Z",
4410+
"updated_at": "2026-07-06T00:00:00Z"
4411+
},
43784412
"wireframe": {
43794413
"name": "Wireframe Visual Feedback Loop",
43804414
"id": "wireframe",

0 commit comments

Comments
 (0)