summaryrefslogtreecommitdiff
path: root/CLAUDE.md
diff options
context:
space:
mode:
Diffstat (limited to 'CLAUDE.md')
-rw-r--r--CLAUDE.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/CLAUDE.md b/CLAUDE.md
index 616c28d..dbef146 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -31,7 +31,6 @@ A unified web dashboard aggregating Trello (PRIMARY), Todoist, Obsidian, and Pla
## Technical Context
- **Trello is PRIMARY:** Key + Token required in query params.
- **Architecture:** chi router -> Handlers (`internal/handlers/`) -> Store (`internal/store/sqlite.go`).
-- **AI Endpoint:** `GET /api/claude/snapshot` with Bearer token auth.
- **Errors:** Partial data/cache fallback preferred over hard failure.
## Coding Style