mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-09-01 02:25:57 +00:00
Replaces the finding wire contract (0.2.0 -> 0.3.0), scopes every finding to one session, and corrects the estimate semantics. - removes impactUSD; core has no pricing and never measured cash - every finding names one subject, so a host can attribute it without guessing - confidence rationale becomes controlled codes; evidence kinds a closed enum - token effects move into an explicit method-versioned estimate that cannot claim to be cash (nonCash is a required literal true) - detectors emit at most one finding per session instead of one aggregate - renames context-bloat to low-context-before-edit and drops its token estimate: the reads it counted never happened, and performing them would add tokens rather than avoid them - renames AVG_TOKENS_PER_READ to ASSUMED_TOKENS_PER_READ |
||
|---|---|---|
| .. | ||
| src | ||
| tests | ||
| package.json | ||
| tsconfig.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||