5 Commits

Author SHA1 Message Date
b933c3b561 rewrite: CI for Python-only repo — drop HTML/JS validation, add 10-line rule (#548)
Some checks failed
Deploy Nexus / deploy (push) Failing after 3s
2026-03-26 16:43:32 +00:00
Alexander Whitestone
5dbbcd0305 feat: add PR size check to CI
Some checks failed
CI / validate (pull_request) Failing after 3s
Refs #561
2026-03-26 07:06:20 -04:00
Timmy
83b53d0659 enforce: 777-line hard limit on JS files — CI gate + pre-commit hook
Some checks failed
Deploy Nexus / deploy (push) Failing after 4s
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
Alexander Whitestone
1a75ed0f73 ci: add validation workflow + auto-merge stub
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled
HTML validation, JS syntax check, JSON validation, file size budget.
Auto-merge handled by nexus-merge-bot.sh until Gitea runner is set up.
2026-03-23 21:39:41 -04:00
3ea10209bc [claude] Live staging + auto-refresh on push (#33) (#34)
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled
Co-authored-by: Claude (Opus 4.6) <claude@hermes.local>
Co-committed-by: Claude (Opus 4.6) <claude@hermes.local>
2026-03-24 01:30:28 +00:00