marketplace.json 425 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "KernelPilot",
  "owner": {
    "name": "BBuf"
  },
  "description": "Claude Code marketplace for the Humanize LightOp/DCU operator development and optimization loop.",
  "plugins": [
    {
      "name": "humanize",
      "source": "./humanize",
      "description": "Humanize plus LightOp/DCU operator workflows, dcu-profiler-report profiling, and review-gated iteration.",
      "version": "1.17.0"
    }
  ]
}