Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions apps/web/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Operations Workbench

Minimal Next.js app shell for the simulator-backed Process Sentinel demo. The
Workbench reads from the local FastAPI backend through a small typed API client
in `lib/api-client.ts`.
Next.js operator-console shell for the simulator-backed Process Sentinel demo.
The shell uses a Demo Factory-style steel, dark-nav, and teal-accent palette,
and the Workbench reads from the local FastAPI backend through a small typed
API client in `lib/api-client.ts`.

## Local Startup

Expand Down Expand Up @@ -76,6 +77,12 @@ is running on a non-default port.

## Routes

The shell uses a persistent sidebar with an embedded status strip instead of a
horizontal top bar. Existing Sentinel demo routes remain available, and the
sidebar includes planned navigation slots for Connections, Protocol Diagnostics,
and Tag/Source Browser. Those planned slots do not add production writeback
controls.

- `/` - Factory overview dashboard with site, line, asset, work order, product,
active detection count, pending recommendation count, and primary detection CTA
- `/detections` - Process Sentinel detection list with summary, severity,
Expand Down
Loading
Loading