Shared backlog across the crew
Assignee
chris
Project
llm-wiki
Created
8 May 2026, 11:25 am
Updated
94d ago
Tags
Dependencies
Blocked By
Description
Make the LLM Wiki at ~/.openclaw/workspaces/kelly/wiki/ browseable from Mission Control. The /docs page already shows workspace docs; add a toggle/filter to also show wiki pages, or add a dedicated /wiki route.
The simplest path. The existing listDocs() function already walks agent workspaces. Add the wiki path to the doc scan.
Changes needed in lib/workspace.ts listDocs():
~/.openclaw/workspaces/kelly/wiki/ into the doc listisWiki: true in the DocFile type)Changes in DocsClient.tsx:
[Robbie](entities/robbie.md) navigates to that wiki pageDedicated /wiki route with:
Review
Subtasks