cd /news/developer-tools/i-open-sourced-claude-basecamp-come-… · home topics developer-tools article
[ARTICLE · art-53515] src=dev.to ↗ pub= topic=developer-tools verified=true sentiment=↑ positive

I Open-Sourced Claude Basecamp — Come Help Me Build a Reconciliation Loop for Claude Code

A developer open-sourced Claude Basecamp, a tool that applies Kubernetes-style reconciliation loops to codebases managed by Claude Code. The tool discovers projects, runs standing checks for test health, dependency updates, and issue triage, and includes features like reflex-based mistake blocking and session rescue. It runs via npx with no install or config required.

read2 min views1 publishedJul 10, 2026

Kubernetes changed infrastructure forever with one idea: you declare desired state, and the system continuously reconciles reality to match it. I wanted that for my codebase, so I built Claude Basecamp and I'm open-sourcing it today. If you're running Claude Code across more than one repo, I'd genuinely love for you to try it, break it, and help me build it out.

npx claude-basecamp

No install, no database, no config. It discovers the projects Claude Code already knows about and opens at http://localhost:4747. Runs on macOS, Linux, and Windows.

Standing checks, the reconciliation loop. Declare what must always be true, and Basecamp holds it:

tests always green          -> runs your suite on a cadence; failures dispatch a fix run that commits
dependencies current        -> npm outdated; safe updates applied, majors escalated to you
issue backlog triaged       -> gh-powered labeling and stale-closing
anything in plain English   -> "the README documents every CLI flag" checked read-only, fixed on drift

Checks run against deterministic local facts (your real test suite, real npm outdated) wherever possible, zero tokens spent checking. Drift launches a bounded, budgeted, approval-gated convergence run. Repeated failure escalates to a decision card on Home instead of retrying forever.

Reflexes, an immune system for your AI. Basecamp mines every transcript for the moments you pushed back (interruptions, "no, don't", permission denials) and turns each into an antibody. Once armed, every Claude Code session on your machine consults that memory before every Bash/Write/Edit action, so a mistake made twice gets blocked machine-wide before it happens a third time.

Session Rescue. Notices when a Claude Code session died mid-task and lets you resume the actual dead session, same session ID, full context, as a background run that finishes the job and commits.

A persistent manager for every repo. Each project gets an agent with full Claude Code tools plus control over Basecamp itself:

"Keep the tests green from now on." -> creates a standing check

"Our goal is to ship v1 by end of month, track it." -> records the goal

"What's the state of this repo?" -> reads the code and tells you

Plus routines, background runs, an updates feed, goals, git-aware repo cards, stats, a command palette, an approval queue, notifications, incoming webhooks, GitHub issue and PR integration, and a one-click connector and skill catalog.

This is genuinely early, and I'd rather it grow from real usage than my own guesses. A few places I'd especially love a hand:

The repo is here: https://github.com/graybyrd13/claude-basecamp

Clone it, run npm test, poke around the code, open an issue, send a PR. All contributions are welcome, from typo fixes to entirely new features. And if you just want to kick the tires, npx claude-basecamp is all it takes. Let me know what breaks!

── more in #developer-tools 4 stories · sorted by recency
── more on @claude basecamp 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/i-open-sourced-claud…] indexed:0 read:2min 2026-07-10 ·