From 2d131671c2cc0310f155ac1225b7290880e79934 Mon Sep 17 00:00:00 2001 From: VinPropane Date: Sat, 25 Apr 2026 23:44:35 -0400 Subject: [PATCH] NEO-29: add explicit MCP-only GitHub rule in AGENTS Add a top-level AGENTS.md section that requires user-github MCP for GitHub actions and forbids gh CLI fallback. --- AGENTS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index c5283f7..dc188eb 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,5 +1,11 @@ # Agents (Neon Sprawl) +## Critical GitHub tooling rule + +- Agents must use **GitHub MCP** (`user-github`) for all GitHub operations. +- Agents must **never** use `gh` CLI in this repository. +- If MCP is unavailable/auth-failed, agents must stop and ask the user (no `gh` fallback). + Optional **personas** for Cursor. Enable by **@ mentioning** the rule in chat or by asking explicitly (e.g. “review this as the code review agent”). | Agent | Rule file | When to use |