[PR #62] Move working log + blobs to .git/ai #230

Closed
opened 2026-03-02 04:13:01 +03:00 by kerem · 0 comments
Owner

Original Pull Request: https://github.com/git-ai-project/git-ai/pull/62

State: closed
Merged: Yes


We were saving (but not pushing) working logs and blobs to the git db. If someone ran --push they'd ship upstream.

This PR

  • introduces the .git/ai directory (convention for git extensions like lfs)
  • reworks how checkpoints are stored and is faster to lookup and compare versions
  • Cleans up some extra data that is no longer used.
**Original Pull Request:** https://github.com/git-ai-project/git-ai/pull/62 **State:** closed **Merged:** Yes --- We were saving (but not pushing) working logs and blobs to the git db. If someone ran `--push` they'd ship upstream. This PR - [x] introduces the `.git/ai` directory (convention for git extensions like lfs) - [x] reworks how checkpoints are stored and is faster to lookup and compare versions - [x] Cleans up some extra data that is no longer used.
kerem 2026-03-02 04:13:01 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/git-ai#230
No description provided.