Add a standard-legal-terminology instruction to the reason/object,
judgment-result, entities, and summary prompts (ZH + EN). Require
case_object to carry specific monetary amounts, reinforced with a
few-shot example and a context-aware validator that retries when the
source mentions a sum but no amount was extracted.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- models.json: named profiles with base url/key/model and per-million token pricing
- support --config <Name> to load a profile, replacing --model/--base-url/--api-key
- accumulate input/output token usage across all API calls in the client
- compute time + token cost per case, written to {out}_cost.json behind opt-in --cost flag
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>