pandora/web/.agents/skills/caveman-explore/package.json

12 lines
329 B
JSON

{
"name": "@caveman/skill-caveman-explore",
"version": "1.0.0",
"license": "MIT",
"private": true,
"type": "module",
"description": "Read-only FastContext exploration skill with parallel repository search and citation-only output.",
"files": ["SKILL.md"],
"scripts": {
"test": "node --test tests/*.mjs"
}
}