Tags: faugustdev/git-context-controller
Tags
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.
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>