From 925fa550b11887f2431788ffca9529561b24ba78 Mon Sep 17 00:00:00 2001 From: meeks Date: Thu, 16 Jul 2026 12:43:28 +0200 Subject: [PATCH] docs: replace meeks-ai with unknown-ai in AGENTS.md --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.