The Signal Rail Workstation isDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/xxyoudeadpunkxx/signal-rail/llms.txt
Use this file to discover all available pages before exploring further.
signal_rail_workstation_final.html — a self-contained, offline-first application distributed as a single HTML file. Open it in any modern browser and it becomes a full local interface for reading, inspecting, staging, and writing to a live Signal Rail instance. There is no server to run, nothing to install, and no internet connection required. The workstation does not replace the canonical .txt files and does not change authority — it is a human-facing surface built on top of them.
Opening the workstation
Open the HTML file in a browser
Open
signal_rail_workstation_final.html directly in Chrome, Edge, or another browser with File System Access API support. No local server is needed — double-clicking the file or dragging it into the browser address bar is sufficient.Mount your Signal Rail instance folder
Click Open Folder in the utility bar. Select the folder containing your deployed Signal Rail instance. The browser will request read/write permission for the folder. Once granted, the workstation reads all canonical files and populates the surface grid.
Confirm the source mode
After mounting, the workstation enters
live source mode. The status indicator in the utility bar reflects this. If system checks detect any issues — missing files, broken marker contracts, duplicate IDs — the System Checks modal will open automatically.The four main views
- READ
- WRITE
- SYSTEM
- DASHBOARD
The READ view is the primary inspection surface for a live Signal Rail instance.Surface map grid — displays all 15 surface definitions as cards. Each card shows the surface name, its canonical role, and live/sensitive status. Click a surface to load it in the main reading pane.Structured mode — renders the selected surface according to its display contract. Each surface type has its own rendering format:
working_state— renders the current state, active work, blockers, and next move as structured sectionsentry_cards— renders named entry sections as individual readable cardssection_outline— renders section headers with collapsible contentmap_hybrid— renders both structured metadata and raw text for map-type surfacesorientation_compiled— renders orientation fields as a clean compiled viewfreeze_state— renders freeze entries with id, principle, and reopening trigger
Source modes
The workstation operates in one of three source modes at any time:| Mode | Meaning |
|---|---|
unmounted | No folder or snapshot has been loaded. All views are empty. |
live | A local folder is mounted via the File System Access API. Reads and writes go directly to canonical .txt files. |
snapshot | A JSON snapshot has been imported. All views are populated from the snapshot. Writing is not available. |
Snapshot import and export
Use snapshots to review a previous instance state, share an instance view without sending the raw files, or work offline when the original folder is not available.- Export Snapshot — captures all canonical file contents into a single
.jsonfile. The snapshot includes file names, raw content, and a timestamp. - Import Snapshot — loads a
.jsonsnapshot and populates all four views from it. The workstation enterssnapshotsource mode. No writes can be made while in snapshot mode.
System checks
The System Checks modal can be opened manually from the utility bar or triggered automatically on load when issues are detected. It runs the same checks shown in the SYSTEM health grid and displays them in a grouped, readable format with pass/fail indicators and guidance for each failure. Run system checks any time you are unsure whether the instance is in a valid state — particularly after manual edits to canonical files, after importing a snapshot from an external source, or before a substantive write operation.Global search
The utility bar includes a global search box that searches across all workstation content simultaneously:| Scope | What is searched |
|---|---|
surfaces | Surface names and canonical roles (READ view) |
write actions | Write action card names and target canonicals (WRITE view) |
reference | Reference mini-layer content (SYSTEM view) |
system actions | Source operations and system navigator items (SYSTEM view) |
dashboard panes | Overview, Radar, and Timeline section labels (DASHBOARD view) |