Description: None of the ~30 source files include an MIT license header. While the LICENSE file covers the repo, inline headers clarify reusability for downstream consumers.
Difficulty: trivial
Files: packages/*/src/**/*.ts
Acceptance criteria: Add a standard MIT license header comment to all source files (can use a script or eslint-plugin-header).
Description: None of the ~30 source files include an MIT license header. While the LICENSE file covers the repo, inline headers clarify reusability for downstream consumers.
Difficulty:
trivialFiles:
packages/*/src/**/*.tsAcceptance criteria: Add a standard MIT license header comment to all source files (can use a script or eslint-plugin-header).