From d45da5444a84eb7c777ee3bfc70f3e831bc93a02 Mon Sep 17 00:00:00 2001 From: jedarden Date: Tue, 19 May 2026 19:59:18 -0400 Subject: [PATCH] chore: update push remote to forgejo --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index e9e181f..a4a39c1 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -91,7 +91,7 @@ For each bead: 3. **Implement** — commits go to the appropriate repo (mostly `jedarden/declarative-config` for CI/k8s work; this repo for in-tree code; sibling repos for SDKs) 4. **Write a verification note** at `notes/.md` summarizing what was done, which acceptance criteria PASS/WARN/FAIL, with file paths, commit hashes, command outputs 5. **Commit** with a Conventional Commits message: `(): ` — body cites the bead, lists the artifacts produced -5a. **Push** via `git push github main` — push immediately after committing so Forgejo reflects the work +5a. **Push** via `git push forgejo main` — push immediately after committing so Forgejo reflects the work 6. **Close the bead** via `bf batch --json '[{"op":"close","id":"pdftract-XXX","reason":""}]'` 7. **Flush** via `bf sync --flush-only`