You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1337 reconciled CLAUDE.md and the CLI reference with the code. A few alignment gaps remain that need content work or product judgment, not a mechanical accuracy fix — tracking them here so they aren't lost.
Gaps
gaia summarize has no user guide. It's a real top-level command (and SummarizerAgent), documented now in the CLI reference, but there's no docs/guides/summarize.mdx and no nav entry. Needs a written guide modeled on the other agent guides.
Duplicate Telegram guide.docs/guides/telegram.mdx ("Telegram Messaging Adapter… v0.18.2 scaffold") and docs/guides/telegram-adapter.mdx ("Telegram Adapter") both exist; only telegram-adapter is in docs/docs.json. telegram.mdx is an orphan and looks like the older copy. Decide which is canonical and remove/redirect the other.
Orphan docs/security/connectors.mdx. Exists but isn't referenced anywhere in docs/docs.json. Either add it to the nav or fold it into the existing connectors/* pages.
gaia connectors subcommands undocumented. The command exists (Google/GitHub OAuth + MCP-server connectors with per-agent grants; gaia connectors mcp add/remove per feat(connectors): custom MCP server support (gaia connectors mcp) #977) but has no CLI-reference section and only a one-line CLAUDE.md mention. Enumerate its subcommands and document them.
gaia mcp subcommand coverage in cli.mdx.cli.py registers serve, tools, and test-client in addition to the documented start/status/stop/test/agent/docker/add/list/remove — audit and fill the gaps.
Acceptance criteria
docs/guides/summarize.mdx written and added to docs/docs.json.
One canonical Telegram guide; the duplicate removed or redirected; nav consistent.
docs/security/connectors.mdx either in nav or merged away (no orphan).
gaia connectors and the remaining gaia mcp subcommands documented in docs/reference/cli.mdx.
Why this matters
#1337 reconciled CLAUDE.md and the CLI reference with the code. A few alignment gaps remain that need content work or product judgment, not a mechanical accuracy fix — tracking them here so they aren't lost.
Gaps
gaia summarizehas no user guide. It's a real top-level command (andSummarizerAgent), documented now in the CLI reference, but there's nodocs/guides/summarize.mdxand no nav entry. Needs a written guide modeled on the other agent guides.Duplicate Telegram guide.
docs/guides/telegram.mdx("Telegram Messaging Adapter… v0.18.2 scaffold") anddocs/guides/telegram-adapter.mdx("Telegram Adapter") both exist; onlytelegram-adapteris indocs/docs.json.telegram.mdxis an orphan and looks like the older copy. Decide which is canonical and remove/redirect the other.Orphan
docs/security/connectors.mdx. Exists but isn't referenced anywhere indocs/docs.json. Either add it to the nav or fold it into the existingconnectors/*pages.gaia connectorssubcommands undocumented. The command exists (Google/GitHub OAuth + MCP-server connectors with per-agent grants;gaia connectors mcp add/removeper feat(connectors): custom MCP server support (gaia connectors mcp) #977) but has no CLI-reference section and only a one-line CLAUDE.md mention. Enumerate its subcommands and document them.gaia mcpsubcommand coverage in cli.mdx.cli.pyregistersserve,tools, andtest-clientin addition to the documented start/status/stop/test/agent/docker/add/list/remove — audit and fill the gaps.Acceptance criteria
docs/guides/summarize.mdxwritten and added todocs/docs.json.docs/security/connectors.mdxeither in nav or merged away (no orphan).gaia connectorsand the remaininggaia mcpsubcommands documented indocs/reference/cli.mdx.References
src/gaia/cli.py,docs/reference/cli.mdx,docs/docs.json