@rarusoft/dendrite-wiki
v1.0.1
Published
The markdown-wiki adapter for @rarusoft/dendrite-memory: implements the CanonicalTarget interface against VitePress-rendered docs/wiki/, owns the wiki page store + lint + search + synthesis + maintenance review surface + browser-side review bridge. Pair w
Downloads
96
Readme
@rarusoft/dendrite-wiki
Supporting wiki library for Dendrite Wiki MCP.
Most people should not install this package directly.
To use Dendrite, run the main package from your project root:
npx -y dendrite-wiki-mcpThat opens the Dendrite Wiki TUI. Choose Install, pick your environment, and follow the guided setup. Dendrite will write the right MCP config, seed your docs/wiki/ folder, add agent guidance/hooks where supported, and print the exact next steps for your client, such as reloading your IDE or approving the MCP server.
What Dendrite Does
Dendrite gives AI coding agents a local project memory layer:
- a normal markdown wiki under
docs/wiki/; - project-specific memories and handoffs;
- task briefings before the agent starts meaningful work;
- browser-viewable maintenance and review surfaces;
- local benchmark reports;
- optional, explicit telemetry sharing for sanitized aggregate counters only.
Why This Package Exists
@rarusoft/dendrite-wiki is one implementation package used by dendrite-wiki-mcp. It contains the markdown wiki layer: page storage, search, linting, context briefing, maintenance inbox, generated docs, benchmark artifacts, and review-bridge helpers.
If you just want to use Dendrite, ignore this package and install the main one. This package is here because the main product is built from smaller pieces internally.
For normal use, install the main package:
npx -y dendrite-wiki-mcpLinks
License
Apache-2.0.
