Skip to content

human-re/GCC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aline: Agentic Git for Vibe Coders

Aline auto-commits your progress while you vibe-code and turns it into a persistent memory layer. Agents can read and search this memory, keeping context consistent across sessions, models, and teammates. When you push to GitHub, the memory is shared—so others can see the history and continue your work seamlessly.


❌ Without aline

❌ Context disappears every session

❌ You repeat background to the agent again and again

❌ Teammates redo work, repeat mistakes, and meeting a lot to stay aligned

❌ Manually ask the agent to summarize progress

✅ With aline

✅ Automatically remembers everything across sessions and models

✅ Shared AI memory on github

✅ Automatically summarizes and commit progress


One-Command Installation

MCP on Claude Code (fully automatic)

claude mcp add --scope user --transport stdio aline -- npx -y aline-ai@latest

To verify installation:

claude mcp list

If you see:

aline: npx -y aline-ai@latest  — ✓ Connected

then the installation was successful.

Python (semi-automatic)

pip install aline-ai

Initialize in your project:

aline init

Commit your progress:

aline commit

Push via Git as usual:

git push

How It Works

Once installed as MCP, Aline runs quietly in the background and automatically records everything.

It recalls context when needed, or you can force it by adding “use aline” to your prompt.

When you share your workspace (e.g., push to GitHub), aline includes the recorded memory so the others can continue with full context.

Each project has its own memory, and it doesn’t carry over across projects.

Example Use Case

Anna receives a support ticket:

“On macOS, the screen recorder shows only a black window.”

She asks her agent (e.g., Claude Code): did anyone investigate this on macOS?
aline instantly retrieves Bob’s conversation from last week:

“Bob tested last week, macOS blocks protected windows; use ScreenCaptureKit.”

License

MIT — see LICENSE


Cite

@article{wu2025git,
  title={Git context controller: Manage the context of llm-based agents like git},
  author={Wu, Junde},
  journal={arXiv preprint arXiv:2508.00031},
  year={2025}
}

About

Aline: Agentic Git for Vibe Coders

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published