From 15781821b7384da6d7b4c147fdaf202235ba096c Mon Sep 17 00:00:00 2001 From: jcarver989 <117696+jcarver989@users.noreply.github.com> Date: Wed, 5 Aug 2026 05:20:13 +0000 Subject: [PATCH] chore: scheduled website-docs --- .../src/content/docs/aether/built-in-servers/subagents.mdx | 2 +- .../website/src/content/docs/aether/settings/mcp-servers.mdx | 4 ++-- .../website/src/content/docs/libraries/typescript-sdk.mdx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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 044198f0d..53ccfe86e 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 3dfe85195..7cd2c25f5 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 |