Session board
Organize parallel coding-agent work in Neroli with Planning, In Progress, In Review, Merge, and Done groups plus stage automations.
The left sidebar is how you keep many agent sessions from turning into a blur. Treat it like a small issue tracker for work that is happening inside Neroli.
Each row is a session. Each group is a stage. Drag sessions between groups as the work changes.


The groups
| Group | Use it for |
|---|---|
| Planning | Sessions that are still shaping the approach, plan, or prompt. |
| In Progress | Sessions actively building, testing, exploring, or waiting on the agent. |
| In Review | Larger changes that need a real review pass before merge. |
| Merge | Work that looks ready, but still needs final validation or merge handling. |
| Done | Work you have validated and want to keep visible for a while. |
New or unplaced sessions appear in In Progress by default. Move them wherever your workflow needs them.
A practical loop
Plan
Keep early sessions in Planning while the agent is exploring, drafting, or asking clarifying questions.
Build
Move the session to In Progress once it is doing the work.
Review
Move substantial changes to In Review. Ask the agent to self-review, run checks, and collect evidence.
Prepare to merge
Move work to Merge when it looks ready but still needs your final validation.
Close it out
Move validated work to Done, or archive/delete it when you no longer need the session around.
This is deliberately lightweight. The board does not need to mirror your GitHub issues exactly. It is there to keep active agent work understandable.
Keep it useful
Use the sidebar as a living map of what you are paying attention to. The groups are there to help you decide what deserves review, what is ready to land, and what can disappear from view.
- Keep uncertain work in Planning or In Progress until the next step is obvious.
- Use In Review when you want the agent to review its own work and surface risk.
- Use Merge for work that looks ready and needs your final pass.
- Use Done when you want completed work to stay visible before you archive it.
If a session is noisy, stale, or no longer useful, archive it. Use top-bar Workspace Commands for repeatable actions you want close to the active session.
Archived sessions remain available across all projects until you restore or delete them. In Settings → Archive, you can search and filter the archive or opt into automatic deletion after a chosen delay. Automatic deletion is off by default and skips worktrees with uncommitted or unpushed work.
Next: make workspace actions repeatable with Automations.