GitWell – Rust CLI that recovers abandoned intentions from Git history
Cross-repo session clustering groups abandoned work into narratives without any AI.
Developer situational awareness for the agentic coding era — detect AI agent activity, scan git repos, and get narrative briefings.
Detects Claude/Copilot/Cursor commits passively; AI briefing turn git noise into context.
Developers using AI coding agents
Gitpod · GitHub Copilot workspace awareness
The problem: AI coding agents (Claude, Copilot, Cursor, Devin) push commits, create branches, and open PRs across your repos. You come back and have no idea what changed. wip gives you that picture in one command.
Features: - Agent detection with active/recent/stale status - AI-powered narrative briefings (Anthropic, OpenAI, Gemini) - WIP task tracker linked to repos - JSON output for scripting - Local-first, no telemetry
Built the whole thing with Claude Code (Opus 4.6) in about 5 hours, idea to PyPI. Python 3.9+, MIT licensed.
GitHub: github.com/drmnaik/wip PyPI: pypi.org/project/wip-cli
Would love feedback — especially on what signals you'd want detected beyond commit authors and branch prefixes.
Cross-repo session clustering groups abandoned work into narratives without any AI.
Infinite undo for AI coding agents via automatic git snapshots before things break.
Git repo as versioned agent memory — no database, just markdown files.
Treats Markdown files as a database so fresh agents don't need to read 70k token chat logs.
Git commits as state machine for agent task coordination — no external sync layer needed.
Terraform default_tags already does this — wrapper adds minimal value over native features.