colgrep 1.2.0

Semantic code search powered by ColBERT
Documentation
{
  "$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
  "name": "lightonai-colgrep",
  "description": "Semantic grep - find code by meaning with hybrid search",
  "owner": {
    "name": "LightOn",
    "email": "raphael.sourty@lighton.ai"
  },
  "plugins": [
    {
      "name": "colgrep",
      "source": "./plugins/colgrep",
      "description": "Semantic grep with hybrid search - find code by meaning",
      "version": "1.2.0",
      "author": {
        "name": "LightOn"
      },
      "skills": ["./skills/colgrep"]
    }
  ]
}