From 59bb0a3ce782b2043251aad9951ca6da8dc0e4be Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Tue, 24 Feb 2026 19:45:56 -0500 Subject: [PATCH] Fix link to loq repository in AGENTS.md (#3289) --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index bed11163a..54d93259d 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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