internal/

directory
v0.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 10, 2026 License: MIT

Directories

Path Synopsis
Package auth maps bearer tokens to named principals.
Package auth maps bearer tokens to named principals.
Package config loads optional per-wiki settings from .waqwaq/config.json.
Package config loads optional per-wiki settings from .waqwaq/config.json.
Package ingest turns a source repository into a Waqwaq wiki: one markdown page per package, linked by the package's real dependency edges as [[wikilinks]].
Package ingest turns a source repository into a Waqwaq wiki: one markdown page per package, linked by the package's real dependency edges as [[wikilinks]].
Package kb defines the read contract every Waqwaq surface targets.
Package kb defines the read contract every Waqwaq surface targets.
Package kbclient is the remote implementation of kb.KnowledgeBase.
Package kbclient is the remote implementation of kb.KnowledgeBase.
Package lint checks a page before it is written: a non-empty title is required and wikilinks are resolved against the known pages.
Package lint checks a page before it is written: a non-empty title is required and wikilinks are resolved against the known pages.
Package mcpserver exposes the wiki over MCP using the Karpathy wiki_* tool convention.
Package mcpserver exposes the wiki over MCP using the Karpathy wiki_* tool convention.
Package render turns wiki markdown into HTML (GFM, syntax highlighting, client-side Mermaid, [[wikilinks]], heading anchors, GitHub/Obsidian callouts) and extracts a heading outline for the table of contents.
Package render turns wiki markdown into HTML (GFM, syntax highlighting, client-side Mermaid, [[wikilinks]], heading anchors, GitHub/Obsidian callouts) and extracts a heading outline for the table of contents.
Package review is the proposal queue.
Package review is the proposal queue.
Package search provides full-text search over the wiki.
Package search provides full-text search over the wiki.
Package server provides the web UI for browsing, searching, and reviewing wiki writes, plus the MCP endpoint mounted on the same mux and port.
Package server provides the web UI for browsing, searching, and reviewing wiki writes, plus the MCP endpoint mounted on the same mux and port.
Package store is the git-backed markdown source of truth.
Package store is the git-backed markdown source of truth.
Package tui is the terminal reader: an interactive shell over the same kb.KnowledgeBase the CLI verbs use, against a local folder or a remote server without knowing which.
Package tui is the terminal reader: an interactive shell over the same kb.KnowledgeBase the CLI verbs use, against a local folder or a remote server without knowing which.
Package version holds the single release version string shared by the CLI and the MCP server identity.
Package version holds the single release version string shared by the CLI and the MCP server identity.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL