feat(mw): add dev-mode rate limiting bypass

Add build tag split: real rate limiter under !dev, no-op under dev build tag.

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-05-31 18:48:53 +01:00
co-authored by Sisyphus
parent d7857766fb
commit 306f942d00
2 changed files with 20 additions and 0 deletions
+3
View File
@@ -1,3 +1,6 @@
//go:build !dev
// +build !dev
package mw
import (