GPU-accelerated UI toolkit (Vulkan)
git clone https://git.lucas.co/cce-ui.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 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/CLAUDE.md b/CLAUDE.md
index db90c8c..dcf3563 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -3,9 +3,9 @@
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
> This is the `cce-ui` crate. It lives inside the larger **`cce` Cargo workspace** — read the
-> workspace-root `../CLAUDE.md` first for the multi-repo layout, the standalone-build rule (no
-> `[workspace.dependencies]`), the KDL config system, and the Unix-socket IPC convention. This
-> file covers only what is specific to `cce-ui`.
+> workspace guide `../cce-compositor/WORKSPACE.md` first for the multi-repo layout, the
+> standalone-build rule (no `[workspace.dependencies]`), the KDL config system, and the
+> Unix-socket IPC convention. This file covers only what is specific to `cce-ui`.
## What this crate is