Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 836 Bytes

File metadata and controls

22 lines (18 loc) · 836 Bytes

Revision history for ocelli

0.1.0.0 -- 2026-05-08

Initial MVP.

Added

  • Created the ocelli CLI.
  • Added check <path> command for scanning Haskell source files.
  • Added source-level heuristic diagnostics for:
    • lazy foldl usage;
    • lazy record fields;
    • lazy State imports.
  • Added example files demonstrating current diagnostics.
  • Added initial README, roadmap, and project metadata.
  • Documented when contributors and coding agents should update CHANGELOG.md.
  • Added CONTRIBUTING.md with branch, commit, pull request, merge, history, and coding-agent workflow conventions.
  • Restructured docs/ROADMAP.md as an engineering roadmap with phases, tasks, acceptance criteria, version-support notes, and phase-ordering rationale.
  • Linked the README license reference to the repository LICENSE file.