status bar
git clone https://git.lucas.co/cce-status-interface.git
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