Skip to main content

Code Observability

Codebolt includes code-observability tools for understanding both how a project is wired together and how an agent execution moved through that code before you edit, refactor, or hand work to an agent.

Panels in this section

PanelPurpose
CodemapStructural dependency graph of files, modules, classes, and functions
Narrative GraphVisual replay of an agent run, including branches, hierarchy, and file-level execution detail

When to use it

  • Before a refactor — understand the blast radius of a change
  • When orienting in a new repo — see how modules connect without reading every file
  • When replaying an execution path — inspect where a run branched, retried, or touched code
  • When delegating to an agent — frame the task with the right dependency context