git.lucas.co / cce-status-interface
status bar
git clone https://git.lucas.co/cce-status-interface.git

commita11c62138c202c31ef2d970aee09491e1e4235c9
parent374c9f73e2
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 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/CLAUDE.md b/CLAUDE.md
index db80cd4..de1fd08 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -5,10 +5,10 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
 ## What this is
 
 `cce-status-interface` is the status bar of the `cce` Wayland desktop environment. It
-is one crate in the multi-repo `cce` workspace — see `../CLAUDE.md` for the workspace
-layout, the multi-repo git rules (commit here, never `git init` at the root), and the
-`cce-ui` toolkit this app is built on. This crate is deliberately small: `src/main.rs`
-(the `StatusApp` application + IPC + config parsing) and `src/modules.rs` (the
+is one crate in the multi-repo `cce` workspace — see `../cce-compositor/WORKSPACE.md` for
+the workspace layout, the multi-repo git rules (commit here, never `git init` at the root),
+and the `cce-ui` toolkit this app is built on. This crate is deliberately small:
+`src/main.rs` (the `StatusApp` application + IPC + config parsing) and `src/modules.rs` (the
 `StatusModule` trait and its nine implementations).
 
 ## Build, test, run