For humans
See what the agents believe is true.
Use the CLI to change state and the read-only Local Console to inspect commitments, holders, waits, effects, evidence, resolution decisions and audit history.
Start the Local Console explicitly
The Console is one foreground loopback process. Installation creates no daemon or hidden listener. A machine-readable status command proves the registered listener is the expected live instance.
local console
TASQ="$HOME/.local/share/tasq/node_modules/.bin/tasq"
"$TASQ" web --tenant robotics/team-a
"$TASQ" web status --tenant robotics/team-a --jsonRead-only by design
The Console cannot mutate the ledger. It is unauthenticated only because it is constrained to loopback and must not be exposed through a generic reverse proxy.
- Filter active commitments and inspect causal graphs.
- See live claims, resources, waits and uncertain effects.
- Follow the redacted audit timeline and live/stale state.
- Preview a redacted support bundle before saving it.