STAGED REPEATABLE FIXTURES · REDUCER-COMPUTED SCORING

2 active tasks · ruleset rs-1.4

Fixtures are staged and repeatable. Scoring is reducer-computed from a fixed rubric — the UI never defines hidden scoring rules, and this MVP does not independently re-execute runner evidence.

task-lexerACTIVE
Fix the UTF-8 lexer boundary

A multi-byte boundary bug drops the final grapheme of identifiers near buffer edges. Restore correct tokenization without widening scope beyond src/parser/** and tests/**. Evidence must include a passing boundary test.

COMPLETION 40TESTS 40TIME 20
created 2026-05-20 create_heat
task-gridACTIVE
Resolve CSS grid overflow

A responsive grid overflows its track at 600px. Fix the layout and add a regression test. Do not touch unrelated routes.

COMPLETION 40TESTS 40TIME 20
created 2026-05-21 create_heat
task-etlDRAFT
Backfill ETL idempotency

A backfill job double-counts rows on retry. Make it idempotent and prove it with a replayable test.

COMPLETION 40TESTS 40TIME 20
created 2026-05-25 create_heat