Promote llm-wiki and analysis-ledger - #106
Merged
Merged
Conversation
monoxgas
marked this pull request as ready for review
July 28, 2026 23:24
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.
What
analysis-ledgeras a public capability at0.2.1item-wikiprototype into the publicllm-wikicapability at0.1.0Why
Both capabilities preserve useful state beyond a model context window without introducing a workflow engine:
llm-wikicompiles source material into durable, linkedwiki_pageitemsanalysis-ledgermaintains a resumable code-analysis frontier with evidence-bearing claimsThe names are intentionally asymmetric:
llm-wikiis specific enough for catalog discovery whileanalysis-ledgeralready describes its domain and mechanism cleanly.Compatibility and impact
item-wikitollm-wiki; there is no alias or compatibility shim.item-wikiusers must install and invokellm-wikiexplicitly.analysis-ledgeradvances from private version0.2.0to0.2.1for the publication/documentation corrections.Review
A formal
reviewing-capabilitiespass covered manifest structure, agent/skill contracts, tool naming and defaults, return shapes, bounded scans, Agent Output schemas, documentation, provenance, and publication readiness. No MCP ecosystem review was needed because neither capability ships an MCP server.Validation
uv run --with dreadnode==2.0.38 dreadnode capability validate capabilities/llm-wiki --strictuv run --with dreadnode==2.0.38 dreadnode capability validate capabilities/analysis-ledger --strictuv run --with dreadnode==2.0.38 --with pytest --with jsonschema --with pyyaml pytest -q capabilities/llm-wiki/tests capabilities/analysis-ledger/tests— 13 passedpre-commit run --files $(rg --files capabilities/llm-wiki capabilities/analysis-ledger)just validate— 17 clean, 4 unrelated optional-tool warnings, 0 failed