ci: fetch cc-tokens from token-budget for the suites step #22

Merged
oleks merged 1 commits from fix-20-ci-cc-tokens into main 2026-07-30 15:48:44 +03:00

1 Commits

Author SHA1 Message Date
oleks eba3449e60 ci: fetch cc-tokens from token-budget for the suites step
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
kotkan/claude-plugin-inference-arbitrage#20 -- the bare alpine:3 CI
container has neither the Claude Code plugin cache nor `claude plugin
install`, so bin/offload-scan's cc-tokens PATH lookup always failed.
Per design decision 0.1 this plugin never vendors token-budget's
pricing/token-accounting logic, so fetch the single cc-tokens file
straight from kotkan/claude-plugin-token-budget's raw main branch and
put it on PATH before running tests/run-all.sh, rather than mocking
its behavior.
2026-07-30 15:48:27 +03:00