From 27a620d694aac06010948e1c9d5e4eb3fd9dffa4 Mon Sep 17 00:00:00 2001 From: Shay Date: Sun, 5 Jul 2026 14:20:57 -0700 Subject: [PATCH] chore: enforce forgejo tooling in AGENTS.md --- AGENTS.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index bbf4ab23..b13c9af7 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -163,6 +163,13 @@ Before branch movement or edits: - Establish a clean current `main`. - Prefer a fresh worktree from `origin/main` for non-trivial implementation. +### Git and Forgejo Setup +**CRITICAL**: This repository is hosted on a private **Forgejo** server, NOT GitHub. +- **DO NOT** use the `gh` (GitHub) CLI. +- **DO NOT** attempt to push, pull, or clone from `github.com`. +- **USE** the `tea` CLI (Gitea/Forgejo CLI) for issues, PRs, and repository management. +- **USE** the provided Forgejo MCP tools if available. + ### Pre-Edit Sweep & Versor Coherence Guardian Protocol Before modifying any module in `algebra/`, `field/`, `vault/`, or `generate/`: - Trace every import of the target module and identify all callers.