Skip to content

docs: document /goal loops and Agent Teams#276

Merged
floodsung merged 32 commits into
mainfrom
docs/goal-and-agent-teams
May 14, 2026
Merged

docs: document /goal loops and Agent Teams#276
floodsung merged 32 commits into
mainfrom
docs/goal-and-agent-teams

Conversation

@floodsung

Copy link
Copy Markdown
Contributor

Summary

  • Add /goal loops and Agent Teams to README_EN.md / README.md (Core Components table, Example Prompts, Chat Commands).
  • New feature pages under docs/features/: goal-loops.{md,zh.md} and agent-teams.{md,zh.md}.
  • New /goal row in docs/usage/chat-commands.{md,zh.md} with link to the goal-loops page.
  • mkdocs.yml: nav entries added to both the English and Chinese blocks, placed adjacent to MetaSkill.

Notes on accuracy

  • /goal is documented as a Claude Code native command — the Stop hook + fast-model evaluator lives in Claude Code; MetaBot's contribution is the persistent process per chat that keeps the hook alive across user turns, plus the Feishu badge mirror.
  • Agent Teams is documented honestly: the team-panel UX (status icons + shared task list) is not yet reachable because TaskCreated / TaskCompleted / TeammateIdle hooks don't fire on SDK 0.2.140. The page explicitly notes that today's UX is the agent activity card.

Test plan

  • npm run lint — 0 errors (pre-existing warnings only)
  • npm run build — clean
  • npm test — 262/262 passing
  • qa-reliability: render check on the deployed MkDocs site after merge

🤖 Generated with Claude Code

Flood Sung and others added 30 commits April 25, 2026 08:32
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
Flood Sung added 2 commits May 14, 2026 09:06
- README_EN.md / README.md: add Core Components rows for Persistent
  Sessions & Goal Loops and Agent Teams, new Example Prompts sections,
  and /goal row in the Chat Commands table.
- docs/features/goal-loops.{md,zh.md}: new feature page covering
  Claude-native Stop hook + fast-model evaluator and MetaBot's
  persistent-executor role.
- docs/features/agent-teams.{md,zh.md}: new feature page describing
  the runtime team experience; honest about current Team-panel
  limitations (SDK hooks not firing yet, activity surfaces in the
  agent activity card).
- docs/usage/chat-commands.{md,zh.md}: add /goal row with link to the
  new feature page.
- mkdocs.yml: add both pages to the en and zh nav blocks under
  Features, adjacent to MetaSkill.
…eams

# Conflicts:
#	README.md
#	README_EN.md
@floodsung floodsung merged commit 17ef6bd into main May 14, 2026
3 checks passed
@floodsung floodsung deleted the docs/goal-and-agent-teams branch May 14, 2026 09:13
SimonYeyi pushed a commit to SimonYeyi/metabot that referenced this pull request May 26, 2026
* 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 /goal loops and Agent Teams

- README_EN.md / README.md: add Core Components rows for Persistent
  Sessions & Goal Loops and Agent Teams, new Example Prompts sections,
  and /goal row in the Chat Commands table.
- docs/features/goal-loops.{md,zh.md}: new feature page covering
  Claude-native Stop hook + fast-model evaluator and MetaBot's
  persistent-executor role.
- docs/features/agent-teams.{md,zh.md}: new feature page describing
  the runtime team experience; honest about current Team-panel
  limitations (SDK hooks not firing yet, activity surfaces in the
  agent activity card).
- docs/usage/chat-commands.{md,zh.md}: add /goal row with link to the
  new feature page.
- mkdocs.yml: add both pages to the en and zh nav blocks under
  Features, adjacent to MetaSkill.

---------

Co-authored-by: Flood Sung <floodsung@xvirobotics.ai>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant