srcwalk 0.2.5

Tree-sitter indexed lookups — smart code reading for AI agents
Documentation
{
  "name": "srcwalk",
  "version": "0.2.5",
  "description": "Code-intelligence CLI for AI agents — tree-sitter outlines, symbol search, caller/callee graphs, deps, maps",
  "bin": {
    "srcwalk": "run.js"
  },
  "scripts": {
    "postinstall": "node install.js"
  },
  "files": [
    "install.js",
    "run.js",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sting8k/srcwalk.git"
  },
  "homepage": "https://github.com/sting8k/srcwalk",
  "bugs": {
    "url": "https://github.com/sting8k/srcwalk/issues"
  },
  "author": "sting8k",
  "keywords": [
    "code-intelligence",
    "code-search",
    "tree-sitter",
    "ai-agents",
    "callers",
    "callees",
    "developer-tools"
  ],
  "license": "MIT",
  "engines": {
    "node": ">=14"
  }
}