ba445cf4c9
README replaced (was still 'scaffolding, pre-implementation' at v0.5.1 with two real audits already filed): usage, the six pipeline steps, the rubric's four positions in one table, and three worked examples from real runs (oleks/claude-plugin-cluster#56, oleks/claude-plugin-anxious#29, kotkan/claude-plugin-inference-arbitrage#15). Publish scoped to local use per explicit user decision: already registered in oleks-local (1.2c, since Phase 1); deliberately not added to the public claude-plugin-index or verified on claude-plugins.oleks.space. tasks.md 8.2 records that as a decision, not an oversight, so a later session doesn't 'fix' it by publishing publicly without asking. 8.3 (optional cc-tokens upstream PR) stays open, not required for this release. 8.4 (memory checkpoint) already satisfied — FR-9 writes on every run plus this session's manual checkpoints.
15 lines
416 B
JSON
15 lines
416 B
JSON
{
|
|
"name": "inference-arbitrage",
|
|
"version": "0.6.0",
|
|
"description": "Audits a Claude Code plugin's definitions and usage transcripts to find steps that should be a deterministic script instead of raw LLM inference, and files the well-evidenced ones as issues on the target repo.",
|
|
"author": {
|
|
"name": "oleks"
|
|
},
|
|
"keywords": [
|
|
"token-optimization",
|
|
"plugin-audit",
|
|
"script-offload",
|
|
"efficiency"
|
|
]
|
|
}
|