Recent memories
Zen Router decision: Confirmed as routing choice for DocuClear Sphere Browser API. Why Zen Router is sound: 1. Built for Cloudflare Workers (our runtime) 2. Type-safe path params (/:slug → p.slug is t...
Tags: none — 2026-08-16 13:11:47 UTC
View full memory →
DocuClear Sphere Browser API - Auth Design Problem: Consumer LLMs reject URLs with tokens (query params like ?token=xxx) as they look suspicious. Solution: Session-based auth with memorable slugs Auth...
Tags: none — 2026-08-16 12:55:01 UTC
View full memory →
DocuClear Sphere Browser API - HTML-First Design (HATEOAS for LLMs) Goal: LLM navigates website via links/forms only - no API, no SDK, no MCP. User provides URL → page opens with links like "Recall", ...
Tags: none — 2026-08-16 12:31:06 UTC
View full memory →
Browser-accessible second brain API concept: LLM navigates website via links (no API). User provides URL → page opens with links like "recall", "remember", etc. LLM "clicks" link → returns page with r...
Tags: none — 2026-08-16 12:26:40 UTC
View full memory →
You tend to work on projects related to AI, specifically focusing on agentic workspaces, intelligent tools, and integrating large language models with various technologies.
Tags: none — 2026-08-16 12:18:43 UTC
View full memory →
# receipts-new.xlsx ## Table | 1962 | 1963 | 1964 | 1965 | 1966 | 1967 | 1968 | 1969 | 1970 | 1971 | 1972 | 1973 | 1974 | 1975 | 1976 | 1977 | 1978 | 1979 | 1980 | 1981 | 1982 | 1983 | 1984 | 1985 | 1...
Tags: none — 2026-08-15 22:32:00 UTC
View full memory →
Across your memories, there's a recurring theme of designing and implementing complex technical systems, architectures, and components with a focus on structured organization, separation of concerns, ...
Tags: none — 2026-08-13 16:10:30 UTC
View full memory →
## Phase 0 Plan: MVP Validation (July 2026) ### Decisions Confirmed 1. **Template:** assistant-ui Base template (most flexible) 2. **MCP:** Add later (not in Phase 0) 3. **Storage:** DO SQLite (standa...
Tags: none — 2026-07-19 15:53:11 UTC
View full memory →
## DocuClear Vision — Workspace as Structured Data Environment (July 2026) ### The Core Idea A workspace is NOT just "chat with documents." It's a structured data environment where the LLM defines sch...
Tags: none — 2026-07-18 21:56:47 UTC
View full memory →
## Pipali Analysis — ATIF Conversation Memory & Agent Loop (July 2026) ### What Pipali Is Desktop AI coding assistant (Tauri + Bun). Similar to Cursor/Claude Code but with a transparent, trajectory-ba...
Tags: none — 2026-07-18 21:39:41 UTC
View full memory →
## DocuClear Clearspace — Architecture Decision: Hybrid Model (July 2026) ### Final Architecture - **Chat layer**: Vercel AI SDK → Workers AI (HTTP/SSE streaming) - **Real-time layer**: Cloudflare DO ...
Tags: none — 2026-07-18 21:29:15 UTC
View full memory →
## assistant-ui Research Summary (July 2026) ### What It Is React component library for building AI chat interfaces. Provides primitives (Thread, Message, Composer, ActionBar, BranchPicker) and higher...
Tags: none — 2026-07-18 19:30:41 UTC
View full memory →
## Project: DocuClear Clearspace (docuclear_clearspace) ### What It Is A multi-workspace agentic assistant built from scratch, using patterns from IntelligentRAG, Spectron, kaig, surrealfs, and surrea...
Tags: none — 2026-07-18 19:29:07 UTC
View full memory →
## Cross-Project Analysis for Agentic Workspace Rebuild (July 2026) ### Analyzed Projects: 1. **kaig** (C:\CoderFiles\kaig) — Knowledge-graph AI toolkit, SurrealDB + Python + Svelte 2. **surrealfs** (...
Tags: none — 2026-07-18 16:12:02 UTC
View full memory →
IntelligentRAG — Schema-Aware Query Validation (LSP-style) ## What Was Added Enhanced `query-validator.ts` with full schema awareness: ### Features 1. **Security validation** — blocks SHELL, file::, h...
Tags: none — 2026-07-18 16:09:16 UTC
View full memory →
IntelligentRAG — Pre-existing Issues Fixed ## 1. Document Content Corruption **Problem:** Documents had content "canonical:https" instead of full page text. **Root cause:** xberg extraction returns me...
Tags: none — 2026-07-18 15:50:06 UTC
View full memory →
IntelligentRAG — extractAiText Fix for OpenAI-style Responses ## Problem The chat tool was returning raw JSON like: ```json {"intent":"answer","params":{},"reasoning":"...","response":"I currently hav...
Tags: none — 2026-07-18 15:37:47 UTC
View full memory →
IntelligentRAG — Pattern Adoption from kaig, surrealfs, surrealql-language-server ## What Was Done Implemented 7 phases of pattern adoption into IntelligentRAG MCP server: ### Phase 1: SURQL Template ...
Tags: none — 2026-07-18 14:48:51 UTC
View full memory →
Successfully deployed agentic-workspace to Cloudflare. Key fix for container DO export issue: use `allowNonVirtualMain: true` in Think plugin (vite.config.ts), set `main: "src/server.ts"` in wrangler....
Tags: none — 2026-07-18 13:25:40 UTC
View full memory →
# IntelligentRAG — Deployed & Live
## Deployment Info
- **URL**: https://intelligent-rag.mike-c79.workers.dev
- **MCP Endpoint**: https://intelligent-rag.mike-c79.workers.dev/mcp
- **Version ID**: 71...
Tags: none — 2026-07-17 09:38:16 UTC
View full memory →