[extension] Add LLM Wiki extension to community catalog#3361
Merged
Conversation
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 <[email protected]>
11 tasks
mnriem
previously approved these changes
Jul 6, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Adds the wiki (LLM Wiki) community extension to the Spec Kit community extension catalog and documentation index.
Changes:
- Add new
wikiextension entry (v1.0.0) toextensions/catalog.community.jsonand bump the catalog-levelupdated_at. - Add
LLM Wikito the community extensions docs table. - Reorder/reformat several existing catalog entries in
extensions/catalog.community.json(beyond the newwikientry).
Show a summary per file
| File | Description |
|---|---|
| extensions/catalog.community.json | Adds the wiki extension entry and updates catalog metadata; also includes additional ordering/formatting changes to other entries. |
| docs/community/extensions.md | Adds a new LLM Wiki row to the community extensions table. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 1
- Review effort level: Low
…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)
mnriem
approved these changes
Jul 7, 2026
kanfil
added a commit
to tikalk/agentic-sdlc-spec-kit
that referenced
this pull request
Jul 8, 2026
Upstream commits merged (7): - 94c7ec2 escape TOML control chars so generated command files parse (github#3341) - 5a901a6 fall through to grep/sed when python3 is a broken stub (github#3312) - 295eb22 port update-agent-context to Python (github#3387) - ba1ce36 remove Cursor from CLI check list in README (github#3184) - 13d2cca document missing CLI flags and integrations (github#3182) - 0da969d add LLM Wiki extension to community catalog (github#3361) - a7b4391 release 0.12.8, begin 0.12.9.dev0 (github#3410) New file: src/specify_cli/_toml_string.py Conflicts: pyproject.toml (trivial version); base.py (import block — combined fork accent() with upstream _toml_string imports). Assisted-by: OpenCode (model: glm-5.2, autonomous)
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.
Add the
wiki(LLM Wiki) community extension submitted by@formin.Changes
extensions/catalog.community.json— newwikientry inserted in alphabetical order (betweenwhatifandwireframe)docs/community/extensions.md— new row added in alphabetical order (betweenLinear IntegrationandLoop Engineering)Validation Results
^[a-z][a-z0-9-]*$)wikiX.Y.Z)1.0.0extension.ymlpresentREADME.mdpresentLICENSEpresentv1.0.0existsarchive/refs/tags/v1.0.0.zipCloses #3319
cc
@formin