.gitignore
.gitmodules
ARCHITECTURE.md
CLAUDE.md
LICENSE
README.md
agent-sync.spec
main_build.py
pyproject.toml
requirements.txt
.github/workflows/python-app.yml
.github/workflows/release.yml
.vscode/launch.json
.vscode/settings.json
adapters/__init__.py
adapters/claude/__init__.py
adapters/claude/adapter.py
adapters/claude/handlers/__init__.py
adapters/claude/handlers/agent_handler.py
adapters/claude/handlers/perm_handler.py
adapters/copilot/__init__.py
adapters/copilot/adapter.py
adapters/copilot/handlers/__init__.py
adapters/copilot/handlers/agent_handler.py
adapters/copilot/handlers/perm_handler.py
adapters/example/__init__.py
adapters/example/adapter.py
adapters/example/handlers/__init__.py
adapters/example/handlers/agent_handler.py
adapters/shared/__init__.py
adapters/shared/config_type_handler.py
adapters/shared/frontmatter.py
agent_sync.egg-info/PKG-INFO
agent_sync.egg-info/SOURCES.txt
agent_sync.egg-info/dependency_links.txt
agent_sync.egg-info/entry_points.txt
agent_sync.egg-info/requires.txt
agent_sync.egg-info/top_level.txt
cli/__init__.py
cli/main.py
core/__init__.py
core/_version.py
core/adapter_interface.py
core/canonical_models.py
core/orchestrator.py
core/registry.py
core/state_manager.py
docs/agents/claude-agent-definition.md
docs/agents/copilot-agent-definition.md
docs/permissions/claude-permissions.md
docs/permissions/copilot-permissions.md
gui/main.py
scripts/__init__.py
scripts/build_executable.sh
scripts/sync_docs.py
tests/__init__.py
tests/test_adapters.py
tests/test_canonical_models.py
tests/test_cli.py
tests/test_gui_app.py
tests/test_gui_launch.py
tests/test_integration.py
tests/test_orchestrator.py
tests/test_permission_adapters.py
tests/test_registry.py
tests/test_runtime_validation.py
tests/test_shared_utilities.py
tests/test_state_manager.py
tests/test_sync_docs.py
tests/fixtures/README.md
tests/fixtures/claude/full-agent.md
tests/fixtures/claude/official-code-reviewer.md
tests/fixtures/claude/official-pr-reviewer.md
tests/fixtures/claude/simple-agent.md
tests/fixtures/claude/edge-cases/empty-tools.md
tests/fixtures/claude/edge-cases/minimal.md
tests/fixtures/claude/edge-cases/multiline-instructions.md
tests/fixtures/claude/edge-cases/no-frontmatter.md
tests/fixtures/claude/edge-cases/tools-as-list.md
tests/fixtures/claude/edge-cases/uppercase-model.md
tests/fixtures/claude/edge-cases/whitespace.md
tests/fixtures/copilot/README.md
tests/fixtures/copilot/full-agent.agent.md
tests/fixtures/copilot/official-code-reviewer.agent.md
tests/fixtures/copilot/official-pr-reviewer.agent.md
tests/fixtures/copilot/simple-agent.agent.md