{
"name": "@i-xor/lwc",
"version": "0.17.11",
"description": "Agent-driven proactive memory CLI for AI agents — autonomously recall, maintain, and evolve persistent, source-grounded knowledge across sessions.",
"keywords": [
"agent-memory-system",
"ai-agents",
"proactive-memory",
"knowledge-bases",
"context-engineering",
"ai-agents-cli",
"local-first-ai",
"persistent-memory-tool",
"claude-code",
"codex",
"cursor",
"opencode",
"gemini-cli",
"kiro",
"hermes",
"antigravity",
"pi",
"command-line-tool",
"llm-wiki",
"llm-wiki-karpathy"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/JanYork/llm-wiki-cli.git"
},
"homepage": "https://github.com/JanYork/llm-wiki-cli",
"bugs": "https://github.com/JanYork/llm-wiki-cli/issues",
"engines": {
"node": ">=22"
},
"bin": {
"lwc": "bin/lwc.mjs"
},
"files": [
"README.md",
"bin/lwc.mjs",
"install.mjs"
],
"scripts": {
"postinstall": "node install.mjs"
},
"publishConfig": {
"access": "public"
}
}