{
  "name": "code-memory-router",
  "version": "1.0.0",
  "description": "Claude Code skill that routes code and memory queries between MemPalace (project memory) and QMD (codebase search), fusing both when the question spans code and decisions.",
  "keywords": [
    "pi-package",
    "pi-skill",
    "memory",
    "codebase-search",
    "agent-skill",
    "claude-code",
    "skill"
  ],
  "pi": {
    "skills": [
      "SKILL.md"
    ]
  },
  "files": [
    "README.md",
    "SKILL.md",
    "scripts/",
    "references/",
    "templates/",
    "!**/__pycache__",
    "!**/*.pyc"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OthmanAdi/code-memory-router.git"
  },
  "author": "Ahmad Othman Ammar Adi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/OthmanAdi/code-memory-router/issues"
  },
  "homepage": "https://github.com/OthmanAdi/code-memory-router#readme"
}
