Skip to main content

DevNexus Cockpit

The DevNexus cockpit is an operator cockpit for human-in-the-loop agent work. It should show what needs attention first, then let the user drill into the workspace, thread, branch, issue, pull request, or plugin behind it.

Use the cockpit for:

  • host-wide status across registered workspaces
  • approvals, blockers, dirty state, and unfinished threads
  • workspace drill-down without losing host context
  • provider links and assistant chat actions
  • plugin visibility and setup state

Do not use the default cockpit as a diagnostics dump. Raw ids, full timestamps, large event bodies, and JSON-shaped evidence belong behind details or a diagnostics mode.

Scopes

ScopeJob
Host cockpitAnswer "what needs me now?" across local registered workspaces.
Workspace cockpitShow one workspace's components, work map, actions, threads, and plugins.
Selected itemExplain one signal, blocker, thread, branch, work item, or provider record.

Documentation

Commands

dev-nexus cockpit serve
dev-nexus cockpit serve <workspace-root>
dev-nexus cockpit snapshot <workspace-root> --json
dev-nexus cockpit weave <workspace-root> --json

cockpit serve opens the host cockpit. Passing a workspace root starts the same cockpit with that workspace selected.