Standalone console

Zamana Pi Admin

Hosted admin surface for viewing pi-agent conversations, inspecting durable run timelines, and eventually steering chats and testing prompts.

LocalPi API: not connected

Phase 1 status

This commit establishes the standalone app shell only. API proxy, typed clients, fixture-backed conversation views, and real data wiring will be added in separate reviewable commits.

Architecture boundary

The admin UI will stay decoupled from the pi-agent runtime codebase. It will call pi-core over HTTP through a server-side proxy so browser code never receives the admin key.