git.lucas.co / cce-graph
node-based graph editor
git clone https://git.lucas.co/cce-graph.git

commit0eab4e757a69c61ebea7e5fcb1f0ea74032bf435
parent4a2f33c21e
authorLucas Galante <[email protected]>
date2026-08-11 21:55
docs: replace codeberg remote reference with the gitsite/git.lucas.co model

Co-Authored-By: Claude Fable 5 <[email protected]>

 CLAUDE.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/CLAUDE.md b/CLAUDE.md
index 2e3a877..34b5ce2 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -6,8 +6,10 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
 
 `cce-graph` is a node-graph / mood-board editor client for the CCE Wayland desktop
 environment: a grid-aligned canvas of connected nodes plus free-floating images, saved
-as KDL project directories. It is one crate of the multi-repo `cce` workspace (cloned
-side-by-side with its siblings; remote: `codeberg.org/lsgalante/clear-graph`). Read the
+as KDL project directories. It is one crate of the multi-repo `cce` workspace (its own
+git repo side-by-side with its siblings; published read-only at
+`https://git.lucas.co/cce-graph.git` via the gitsite system — the local repo is the
+source of truth, there is no push remote). Read the
 workspace-level `../CLAUDE.md` first — workspace layout, the `cce-ui` toolkit, config
 conventions, and the multi-repo rules (each crate is its own git repo; commit here, not
 at the workspace root) all live there.