docs: replace meeks-ai with unknown-ai in AGENTS.md

This commit is contained in:
meeks
2026-07-16 12:43:28 +02:00
parent a6e6963c33
commit 925fa550b1
+1 -1
View File
@@ -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.