
invariant-hunter-goskyosev3/18/2026
Audit Go code for weak invariants — unchecked errors, nil pointer risks, ignored
context cancellation, unsafe type assertions, zero-value traps, panic/recover misuse,
and missing validation at constru...

slop-hunter-tsskyosev2/20/2026
Audit TypeScript code for AI-generated noise — redundant comments, verbose documentation,
style drift from project conventions, and trivially dead code. Surface-level hygiene
pass; defaults to branch...

invariant-hunter-tsskyosev2/20/2026
Audit TypeScript types for weak invariants — unnecessary casts, loose optionality,
defensive `?.`/`??` masking missing guarantees, leaky discriminated unions, and
runtime checks the type system should...