Initial MVP.
- Created the
ocelliCLI. - Added
check <path>command for scanning Haskell source files. - Added source-level heuristic diagnostics for:
- lazy
foldlusage; - lazy record fields;
- lazy
Stateimports.
- lazy
- 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.mdwith branch, commit, pull request, merge, history, and coding-agent workflow conventions. - Restructured
docs/ROADMAP.mdas an engineering roadmap with phases, tasks, acceptance criteria, version-support notes, and phase-ordering rationale. - Linked the README license reference to the repository
LICENSEfile.