## Summary The repo declares MIT in the README but has no actual `LICENSE` file. This makes it harder for users to verify the licence and for GitHub to detect it. ## Proposed Solution Add a standard MIT `LICENSE` file to the repo root. ## Acceptance Criteria - [ ] `LICENSE` file exists at repo root - [ ] GitHub correctly detects the licence on the repo page
Summary
The repo declares MIT in the README but has no actual
LICENSEfile. This makes it harder for users to verify the licence and for GitHub to detect it.Proposed Solution
Add a standard MIT
LICENSEfile to the repo root.Acceptance Criteria
LICENSEfile exists at repo root