From e88638ca48449828ba8dd82b01439aae51345570 Mon Sep 17 00:00:00 2001 From: Khalid Abdi Date: Wed, 10 Jun 2026 20:18:44 +0300 Subject: [PATCH] docs: point CLAUDE.md at the external docs site and require doc updates Co-Authored-By: Claude Opus 4.8 --- CLAUDE.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 8a6682a..82493dd 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -44,6 +44,19 @@ in its own separate repo** (`temetro-landing`), not here. `frontend/` and `backend/` are **independent apps**, each with its own `package.json` / `node_modules`. Run `npm` commands from inside the relevant app directory, not from this root. +## Documentation (very important) + +The **project documentation lives outside this repo**, in the sibling Desktop folder +`../temetro/docs` (`/Users/khalidabdi/Desktop/temetro/docs`) — a Fumadocs (Next.js) site with +user guides (`content/docs/guides/`), an API reference (`content/docs/api/`), admin docs, and a +roadmap (`content/docs/roadmap.mdx`). It is its own git repository. + +**Whenever you make a significant change here — a new feature, endpoint, page, or behavior +change — update the affected docs pages in the same work session** so the documentation stays +accurate (e.g. a new backend route needs an `content/docs/api/*.mdx` entry; a UI feature belongs +in the matching guide; status changes belong in the roadmap). Commit docs changes inside that +repo, separately from this one. + ## Running the stack From `backend/`: ensure a `.env` exists (`cp .env.example .env`, then set `BETTER_AUTH_SECRET` via