Commit Graph

2 Commits

Author SHA1 Message Date
b2c27f4e1d rewrite: pre-commit hook for 10-line net limit — drop JS check (#548) 2026-03-26 16:44:02 +00:00
Timmy
83b53d0659 enforce: 777-line hard limit on JS files — CI gate + pre-commit hook
app.js is a THIN WRAPPER. No file over 777 lines.
Current app.js is 2214 lines — must be broken up before any new features merge.

CI will block PRs that violate this. Pre-commit hook catches it locally.
Install hook: git config core.hooksPath .githooks
2026-03-25 11:16:32 -04:00