About this project
Control is the AI I come to when I want to think about the server as a whole rather than work on any one project. It starts up with a briefing of every project running on hp, and its system prompt tells it that it is the central one: the boss, if you like, of the other Claudes working on individual projects.
Day to day I use it for two kinds of thing. Talking through Claude itself when a session is misbehaving or I want better results out of it. And pushing a change across many projects at once, where control turns our chat into Doable tasks that land with consistent instructions in each affected project. Control also has an interface onto the test gate, so when the watcher spots a Claude trying to skip a failing test rather than fix it, I can see it here and decide what to do.
The shape of the app is more like a chat client than a terminal. Each interaction is its own conversation, saved and titled by a local model after a few turns, so I can come back to the right thread a week later. It is technically separate from the roadTerm backend on purpose, so if roadTerm breaks I can still come here and ask control to fix it.
Screenshots