From f36419be693637c61c00cbfe4c0f4b354a056037 Mon Sep 17 00:00:00 2001 From: default Date: Sat, 6 Jun 2026 19:49:46 +0000 Subject: [PATCH] docs: document canonical Gitea remote in CLAUDE.md There is exactly one remote (origin = git@git.crispygoat.com:tyler/route-commerce.git). No GitHub remotes. Pushing to origin/main triggers .gitea/workflows/deploy.yml. --- CLAUDE.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 69ba6b7..c6e68b1 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -2,6 +2,16 @@ This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. +## Canonical Remote + +There is exactly one remote — `origin` — pointing to the self-hosted Gitea repo: + +- **URL:** `git@git.crispygoat.com:tyler/route-commerce.git` +- **Default branch:** `main` +- **Deploy:** push to `origin/main` triggers `.gitea/workflows/deploy.yml` + +Do **not** add GitHub remotes. There is no `origin` on github.com and no separate "dev" repo. If you see `github.com/dzinesco/*` URLs in `.git/config`, that is stale configuration from a previous fork and should be removed (`git remote remove`). + ## Project Overview Route Commerce is a multi-tenant B2B e-commerce platform for fresh produce wholesale distribution. Brands sell to customers who pick up at scheduled stops or receive shipments. The platform includes admin dashboards for order management, stop/route scheduling, product catalogs, payment processing (Stripe + Square), and a communications module ("Harvest Reach") for email/SMS campaigns.