10 Commits

Author SHA1 Message Date
administrator f0bd210198 notebook 2026-06-19 05:24:29 +02:00
administrator 42c42688de notebook 2026-06-16 19:38:48 +02:00
administrator 9c675459fa Sjednoceni MCP cest na U:\janssen + trilium hostname fallback
.mcp.json: vsechny repo MCP servery na U:\janssen (na Z230 vyresi junction
U:\janssen -> U:\PythonProject\Janssen), owa/vbcz-email zustavaji Z230-only.
TrilliumMCP: COMPUTERNAME fallback na socket.gethostname().

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 07:16:05 +02:00
administrator 96f3b2c280 notebook 2026-06-09 15:46:34 +02:00
administrator 70899149e4 notebook 2026-06-08 07:20:37 +02:00
administrator f9dc61e32c Add Knowledgebase MCP server — persistent memory for Claude conversations
PostgreSQL-backed knowledge store with hybrid search:
- Full-text search via tsvector (always available)
- Semantic reranking via Voyage AI embeddings + Python cosine similarity
- Tables: kb_memories, kb_sessions, kb_messages
- Tools: store_memory, store_conversation, search, get_context, get_recent, stats

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-06 11:55:26 +02:00
administrator 9b12745e1d notebook 2026-06-04 07:15:17 +02:00
administrator 681095d557 notebook 2026-06-03 07:10:15 +02:00
administrator 9ed9f97140 Document memory sync setup in memory store
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-02 22:58:36 +02:00
administrator 2d65ad2988 Add Claude memory store synced via Gitea
Move ~/.claude/projects/U--janssen/memory into repo (claude-memory/)
linked back via a directory junction so memory persists across machines.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-02 22:57:44 +02:00