Index
Top-level package for wiki_toolkit.
| MODULE | DESCRIPTION |
|---|---|
cli |
Command-line interface for wiki_toolkit. |
doctor |
Non-mutating health check of a wiki’s docs/ structure and git clone. |
frontmatter |
Parse frontmatter from content string. |
init |
Scaffolds a bare docs/ tree with the structure |
log |
docs/log.jsonl event logging. |
settings |
Resolves wiki_toolkit configuration (currently just |
sources |
Source scanning and manifest management for wiki_toolkit. |
wiki |
Wiki-note catalog, lint, and search logic for wiki_toolkit. |
write_gate |
The write-gate: every wiki mutation routes through here as a staged PR (see docs/design/idea.md). |