You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,11 @@
1
1
# AI Docs CLI
2
2
3
-
A Go-based CLI tool that provides a one-command workflow to isolate AI-generated "memory" files onto a dedicated Git branch with worktree, automatic symlinks, and easy sync.
3
+
A Go-based CLI tool that provides a one-command workflow to isolate AI-generated "memory" files (GEMINI.md, CLAUDE.md etc) onto a dedicated Git branch with worktree and easy sync.
4
4
5
5
## Features
6
6
7
-
- Creates an orphan branch for AI memory files
7
+
- Creates an orphan branch for AI memory files(GEMINI.md, CLAUDE.md, .cursor/rules/)
8
8
- Sets up a Git worktree for isolated file management
9
-
- Creates symlinks from project root to worktree
10
9
- Automatically updates .gitignore
11
10
- Separate pull/push commands for flexible workflow
12
11
- Support for multiple AI agents (Cline, Claude, Gemini, Cursor)
0 commit comments