codeix 0.2.0

Portable, composable code index — build with tree-sitter, query via MCP
Documentation
{
  "packages": {
    ".": {
      "release-type": "rust",
      "include-component-in-tag": false,
      "bump-minor-pre-major": true,
      "bump-patch-for-minor-pre-major": true,
      "extra-files": [
        {
          "type": "json",
          "path": "npm/package.json",
          "jsonpath": "$.version"
        },
        {
          "type": "generic",
          "path": "python/pyproject.toml"
        },
        {
          "type": "generic",
          "path": "python/codeix/__init__.py"
        }
      ]
    }
  }
}