From 3cd056b476149e1f9d4a55b24f6fe4760e9f35f0 Mon Sep 17 00:00:00 2001 From: Shay Date: Sat, 11 Jul 2026 23:18:31 -0700 Subject: [PATCH] docs: remove dangling reference to deprecated docs/dev/git-forgejo.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit core-bootstrap.md linked docs/dev/git-forgejo.md, which was removed as deprecated (c0cbd13d) — the git+Forgejo setup lives in AGENTS.md. Drop the dead link. Surfaced by the main-lineage reconciliation audit. --- skills/core-bootstrap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/core-bootstrap.md b/skills/core-bootstrap.md index f9b777c2..eb7911b1 100644 --- a/skills/core-bootstrap.md +++ b/skills/core-bootstrap.md @@ -7,7 +7,7 @@ auto_invoke: true Execute the full **Session Start Checklist** from GROK.md in strict order, including the **Workspace Hygiene + Branch/Worktree Protocol**. -**Important:** We use plain `git` (with insteadOf forwarding to Forgejo) and never `gh`. See AGENTS.md and `docs/dev/git-forgejo.md` for the required global config and setup. +**Important:** We use plain `git` (with insteadOf forwarding to Forgejo) and never `gh`. See AGENTS.md for the required global config and setup. 1. Read GROK.md in full. 2. Read AGENTS.md in full.