Loading README from GitHub…

agent

A tiny background agent that keeps your repo in sync.

Features

  • Watches main for changes
  • Auto-pushes on save
  • Zero config
package main

func main() {
  agent.Start()
}