diff --git a/packages/website/src/content/docs/aether/built-in-servers/subagents.mdx b/packages/website/src/content/docs/aether/built-in-servers/subagents.mdx index 044198f0..53ccfe86 100644 --- a/packages/website/src/content/docs/aether/built-in-servers/subagents.mdx +++ b/packages/website/src/content/docs/aether/built-in-servers/subagents.mdx @@ -18,7 +18,7 @@ The `subagents` server lets one agent delegate work to other configured agents. } ``` -`--project-root` loads `.aether/settings.json` from that directory. `--dir` is accepted as an alias. When omitted, the server uses `.`. +`--project-root` loads `.aether/settings.json` from that directory. `--dir` is accepted as an alias. When omitted, the built-in in-memory server uses the workspace root; the standalone `subagents-mcp` binary defaults to the current directory. ## Available sub-agents diff --git a/packages/website/src/content/docs/aether/settings/mcp-servers.mdx b/packages/website/src/content/docs/aether/settings/mcp-servers.mdx index 3dfe8519..7cd2c25f 100644 --- a/packages/website/src/content/docs/aether/settings/mcp-servers.mdx +++ b/packages/website/src/content/docs/aether/settings/mcp-servers.mdx @@ -188,9 +188,9 @@ For `http` and `sse` servers that require OAuth, Aether defaults to dynamic clie | `coding` | File I/O, bash, grep/find, web fetch/search, and LSP-backed coding tools | `--root-dir `, repeat `--rules-dir `, `--permission-mode always-allow\|auto\|always-ask`, `--disable-lsp` | | `skills` | Skill discovery, slash-command prompts, and rules | Required: repeat `--dir ` | | `tasks` | Hierarchical task management | Optional `--dir ` for persistent storage | -| `subagents` | Spawn child agents from loaded settings | `--project-root ` (alias: `--dir`, defaults to `.`) | +| `subagents` | Spawn child agents from loaded settings | `--project-root ` (alias: `--dir`; defaults to the workspace root) | | `survey` | Structured human-in-the-loop questions | No args | -| `plan` | Plan prompt and markdown plan review | Optional `--prompt-file `, plus optional trailing submit command | +| `plan` | Plan prompt and markdown plan review | Optional `--plans-dir `, `--prompt-file `, plus optional trailing submit command |