shipped localOperator view for active agent work.
A local browser surface for watching missions, agent lanes, lifecycle events, and review state.
- Mission and lane visibility for parallel agent work.
- Status rings and structured timeline rows instead of raw terminal scrollback.
- Review checkpoints that keep task intent visible.
Local state is read when the installed product runtime is running.
See cockpit features →shipped localSource of local workflow signals.
Development hooks turn prompt lifecycle markers, tool activity, file-touch signals, and validation outcomes into structured local events.
- Lifecycle events become structured records.
- File and command signals stay attached to local context.
- Failures can be shown as visible states rather than silent gaps.
Hook ingest starts on the operator machine; prompts, paths, credentials, and source files stay local by default.
Follow the ingest flow →shipped localDeveloper entry point and local control plane.
Command-line workflows let operators run, inspect, and validate local FactionOS behavior from the same terminal context as the codebase.
- Start and inspect local product surfaces.
- Run validation gates close to the workspace.
- Keep operator actions explicit instead of invisible automation.
Operators run CLI actions deliberately from their own terminal context.
Review setup flow →shipped localTyped connective tissue between surfaces.
Shared event contracts keep hooks, server state, adapters, and UI surfaces aligned as product boundaries become more complex.
- Consistent event names and payload shapes.
- Clear separation between local snapshots and optional outbound notices.
- Reduced drift between CLI, server, cockpit, and adapters.
Protocol descriptions keep payload expectations explicit without exposing repository content.
Inspect the architecture →optional localOptional shared view for coordinated work.
A collaboration surface can summarize team-visible mission state when deliberately enabled, with redaction and service boundaries treated as product requirements.
- Team-readable mission state when configured.
- Redaction posture belongs next to collaboration controls.
- Local-only operation remains the baseline product story.
War Room collaboration is optional and separate from the local baseline. Local-only operation remains the baseline.
Review trust boundaries →outbound optionalOptional external notification path.
Discord, Telegram, and generic HTTPS adapters are optional outbound paths. They can send narrow notifications to external systems such as team chat or downstream automation after an operator opts in.
- Payloads must be explicit and narrow.
- External destinations remain separate from core local work.
- Operators control whether a notification path exists.
Adapters stay outbound-only in this overview. Operators control whether a notification path exists.
Compare adapter scope →guided previewZero-install product preview.
The public demo is a separate guided preview for inspecting product feel without setup.
- Product-like UI without local setup.
- Product-like flow for public inspection.
- Clear separation from real prompts, paths, and replay data.
The zero-install demo is a guided preview and stays separate from local sessions.
Understand demo scope →