Files
khosra/scripts
Claude Opus 5andbdeshi b6806fa544 harness: flag any only in exported signatures
The advisory fired on stringList(v any), which reads the open page object that
ADR-0002 mandates — so its false-positive rate was total, and a warning that is
always wrong teaches you to skim warnings. conventions.md bans interface{} as an
API escape hatch, which is what the check now looks for: any or interface{} in an
exported func or method signature. Verified by adding an exported func Do(x any)
and watching it fire, then reverting.
2026-07-30 01:46:48 +06:00
..
2026-07-30 00:34:18 +06:00
2026-07-30 00:34:18 +06:00
2026-07-30 00:34:18 +06:00