Fix link to loq repository in AGENTS.md (#3289)

This commit is contained in:
Jeremiah Lowin 2026-02-24 19:45:56 -05:00 committed by GitHub
commit 59bb0a3ce7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -110,6 +110,6 @@ When modifying MCP functionality, changes typically need to be applied across al
## Critical Patterns
- Never use bare `except` - be specific with exception types
- File sizes enforced by [loq](https://github.com/jlowin/loq). Edit `loq.toml` to raise limits; `loq baseline` to ratchet down.
- File sizes enforced by [loq](https://github.com/jakekaplan/loq). Edit `loq.toml` to raise limits; `loq baseline` to ratchet down.
- Always `uv sync` first when debugging build issues
- Default test timeout is 5s - optimize or mark as integration tests