Skip to content

Lucineer/git-claw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-claw ✋

You see every command and edit as it happens. Pause with Ctrl+C, run your own commands, then resume—the agent continues from the new state.

Live demo: curl https://the-fleet.casey-digennaro.workers.dev/claw


Why This Exists

Most agents obscure their process behind a spinner. When they fail, you're left debugging hidden changes. This one operates beside you in your terminal, showing each step. It's built for developers who prefer to watch and guide the work.


Quick Start

  1. Fork this repository. This is a self-hosted tool, not a service.
  2. Deploy to Cloudflare Workers (one-click) or run locally with npm start.
  3. Configure your LLM keys in .env.local and set permission boundaries.

The runtime is a single Cloudflare Worker file with zero external dependencies.


How It Works

  1. You can interrupt at any command, not just predefined checkpoints. Pause with Ctrl+C, fix something, run resume.
  2. It never rewrites git history

About

Bridge between your OpenClaw and git-agent. Watch, intervene, learn.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors