context
Print a self-contained description of overseer for use in AI assistant chats.
overseer context
overseer context --format jsonText output
Generates a comprehensive markdown document describing all commands, flags, config structure, and key concepts. Designed to be pasted directly into an AI chat as context.
# Copy to clipboard (macOS)
overseer context | pbcopy
# Save to a file
overseer context > overseer-context.mdJSON output
Returns a structured command manifest with the tool name, version, description, and a full tree of commands with their flags and subcommands.
{
"tool": "overseer",
"version": "1.2.3",
"description": "...",
"brain": "...",
"commands": [
{
"path": "overseer brain",
"short": "Manage the brain directory",
"subcommands": [...]
}
]
}MCP alternative
For persistent AI integration rather than a one-off paste, see overseer mcp.