Types
Configuration
LLMWiki.WikiConfig — Type
WikiConfigGlobal configuration for a LLMWiki instance. Controls directory layout, LLM provider settings, compilation limits, and search parameters.
State
LLMWiki.WikiState — Type
WikiStatePersistent state for the entire wiki. Serialised to .llmwiki/state.json and used for incremental change detection.
LLMWiki.SourceEntry — Type
SourceEntryPer-source state entry that records the content hash and list of concepts extracted from a single source file.
Content
LLMWiki.ExtractedConcept — Type
ExtractedConceptA single concept extracted from a source file by the LLM.
LLMWiki.PageMeta — Type
PageMetaYAML frontmatter metadata for a wiki page.
Enums
LLMWiki.ChangeStatus — Type
Status of a source file relative to the last compiled state.
LLMWiki.LintSeverity — Type
Severity level for lint findings.
Search & Lint Results
LLMWiki.SearchResult — Type
SearchResultA single search hit returned by search_wiki.
LLMWiki.LintIssue — Type
LintIssueA single lint finding produced by lint_wiki.