docs: mark web UI as shipped in roadmap and CLAUDE.md#61
Merged
keeganthomp merged 3 commits intomainfrom Apr 15, 2026
Merged
Conversation
The dashboard (packages/dashboard, kib ui) is fully implemented with search, graph visualization, article browsing, query, ingest, and compile — update roadmap checkboxes and add dashboard to CLAUDE.md packages list. https://claude.ai/code/session_01SRxMkv8qAf1f455fYKgEUa
Adds shared vault support across CLI, dashboard, and MCP: CLI commands: - `kib share <url>` — connect vault to git remote, push - `kib pull` — fetch latest, auto-merge manifest conflicts - `kib push` — commit + push local changes - `kib clone <url>` — join a shared vault Dashboard: - Team page with sync status, pull/push/sync buttons, contributor list - API endpoints: /api/share/status, /api/share/pull, /api/share/push MCP tools: - kib_share_status, kib_pull, kib_push Core: - 3-way manifest merge (union sources/articles by key, prefer newer) - Auto-generated .gitignore for machine-local state - Sharing config in config.toml ([sharing] section) - 16 tests covering merge logic and utilities https://claude.ai/code/session_01SRxMkv8qAf1f455fYKgEUa
- ROADMAP.md: check off shipped shared workspace items - README.md: add Shared Workspaces section, collaboration commands, update MCP tools to 14 - CLAUDE.md: add shared workspaces section with CLI commands and config - Marketing site: add "Shared workspaces" feature, update description/keywords/JSON-LD - llms.txt: add shared workspaces and web dashboard to feature list https://claude.ai/code/session_01SRxMkv8qAf1f455fYKgEUa
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The dashboard (packages/dashboard, kib ui) is fully implemented with
search, graph visualization, article browsing, query, ingest, and
compile — update roadmap checkboxes and add dashboard to CLAUDE.md
packages list.
https://claude.ai/code/session_01SRxMkv8qAf1f455fYKgEUa