Documentation
¶
There is no documentation for this package.
Directories
¶
| Path | Synopsis |
|---|---|
|
internal
|
|
|
lint
Package lint runs at the write boundary: every page an agent or human writes is checked before it lands, so AI slop never reaches the source of truth.
|
Package lint runs at the write boundary: every page an agent or human writes is checked before it lands, so AI slop never reaches the source of truth. |
|
mcpserver
Package mcpserver exposes the wiki over MCP using the Karpathy wiki_* tool convention: read tools always, write tools only when not in read-only mode.
|
Package mcpserver exposes the wiki over MCP using the Karpathy wiki_* tool convention: read tools always, write tools only when not in read-only mode. |
|
render
Package render turns wiki markdown into HTML: GFM, syntax highlighting, client-side Mermaid diagrams, and [[wikilinks]] resolved to /wiki/<slug>.
|
Package render turns wiki markdown into HTML: GFM, syntax highlighting, client-side Mermaid diagrams, and [[wikilinks]] resolved to /wiki/<slug>. |
|
server
Package server is the human-facing side: a web UI for browsing and searching the wiki, plus the MCP endpoint mounted on the same mux and the same port.
|
Package server is the human-facing side: a web UI for browsing and searching the wiki, plus the MCP endpoint mounted on the same mux and the same port. |
|
store
Package store is the git-backed markdown source of truth.
|
Package store is the git-backed markdown source of truth. |
Click to show internal directories.
Click to hide internal directories.