Commit Graph

3 Commits

Author SHA1 Message Date
Charlie Lamb
ac26721eea fix: zero credit cost deducts nothing instead of defaulting to 1
A -100% markup model computes cost 0, but the deduction scripts coerced
credit_cost 0 -> 1, silently charging 1 credit unit per free call. Keep
the nil -> 1 default; treat an explicit 0 as free (consume the usage,
leave main and rollover balances untouched).
2026-06-10 16:09:51 +01:00
John Yeo
04ef54726a feat: moved lua scripts to new cache structure 2026-04-14 17:46:08 +01:00
John Yeo
646fe84e7d scaffolded track 2026-04-14 11:04:46 +01:00