Documentation
¶
There is no documentation for this package.
Directories
¶
| Path | Synopsis |
|---|---|
|
internal
|
|
|
auth
Package auth maps bearer tokens to named principals.
|
Package auth maps bearer tokens to named principals. |
|
config
Package config loads optional per-wiki settings from .waqwaq/config.json.
|
Package config loads optional per-wiki settings from .waqwaq/config.json. |
|
ingest
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]]. |
|
kb
Package kb defines the read contract every Waqwaq surface targets.
|
Package kb defines the read contract every Waqwaq surface targets. |
|
kbclient
Package kbclient is the remote implementation of kb.KnowledgeBase.
|
Package kbclient is the remote implementation of kb.KnowledgeBase. |
|
lint
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. |
|
mcpserver
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. |
|
render
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. |
|
review
Package review is the proposal queue.
|
Package review is the proposal queue. |
|
search
Package search provides full-text search over the wiki.
|
Package search provides full-text search over the wiki. |
|
server
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. |
|
store
Package store is the git-backed markdown source of truth.
|
Package store is the git-backed markdown source of truth. |
|
tui
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. |
|
version
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. |
Click to show internal directories.
Click to hide internal directories.



