Git & GitHub
dot includes git and GitHub tools that work across every managed repo (public and private dotfiles, configured private git repos, and Omarchy repos), and integrates the standalone context CLI for branch and stack context. Most watcher commands have an interactive TUI plus --raw and --bar-json output for scripts and status bars. Local commit automation goes through the guarded dot git-commit gateway.
Diff & Repo WatcherThe git-diff TUI and CLI for dirty worktrees and ahead/behind state.
Context IntegrationHow OpenCode plugins consume the standalone context CLI.
Commit GatewayGuarded commits with scoped paths, message checks, and safe push mode.
Workflow RunsWatched GitHub Actions runs for each repo's checked-out HEAD.
NotificationsThe GitHub notification inbox with read/done/ignore actions.
Status bar integration
Section titled “Status bar integration”Several of these commands emit --bar-json output for a status bar module. See Bar Integrations for the JSON format, click actions, and which commands support it.
Private repo configuration
Section titled “Private repo configuration”Repo activity, workflow, and notification settings live in the private dot-git.yml config. See Private Git Config for the schema.