New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

@livewiki/core

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@livewiki/core

Deterministic structural index and batch documentation engine for livewiki.

Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
23
-42.5%
Maintainers
1
Weekly downloads
 
Created
Source

@livewiki/core

The library underneath livewiki: deterministic structural index (tree-sitter), symbol anchors, the debt ledger, verify, and the batch documentation pipeline.

Most users want the CLI instead: @livewiki/cli — see the full guide on GitHub.

API sketch

Requires Node.js 24 or newer. Subpath exports per module, e.g.:

import { run as runIndexer } from "@livewiki/core/indexer";
import { run as runLedger } from "@livewiki/core/anchor-ledger";
import { run as runVerify } from "@livewiki/core/verify";
import { runBatch } from "@livewiki/core/batch";
import { loadConfig } from "@livewiki/core/config";

Stability notice: 0.1.x — the programmatic surface is not yet frozen. Modules may move between minor versions; pin exact versions and read the changelog before upgrading. The stable contract is the CLI/MCP behavior and the on-disk wiki format, not this API.

License

MIT

Keywords

livewiki

FAQs

Package last updated on 12 Aug 2026

Related posts