.gitattributes
.gitignore
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
.github/workflows/release.yml
.github/workflows/test.yml
docs/.gitkeep
docs/examples.md
docs/secrets.md
src/git_agent_memory/__init__.py
src/git_agent_memory/__main__.py
src/git_agent_memory/cli.py
src/git_agent_memory/config.py
src/git_agent_memory/git_utils.py
src/git_agent_memory/hooks.py
src/git_agent_memory/parser.py
src/git_agent_memory/writer.py
src/git_agent_memory.egg-info/PKG-INFO
src/git_agent_memory.egg-info/SOURCES.txt
src/git_agent_memory.egg-info/dependency_links.txt
src/git_agent_memory.egg-info/entry_points.txt
src/git_agent_memory.egg-info/requires.txt
src/git_agent_memory.egg-info/top_level.txt
tests/.lock_target.lock
tests/.lock_target_persist.lock
tests/__init__.py
tests/conftest.py
tests/test_cli.py
tests/test_config.py
tests/test_git_utils.py
tests/test_hooks.py
tests/test_integration.py
tests/test_parser.py
tests/test_writer.py