Implement a knowledge base feature in Tesks that links with the Discord bot.
Comments
tesks · Jun 5, 2026, 6:18 AM
Scoping (needs product sign-off before code — larger feature): a knowledge base linked to the Discord bot. Sketch: a tenant-scoped kb_article table (title, body markdown, tags), MCP/bot tools kb_add / kb_search / kb_get, surfacing in the bot ("what's our policy on X?") and injecting relevant articles into the triage prompt (like ProjectContextStore). Open questions: who authors/edits (UI vs bot), retrieval (FTS vs embeddings), and how it's surfaced. Recommend a short design issue before implementation.
Activity
paradaux set priority to Priority → LowJun 5, 2026, 6:46 AM
tesks commentedJun 5, 2026, 6:18 AM
tesks changed status to Status → BacklogJun 4, 2026, 8:54 PM
Scoping (needs product sign-off before code — larger feature): a knowledge base linked to the Discord bot. Sketch: a tenant-scoped
kb_articletable (title, body markdown, tags), MCP/bot toolskb_add/kb_search/kb_get, surfacing in the bot ("what's our policy on X?") and injecting relevant articles into the triage prompt (likeProjectContextStore). Open questions: who authors/edits (UI vs bot), retrieval (FTS vs embeddings), and how it's surfaced. Recommend a short design issue before implementation.