Skip to content

Add agit — AI agent reasoning preserved in git commits#127

Open
Madhurr wants to merge 1 commit intodictcp:masterfrom
Madhurr:master
Open

Add agit — AI agent reasoning preserved in git commits#127
Madhurr wants to merge 1 commit intodictcp:masterfrom
Madhurr:master

Conversation

@Madhurr
Copy link
Copy Markdown

@Madhurr Madhurr commented Mar 12, 2026

agit

agit is a git middleware tool that stores AI coding agent reasoning as git notes on every commit.

Why this belongs in awesome-git:

  • Builds directly on git notes — a core git primitive (refs/notes/*) that few tools expose
  • Pure git: no new storage format, no external database, notes travel with push/fetch
  • Fills a genuine gap: there are tools for git flow, git history, git UI — but nothing for preserving agent reasoning metadata

What it does:

agit commit \
  -m "feat: switch auth to JWT" \
  --intent "stateless sessions, no Redis" \
  --confidence 0.82 \
  --risk "high:token-refresh:not implemented" \
  --unknowns "revocation strategy undecided"

agit context show HEAD shows intent, confidence, alternatives rejected, risks, and unknowns.
agit diff HEAD~5..HEAD shows how agent confidence evolved across commits.

Repo: https://github.com/Madhurr/agit (MIT, Go)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant