ECC/scripts/ci
Affaan Mustafa c1919bb879 fix: greedy regex in validate-commands captures all refs per line, add 18 tests
The command cross-reference regex /^.*`\/(...)`.*$/gm only captured the
LAST command ref per line due to greedy .* consuming earlier refs.
Replaced with line-by-line processing using non-anchored regex to
capture ALL command references.

New tests:
- 4 validate-commands multi-ref-per-line tests (regression)
- 8 evaluate-session threshold boundary tests (new file)
- 6 session-aliases edge case tests (cleanup, rename, path matching)
2026-02-13 01:52:30 -08:00
..
validate-agents.js fix: add input validation, date range checks, and security hardening 2026-02-12 17:32:04 -08:00
validate-commands.js fix: greedy regex in validate-commands captures all refs per line, add 18 tests 2026-02-13 01:52:30 -08:00
validate-hooks.js fix: 3 bugs fixed, stdin encoding hardened, 37 CI validator tests added 2026-02-12 16:08:49 -08:00
validate-rules.js feat: add comprehensive CI/CD pipeline 2026-01-28 23:05:43 -08:00
validate-skills.js fix: harden CI validators, shell scripts, and expand test suite 2026-02-12 14:11:33 -08:00