A self-editing agent for autonomous development
Omega Arbiter is a self-editing agent that listens to chat transports (Discord, etc.) and manages git worktrees for autonomous development. It uses AI-powered decision making to evaluate incoming messages and determine the appropriate action.
When triggered, it creates isolated git branches and worktrees to make code changes, commits with proper attribution, and can even rebase and push changes automatically.
Supports Discord with extensible architecture for Slack, CLI, and webhooks.
Evaluates incoming messages to decide whether and how to act on requests.
Creates isolated branches for each task, keeping work organized and safe.
Handles successive messages that contribute to ongoing work sessions.
Commits, rebases, and manages code changes autonomously.
View system activity and Claude outputs in the live logs dashboard.