Skip to content

chameleon 4.5.10

Choose a tag to compare

@github-actions github-actions released this 21 Jul 02:17

Changed

  • deep-work's fates line is a transcription, not a recollection — derived by re-counting
    the session's own record_finding_fate calls (or reading the ledger back) immediately before
    rendering; a graded run wrote "9 accepted" from memory over a ledger holding 8, with its own
    convergence line summing to 8 two lines up. The delivery completeness pass also requires
    killing every process the session started (a graded run left its Flask dev server running
    after the report went out).

Fixed

  • Interpolated and escape-bearing Ruby double-quoted strings are exempt from the quote-style
    advisory — single quotes are impossible there and rubocop's own styles accept them; observed
    as pure FP noise on a graded run.