summaryrefslogtreecommitdiff
path: root/CLAUDE.md
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-01-12 13:45:38 -1000
committerPeter Stone <thepeterstone@gmail.com>2026-01-12 13:45:38 -1000
commit6a899485b079ab96b71a2c2c7ed8a61302680f38 (patch)
treefc16eefdb98b727b84d1f143a74aa4717ad025a3 /CLAUDE.md
parent1d47891d0097c10920ab5706b54c847024ec8f29 (diff)
Remove obsolete AI endpoint reference from documentation
Cleaned up CLAUDE.md by removing the AI Endpoint line from the Technical Context section. Updated SESSION_STATE.md to track this final documentation cleanup. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
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