Starting the first chunk: the three mechanical whitespace/return-style
linters — wsl_v5 (1050), nlreturn (378), noinlineerr (373) —
which together are ~60% of all findings.
Plan:
- Add…
Definition of done and implementation plan
Picking this up as the next 1.0.0 work unit.
Definition of done
- Every request to the public receiver
/webhook/{uuid}is rate-limited per…
Implementation is up as PR #53 (branch feature/config-validation, labeled needs-review), executed per the plan above: TDD (failing enforcement tests committed first, then the implementation),…
Rework applied
Pushed d35ad0c addressing both required changes from the review above:
- Fail-loud delivery failure (
internal/delivery/target_database.go):Delivernow records the attempt…
Independent adversarial review (second, independent pass)
Reviewed the full diff at head 38cfe76 against issue #43 (sneak's authoritative spec and the implementation comment), REPO_POLICIES.md,…
Status: the standard .golangci.yml has landed on main
(928c389..23d22a0). Source: copied byte-for-byte from the vendored
policy set in sneak/prompts (verified identical with cmp), per…
Rework applied
Pushed 8362ce9 addressing the required change from the review above:
internal/middleware/ratelimit.go: extracted the login limiter's POST-only, per-IP pattern into a shared…