{
"$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.5.1",
"author": {
"name": "LightOn"
},
"skills": ["./skills/colgrep"]
}
]
}