fluidstate, with a live code blueprint.
Tree is the visibility surface. It keeps the agent pane workflow, then adds the architectural map you need for onboarding, large refactors, and work that crosses layers.
app
routes
schema
hooks
ui
tests
Tree
What it owns
For teams navigating larger codebases, refactors, onboarding, and any agent run where a flat file tree hides too much context.
Live architectural graph of the codebase
Same multi-agent panes as fluidstate
Filesystem watcher highlights touched nodes in real time
Workflow
How Tree works
01
Open
Point Tree at the repo.
Tree scans the project and groups files into the architectural roles that matter for real product work.
02
Watch
See the blast radius live.
As agents edit files, the graph flashes the touched nodes so you can tell which pages, routes, and schemas are moving.
03
Steer
Keep context while agents run.
Use the map and panes together to decide where to intervene, where to review, and where the system is already coherent.
How it connects
Part of one loop.
Tree sits above fluidstate's execution model. v2 can feed it planned work, while Tree shows exactly how those plans touch the system.