LICENSE
README.md
pyproject.toml
src/cache.py
src/collect.py
src/config.py
src/export_import.py
src/frontmatter_parser.py
src/install.py
src/llm_client.py
src/llm_config.py
src/main.py
src/mcp.py
src/memory.py
src/secrets_manager.py
src/skill.py
src/skills.py
src/status.py
src/sync_helpers.py
src/ui.py
src/apc_cli.egg-info/PKG-INFO
src/apc_cli.egg-info/SOURCES.txt
src/apc_cli.egg-info/dependency_links.txt
src/apc_cli.egg-info/entry_points.txt
src/apc_cli.egg-info/requires.txt
src/apc_cli.egg-info/top_level.txt
src/appliers/__init__.py
src/appliers/base.py
src/appliers/claude.py
src/appliers/copilot.py
src/appliers/cursor.py
src/appliers/gemini.py
src/appliers/manifest.py
src/appliers/memory_section.py
src/appliers/openclaw.py
src/appliers/windsurf.py
src/extractors/__init__.py
src/extractors/base.py
src/extractors/claude.py
src/extractors/copilot.py
src/extractors/cursor.py
src/extractors/gemini.py
src/extractors/openclaw.py
src/extractors/windsurf.py
tests/test_appliers.py
tests/test_docker_integration.py
tests/test_e2e.py
tests/test_export_import.py
tests/test_extractors.py
tests/test_llm_config.py
tests/test_manifest.py
tests/test_memory_section.py
tests/test_sync_helpers.py