Skip to content

Adapt For A Team

The current Hub began as a single-user local orchestrator. A team-facing distribution should separate reusable orchestration behavior from personal environment assumptions.

Before sharing:

  • remove personal paths
  • remove private project names unless used intentionally as examples
  • remove Obsidian-specific assumptions
  • remove credentials and environment values
  • replace local project maps with team-owned project records
  • document optional adapters separately

Each team should record:

  • project aliases
  • main worktree
  • worker worktrees
  • production branch
  • deployment target
  • local preview command
  • review expectations

Use owner worktrees or branches to make it clear where Codex, Claude Code, or another worker should operate. Code freshness should not silently override worker choice.

Agent Hub can automate routine stages after approval, but it should still pause for:

  • destructive changes
  • external writes
  • production deploys when policy requires explicit approval
  • credential or secret changes
  • infrastructure creation
  • unclear product decisions

Adopt in this order:

  1. Status and audit only.
  2. Controlled worker launch.
  3. Durable work-item queue.
  4. Structured worker reports.
  5. Hub review gates.
  6. Deploy orchestration.
  7. Team-specific adapters.