Skip to content

Tags: faugustdev/git-context-controller

Tags

v2.0.1

Toggle v2.0.1's commit message
GCC v2: lean git-backed memory with utility scripts

Replace verbose markdown storage (~500 tokens/entry) with lean
index.yaml format (~50 tokens/entry) backed by real git commits.
Context is reconstructed on demand via git show.

New scripts:
- gcc_commit.sh: real git commit + lean index entry
- gcc_context.sh: reconstruct context from hashes
- gcc_bridge.sh: feed commit data to aiyoucli vector memory
- gcc_cleanup.sh: TTL-based worktree cleanup + index pruning

Updated gcc_init.sh with dual mode (git/standalone) detection.
Updated SKILL.md, README.md, file_formats.md, sample_session.md
for v2 format and workflows.

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1 from faugustdev/dev

GCC v2: lean git-backed memory system

v1.0.0

Toggle v1.0.0's commit message
Fix heredoc bug in gcc_init.sh and add .gitignore

- Fix: $(date) was not interpolating inside single-quoted heredoc in
  commit.md generation. Extracted to variable before heredoc block.
- Add .gitignore excluding .GCC/ directory, ROADMAP.md, and OS/editor files

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>