Knowledge Admin UI

The knowledge admin panel is accessible at `/admin/knowledge` and provides three views for managing the knowledge graph.

Proposals Tab

A review queue showing pending AI proposals with confidence scores and reasoning. Reviewers can approve or reject each proposal. Approvals trigger node/edge creation and frontmatter write-back. Rejections record negative knowledge.

Node Explorer

A browsable list of all graph nodes with filters for node type, status, and text search. Selecting a node shows its properties, provenance, and all inbound/outbound edges with resolved names. Edge targets are clickable for graph navigation.

Edge Explorer

A dedicated view for browsing all edges in the graph. Supports filtering by relationship type, searching by source or target name, and pagination. Each edge shows source name, relationship type, target name, and provenance.

Access Control

The admin panel is protected by `AdminAuthFilter` which requires `AllPermission`. All REST endpoints under `/admin/knowledge/*` enforce the same restriction.

[{Relationships}]