@stelnyx/luxscope-core
v0.2.0
Published
Luxscope analysis core — ingest, parse, store, analyze.
Maintainers
Readme
@stelnyx/luxscope-core
Core engine for LuxScope — tree-sitter parsing, SQLite indexing, deterministic risk rules, composite scoring, and handoff-doc generation.
This package is consumed by @stelnyx/luxscope-cli and @stelnyx/luxscope-mcp. Most users want the CLI, not this package directly.
Install
npm install @stelnyx/luxscope-coreUse
import { runHandoff } from "@stelnyx/luxscope-core";
const result = await runHandoff({
repoRoot: "/path/to/repo",
outDir: "./handoff-out",
level: "recon",
});See the CLI source for full API surface examples.
Links
- Repo: https://github.com/Stelnyx/LuxScope
- Issues: https://github.com/Stelnyx/LuxScope/issues
- License: Apache-2.0
