diff --git a/AGENTS.md b/AGENTS.md index a0a61a6..8194a0e 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -86,5 +86,5 @@ uv run start-agent - **The agent MUST ONLY operate on repos within the `meeks` organization.** - `gitea/client.py:48` enforces this with a hardcoded filter: `if r.get("owner", {}).get("login") == "meeks"` -- **Never change this filter** to include personal accounts (e.g., `meeks-ai`) or other organizations. +- **Never change this filter** to include personal accounts (e.g., `unknown-ai`) or other organizations. - This filter is the single source of truth for repo scope — do not bypass it.