# Example bundle definition.
# Copy this file to bundles/<bundle-id>.toml and customize sessions.
= 1
# autostart = true
# Each session may reference a policy preset from policies.toml via `policy`.
# Omitting `policy` resolves to the policies.toml `default` preset.
#
# Operator-class assignment: a session may claim relay
# `client_class = operator` (required to poll and resolve ACP permission
# requests through the MCP `grant` tool) only when its `policy` preset
# sets `operator-class = true`. Assign the `operator` preset deliberately;
# restrict it to coordination/decisioning lanes (for example `master` and
# `mcp`) and leave worker lanes on `default` so they register as `agent`.
# [[sessions]]
# id = "agent-a"
# name = "Agent A"
# directory = "/home/me/src/WORKTREES/agentmux/agent-a"
# coder = "codex"
# coder-session-id = "00000000-0000-0000-0000-000000000000"
# policy = "operator"
# [[sessions]]
# id = "agent-b"
# name = "Agent B"
# directory = "/home/me/src/WORKTREES/agentmux/agent-b"
# coder = "codex"
# policy = "default"