plugin.json 704 Bytes
Newer Older
1
2
{
  "name": "humanize",
whlwhlwhl's avatar
whlwhlwhl committed
3
  "description": "Humanize packaged with KernelPilot DCU skills for LightOp HIP/C++ operators and Triton kernels in vLLM, SGLang, or direct Python files, with benchmark/profile evidence and review-gated iteration.",
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  "version": "1.17.0",
  "author": {
    "name": "PolyArch"
  },
  "repository": "https://github.com/PolyArch/humanize",
  "homepage": "https://github.com/PolyArch/humanize#readme",
  "license": "MIT",
  "keywords": [
    "iterative-development",
    "codex-review",
    "ai-native",
    "feedback-loop",
    "goal-tracking",
    "quality-assurance",
    "lightop",
    "dcu",
    "rocm",
whlwhlwhl's avatar
whlwhlwhl committed
21
22
23
24
25
    "hip",
    "triton",
    "direct-file",
    "vllm",
    "sglang"
26
27
  ]
}