← All posts

Teams: the org chart is the interface

Teams become first-class: authored in YAML with a lead and an accountable human, rendered as an org chart at /dashboard/teams, consulted by the workspace lead in chat and missions, and seedable from a bundled sample workspace.

Vocion Teamvocion-v2.1.0

Until now a team was a label — a team: string on agent YAML that grouped cards on a page. Nothing above the team existed: no single agent that ran the whole workspace, no human on the hook for a team's output, and no way to ask "how is the quarter going?" and have the answer assembled across every team. This release breaks that ceiling. Teams become rows in the database with a lead and an accountable owner, a workspace lead sits above them, and the org chart stops being a diagram you keep in your head — it's the page you work from.

What's new

Who's accountable for what

LevelDeclared inFalls back to
Workspace lead (agent)workspace.yamllead:
Team lead (agent)teams/<slug>.yamllead:rendered "no lead yet", never hidden
Accountable humanteams/<slug>.yamlaccountableUser:the workspace-level accountableUser:, labeled as inherited

Why we built it

The v1.42 teams release proved the shape — one lead you brief, specialists it dispatches — but stored it as strings on agents. That worked for one team; it fell apart the moment a deployment had four. Who do you talk to about everything? Which human answers for the Deal Desk's output? Real organizations answer both questions structurally, so Vocion now does too: the team is a row, the lead is a column, and accountability is resolved — explicit or inherited — rather than implied. And because teams are authored YAML, the write path stays what it always was: edit the workspace, apply, audit. The MCP surface is read-only by design for the same reason.

Where to find it

Open /dashboard/teams — if the workspace has no teams yet, the one-click sample seed will stand up Meridian Outdoor so you can brief a workspace lead within a minute of upgrading. Full authoring reference in the Teams docs.