git.lucas.co / cce-cloud
cloud storage client
git clone https://git.lucas.co/cce-cloud.git

commit68c25487b12865bc4bb0b92ce3316944fcb83446
parent74c8542cc9
authorLucas Galante <[email protected]>
date2026-08-13 21:58
docs: point at the relocated workspace guide

The workspace guide moved out of the unversioned root into
cce-compositor/WORKSPACE.md, so this crate late reference now names that path
directly instead of ../CLAUDE.md, which is a bare pointer and no longer holds
the layout/multi-repo/build content this line promises.

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

 CLAUDE.md | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/CLAUDE.md b/CLAUDE.md
index 4912d91..3f6e551 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -5,11 +5,10 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
 ## What this is
 
 `cce-cloud` is the **launcher / popup app** of the cce Wayland desktop environment: a
-fuzzel-style fuzzy launcher, a dmenu replacement, a Super-Tab window switcher, and a
-generic JSON-defined popup panel — all in one binary. It is one crate of the cce
-multi-repo workspace; workspace-wide conventions (multi-repo layout, no
-`[workspace.dependencies]`, shared `../target/`) live in **`../CLAUDE.md`** — read that
-too.
+fuzzel-style fuzzy launcher, a dmenu replacement, a Super-Tab window switcher, and a generic
+JSON-defined popup panel — all in one binary. It is one crate of the cce multi-repo
+workspace; workspace-wide conventions (multi-repo layout, no `[workspace.dependencies]`,
+shared `../target/`) live in **`../cce-compositor/WORKSPACE.md`** — read that too.
 
 Three source files, all logic in `src/main.rs` (~3.3k lines):