lwc 0.14.6

Agent-driven proactive memory CLI for AI agents — autonomously recall, maintain, and evolve persistent, source-grounded knowledge across sessions.
mod agent;
mod artifacts;
mod changeset;
mod cli;
mod codegraph;
mod config;
mod error;
mod external_graph;
pub mod graph;
mod import;
mod mcp;
mod scope;
mod secret_scan;
pub mod segment;
mod source_diff;
mod store;
pub mod tokenize;
mod trans;
mod view;
mod work;

fn main() {
    cli::main();
}