docs: document resident agent team and orchestrator working mode#280
Merged
Conversation
install.sh and install.ps1 previously hardcoded the install path to $HOME/metabot. Add a CLI flag (and matching PowerShell parameter) plus an interactive prompt so users can install MetaBot anywhere. - Priority: --dir / -Dir > METABOT_HOME env var > prompt > default. - Tilde expansion + absolute-path validation; refuses to clobber $HOME / system roots. - Persists METABOT_HOME to ~/.bashrc / ~/.zshrc (Linux/macOS) or user-level env (Windows) when non-default, so the mm/mb/metabot CLIs can locate the install in new shells.
fix(codex): show model metadata in cards
fix(codex): mirror skills and avoid bwrap sandbox
fix(codex): tolerate AGENTS deployment failures
…back fix(codex): install bundled skills when user cache is empty
docs: explain Codex skill migration
Add a "Working Mode: Orchestrate via the Resident Agent Team" section to CLAUDE.md so future sessions in this repo see the durable expectation: the team-lead dispatches; teammates implement. Captures the team's member list, dispatch patterns, exceptions where the team-lead may act directly, and known operational quirks (silent-idle pattern, broken team-panel hooks in SDK 0.2.140). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
SimonYeyi
pushed a commit
to SimonYeyi/metabot
that referenced
this pull request
May 26, 2026
…robotics#280) * feat(installer): allow custom install directory via --dir / -Dir flag install.sh and install.ps1 previously hardcoded the install path to $HOME/metabot. Add a CLI flag (and matching PowerShell parameter) plus an interactive prompt so users can install MetaBot anywhere. - Priority: --dir / -Dir > METABOT_HOME env var > prompt > default. - Tilde expansion + absolute-path validation; refuses to clobber $HOME / system roots. - Persists METABOT_HOME to ~/.bashrc / ~/.zshrc (Linux/macOS) or user-level env (Windows) when non-default, so the mm/mb/metabot CLIs can locate the install in new shells. * fix(codex): show model metadata in cards * fix(codex): mirror skills and avoid bwrap sandbox * fix(codex): tolerate agents deployment failures * fix(codex): install bundled skills when user cache is empty * docs: explain Codex skill migration * docs: document resident agent team and orchestrator working mode Add a "Working Mode: Orchestrate via the Resident Agent Team" section to CLAUDE.md so future sessions in this repo see the durable expectation: the team-lead dispatches; teammates implement. Captures the team's member list, dispatch patterns, exceptions where the team-lead may act directly, and known operational quirks (silent-idle pattern, broken team-panel hooks in SDK 0.2.140). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> --------- Co-authored-by: Flood Sung <floodsung@xvirobotics.ai> Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
CLAUDE.mdbetween Project Overview and Commands: Working Mode: Orchestrate via the Resident Agent Team.lead-architect,backend-engineer,frontend-engineer,qa-reliability), dispatch patterns, when team-lead acts directly, silent-idle quirk, and the broken team-panel hooks on SDK 0.2.140.Why
Make the orchestrator working mode durable across sessions so future Claude Code sessions in this repo default to delegation, not implementation.
Test plan
CLAUDE.mdis the only file changed