Add an admin UI for browsing and managing AMCS data #11

Open
opened 2026-04-03 11:12:38 +00:00 by sam · 0 comments
Member

Summary

Provide an admin interface for inspecting thoughts, projects, links, files, skills, guardrails, and maintenance state without relying only on MCP or direct database access.

Why

An admin UI is listed as a deferred feature in the implementation plan and would improve operability, debugging, and day-to-day maintenance.

Scope ideas

  • Browse/search thoughts and projects
  • Inspect metadata status, related links, and attachment/file records
  • Trigger maintenance actions such as backfill or metadata retry where appropriate
  • View server/version/config diagnostics that are safe to expose
  • Add authentication/authorization for the UI
  • Decide whether this is server-rendered, SPA, or a lightweight embedded panel

Acceptance criteria

  • Operators can inspect core AMCS entities through a documented UI
  • Sensitive actions are authenticated and permissioned
  • Maintenance and diagnostics visibility improve without exposing secrets
  • UI scope and deployment model are documented

Source

Deferred feature from llm/plan.md: admin UI.

## Summary Provide an admin interface for inspecting thoughts, projects, links, files, skills, guardrails, and maintenance state without relying only on MCP or direct database access. ## Why An admin UI is listed as a deferred feature in the implementation plan and would improve operability, debugging, and day-to-day maintenance. ## Scope ideas - Browse/search thoughts and projects - Inspect metadata status, related links, and attachment/file records - Trigger maintenance actions such as backfill or metadata retry where appropriate - View server/version/config diagnostics that are safe to expose - Add authentication/authorization for the UI - Decide whether this is server-rendered, SPA, or a lightweight embedded panel ## Acceptance criteria - Operators can inspect core AMCS entities through a documented UI - Sensitive actions are authenticated and permissioned - Maintenance and diagnostics visibility improve without exposing secrets - UI scope and deployment model are documented ## Source Deferred feature from `llm/plan.md`: admin UI.
Sign in to join this conversation.