Commit Graph

3 Commits

Author SHA1 Message Date
perplexity
abe8c9f790 [IaC] Add stale PR closer script — auto-close conflicted superseded PRs
Closes #1250

- Shell/Python script for cron on Hermes (every 6h)
- Identifies PRs that are both conflicted AND superseded
- Matches by Closes #NNN references and title similarity (60%+ overlap)
- Configurable grace period via GRACE_HOURS env var
- DRY_RUN mode for safe testing
- Idempotent — safe to re-run
2026-04-12 03:51:48 +00:00
b2c27f4e1d rewrite: pre-commit hook for 10-line net limit — drop JS check (#548)
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled
2026-03-26 16:44:02 +00: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