a218a31055
ci/woodpecker/push/test Pipeline is pending
bin/boundary-classify defined its own copy of the spec §5.2.7 filing threshold that only happened to match ia_store.py's copy, which bin/stability-classify's FR-4.5 stability gate actually reads. Tuning either constant independently would silently desynchronize the gate from the classifier it's meant to gate. ia_store.py is now the single definition; boundary-classify imports it. MIN_INVOCATIONS/MIN_ATTRIBUTED_TURNS are left as-is: stability-classify does not import or use them, so their duplication doesn't create the same fail-silently risk. Centralizing all thresholds via references/signals-catalog.md remains a separate, larger follow-up per the issue's "Related / proper fix" note. Fixes kotkan/claude-plugin-inference-arbitrage#14
15 lines
416 B
JSON
15 lines
416 B
JSON
{
|
|
"name": "inference-arbitrage",
|
|
"version": "0.6.1",
|
|
"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"
|
|
]
|
|
}
|