From cdc97bcf0ea090e96fd1a955fbe05e62f3bf135a Mon Sep 17 00:00:00 2001 From: lucaronin Date: Fri, 20 Feb 2026 21:54:32 +0100 Subject: [PATCH] docs: update CLAUDE.md to reference docs/PROJECT-SPEC.md --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 2afe7021..89033c16 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -3,7 +3,7 @@ ## Project Laputa App is a personal knowledge and life management desktop app, built with Tauri v2 + React + TypeScript + CodeMirror 6. It reads a vault of markdown files with YAML frontmatter and presents them in a four-panel UI inspired by Bear Notes. -**Full project spec** (ontology, UI design, milestones): `~/OpenClaw/projects/laputa-app.md` +**Full project spec** (ontology, UI design, milestones): `docs/PROJECT-SPEC.md` **UI wireframes**: `ui-design.pen` ## Tech Stack