diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-01-12 13:45:38 -1000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-01-12 13:45:38 -1000 |
| commit | 6a899485b079ab96b71a2c2c7ed8a61302680f38 (patch) | |
| tree | fc16eefdb98b727b84d1f143a74aa4717ad025a3 | |
| parent | 1d47891d0097c10920ab5706b54c847024ec8f29 (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>
| -rw-r--r-- | CLAUDE.md | 1 | ||||
| -rw-r--r-- | SESSION_STATE.md | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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 diff --git a/SESSION_STATE.md b/SESSION_STATE.md index 8de99b6..cbbb919 100644 --- a/SESSION_STATE.md +++ b/SESSION_STATE.md @@ -17,7 +17,9 @@ Removed AI Agent middleware and snapshot endpoint to simplify the dashboard. - **Cleanup:** Removed AI Agent middleware and `/api/claude/snapshot` endpoint - Deleted: internal/middleware/ai_auth.go, ai_auth_test.go - Removed: AIAgentAPIKey from config.go + - Removed: AI Endpoint reference from CLAUDE.md documentation - All tests passing after removal + - **Commit:** 1d47891 "Remove AI agent middleware and snapshot endpoint" ## 🏗️ Architecture & Decisions - **Decision:** Use SQLite for caching with a 5-minute TTL. |
