Processes
Start, stop, restart, and inspect dev servers or background commands.
Tests
Run known validation commands without leaving ADE.
Health
See crashes, logs, ports, and CI signals in one place.
Add a process
Good process examples
| Name | Command |
|---|---|
| Web app | npm run dev |
| API | npm run dev:api |
| Tests | npm test |
| Typecheck | npm run typecheck |
When agents use Run
Run gives agents a shared view of what is already running. A chat agent can ask for test output, inspect logs, or start a configured command instead of inventing a new one.Processes run on your machine. Make sure commands are safe before saving shared project defaults.