Skip to content

v0.2.4

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Jun 14:22

Changed

  • Finished the OOP/DI migration: removed all module-level delegating shims
    (spec_task, build_task, run_gate, coding_state, read_events,
    load_lab, score_with_fixes, check_lab, run_init, parse_session, …).
    Tests and the trace recorder now construct the classes directly, so cli.py
    is the sole composition root and there is one obvious way to call each unit.
    Behaviour is unchanged. Kept genuine helpers (make_runner factory, report
    renderer, ok/summarize predicates, clean_worktrees, serve_board).

Full Changelog: v0.2.3...v0.2.4