{
  "name": "llm-wiki-loop",
  "version": "0.1.1",
  "description": "The reference architecture for LLM-maintained knowledge vaults — schema, lifecycle loop, machine verification, self-installation. Installs the wiki-manager skill into your agent runtime (Claude Code, Codex CLI, opencode).",
  "license": "MIT",
  "keywords": [
    "llm-wiki",
    "karpathy",
    "agent-skills",
    "knowledge-vault",
    "second-brain",
    "self-improving",
    "claude-code",
    "codex",
    "opencode",
    "obsidian",
    "skills"
  ],
  "files": [
    "skills",
    "scripts/install.js",
    "README.md",
    "SPEC.md",
    "LICENSE"
  ],
  "scripts": {
    "postinstall": "node scripts/install.js"
  },
  "engines": {
    "node": ">=16.17"
  },
  "homepage": "https://github.com/PALAN-K/llm-wiki-loop#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PALAN-K/llm-wiki-loop.git"
  }
}
