# overseer > Your developer workflow, one binary. Git identities, repos, Homebrew, daily briefings, notes, and PR monitoring — one binary, driven by a private config repo you own. ## Table of Contents ### Reference - [accounts](/overseer/commands/accounts.md) - [brain](/overseer/commands/brain.md) - [brew](/overseer/commands/brew.md) - [completion](/overseer/commands/completion.md) - [config](/overseer/commands/config.md) - [context](/overseer/commands/context.md) - [daily](/overseer/commands/daily.md): Run your morning briefing — pull open PRs, Jira tickets, calendar events, and Slack highlights into a single digest. - [env](/overseer/commands/env.md) - [focus](/overseer/commands/focus.md) - [git](/overseer/commands/git.md): Manage git identity profiles — configure per-repo user name, email, and GPG signing key from a central config. - [init](/overseer/commands/init.md) - [mcp](/overseer/commands/mcp.md) - [note](/overseer/commands/note.md) - [notify](/overseer/commands/notify.md) - [plugins](/overseer/commands/plugins.md) - [prs](/overseer/commands/prs.md) - [repos](/overseer/commands/repos.md): Manage your registered git repositories — check status across all repos, pull updates, and run setup scripts in bulk. - [run](/overseer/commands/run.md) - [setup](/overseer/commands/setup.md) - [ssh](/overseer/commands/ssh.md) - [standup](/overseer/commands/standup.md) - [status](/overseer/commands/status.md) - [update](/overseer/commands/update.md) - [weekly](/overseer/commands/weekly.md) ### Concepts - [Concepts](/overseer/concepts.md) - [Brain](/overseer/concepts/brain.md): The brain is a private git repo that holds your overseer config, dotfiles, and personal data — separate from the tool itself. - [Config](/overseer/concepts/config.md): How overseer's two-layer config system works — brain config merged with local overrides, covering integrations, git profiles, and repos. - [Secrets](/overseer/concepts/secrets.md): Reference secrets from 1Password using op:// URIs in your overseer config — resolved at runtime, never stored in plaintext. ### Plugins - [Plugins](/overseer/plugins.md) - [Native plugins](/overseer/plugins/native.md) - [Python SDK](/overseer/plugins/python.md) - [TypeScript SDK](/overseer/plugins/typescript.md) ### Other - [Commands](/overseer/commands.md): Complete reference for all overseer commands — global flags, output formats, and an index of every available command. - [For LLMs](/overseer/llms.md) - [Installation](/overseer/install.md): Install overseer via Homebrew or from source, run the setup wizard, and configure shell completions.