LICENSE
README.md
pyproject.toml
src/agentfiles/__init__.py
src/agentfiles/__main__.py
src/agentfiles/cli.py
src/agentfiles/cli_format.py
src/agentfiles/completion.py
src/agentfiles/config.py
src/agentfiles/differ.py
src/agentfiles/doctor.py
src/agentfiles/engine.py
src/agentfiles/frontmatter.py
src/agentfiles/git.py
src/agentfiles/interactive.py
src/agentfiles/models.py
src/agentfiles/output.py
src/agentfiles/paths.py
src/agentfiles/py.typed
src/agentfiles/scanner.py
src/agentfiles/source.py
src/agentfiles/target.py
src/agentfiles/tokens.py
src/agentfiles.egg-info/PKG-INFO
src/agentfiles.egg-info/SOURCES.txt
src/agentfiles.egg-info/dependency_links.txt
src/agentfiles.egg-info/entry_points.txt
src/agentfiles.egg-info/requires.txt
src/agentfiles.egg-info/top_level.txt
tests/test_clean.py
tests/test_cli_flags.py
tests/test_config.py
tests/test_conflicts.py
tests/test_create_pr.py
tests/test_differ.py
tests/test_doctor.py
tests/test_engine.py
tests/test_format_json.py
tests/test_frontmatter.py
tests/test_git.py
tests/test_init.py
tests/test_interactive.py
tests/test_models.py
tests/test_output.py
tests/test_paths.py
tests/test_pull.py
tests/test_push.py
tests/test_scanner.py
tests/test_selective.py
tests/test_shallow_clone.py
tests/test_source.py
tests/test_sync_state.py
tests/test_target.py
tests/test_token_estimate.py
tests/test_tokens.py
tests/test_workflow.py