Skip to content

feat: add user-level knowledge page to dashboard#248

Merged
BYK merged 1 commit into
mainfrom
feat/user-knowledge-page
May 12, 2026
Merged

feat: add user-level knowledge page to dashboard#248
BYK merged 1 commit into
mainfrom
feat/user-knowledge-page

Conversation

@BYK
Copy link
Copy Markdown
Owner

@BYK BYK commented May 12, 2026

Summary

  • Adds a new Knowledge page at /ui/knowledge that lists all cross-project and global knowledge entries — user-level knowledge shared across all projects
  • Previously these entries were only visible through search or mixed into individual project views
  • Follows the same server-rendered HTML patterns as existing dashboard pages (filterable/sortable table, category badges, breadcrumbs)

Changes

File Change
packages/core/src/ltm.ts Add crossProject() query function
packages/gateway/src/ui.ts Add page, nav link, route, update breadcrumb + delete redirect

Details

  • Nav: "Knowledge" link added between "Dashboard" and "Search"
  • Page: Category breakdown stats, filterable/sortable table with Category, Title, Source Project, Confidence, Updated columns
  • Breadcrumb: Knowledge detail page now shows Dashboard > Knowledge > [title] for cross-project/global entries (linking back to /ui/knowledge)
  • Delete redirect: Deleting a cross-project/global entry redirects to /ui/knowledge instead of the dashboard

Add a new Knowledge page at /ui/knowledge that lists all cross-project
and global knowledge entries shared across projects. Previously these
entries were only visible via search or mixed into project-specific views.

- Add ltm.crossProject() query function in core
- Add pageUserKnowledge() with filterable/sortable table showing
  category, title, source project, confidence, and last updated
- Add Knowledge nav link between Dashboard and Search
- Update breadcrumb on knowledge detail to link back to /ui/knowledge
  for cross-project/global entries
- Redirect to /ui/knowledge after deleting cross-project/global entries
@BYK BYK merged commit 31a2643 into main May 12, 2026
1 check passed
@BYK BYK deleted the feat/user-knowledge-page branch May 12, 2026 13:03
This was referenced May 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant