structured data editor
git clone https://git.lucas.co/cce-data-editor.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 62453e6..3f861c5 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -8,9 +8,9 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
GUI app for browsing and editing KDL files (primarily `~/.config/cce/config.kdl` and
`input.kdl`). It is one crate of the multi-repo `cce` workspace — this repo is cloned
side-by-side with its siblings and depends on `cce-ui = { path = "../cce-ui" }`, so a
-checkout of `../cce-ui` must exist to build. The workspace-level `../CLAUDE.md` (when
-present) covers the whole desktop environment; commit in THIS repo, never at the
-workspace root.
+checkout of `../cce-ui` must exist to build. The workspace-level
+`../cce-compositor/WORKSPACE.md` (when present) covers the whole desktop environment; commit
+in THIS repo, never at the workspace root.
The entire app is **one file: `src/main.rs`** (~2200 lines) — a `DataEditorApp` struct
implementing `cce_ui::engine::Application`, run by `cce_ui::engine::run::<DataEditorApp>()`.