.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/app/README.md
docs/app/developers/adding-formats.md
docs/app/developers/architecture.md
docs/app/developers/code-structure.md
docs/app/developers/testing.md
docs/app/users/user-guide.md
docs/formats/README.md
docs/formats/agents/claude-agent-definition.md
docs/formats/agents/copilot-agent-definition.md
docs/formats/permissions/claude-permissions.md
docs/formats/permissions/copilot-permissions.md
docs/formats/slash-commands/claude-slash-commands-format.md
docs/formats/slash-commands/copilot-prompt-files-format.md
examples/permission_conversion_example.py
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/agents/full-agent.md
tests/fixtures/claude/agents/official-code-reviewer.md
tests/fixtures/claude/agents/official-pr-reviewer.md
tests/fixtures/claude/agents/simple-agent.md
tests/fixtures/claude/agents/edge-cases/empty-tools.md
tests/fixtures/claude/agents/edge-cases/minimal.md
tests/fixtures/claude/agents/edge-cases/multiline-instructions.md
tests/fixtures/claude/agents/edge-cases/no-frontmatter.md
tests/fixtures/claude/agents/edge-cases/tools-as-list.md
tests/fixtures/claude/agents/edge-cases/uppercase-model.md
tests/fixtures/claude/agents/edge-cases/whitespace.md
tests/fixtures/claude/permissions/full-settings.json
tests/fixtures/claude/permissions/invalid.json
tests/fixtures/claude/permissions/minimal-settings.json
tests/fixtures/claude/permissions/no-permissions-key.json
tests/fixtures/claude/slash-commands/full-featured.md
tests/fixtures/claude/slash-commands/minimal.md
tests/fixtures/claude/slash-commands/simple.md
tests/fixtures/claude/slash-commands/with-arguments.md
tests/fixtures/claude/slash-commands/with-file-refs.md
tests/fixtures/copilot/README.md
tests/fixtures/copilot/agents/full-agent.agent.md
tests/fixtures/copilot/agents/official-code-reviewer.agent.md
tests/fixtures/copilot/agents/official-pr-reviewer.agent.md
tests/fixtures/copilot/agents/simple-agent.agent.md
tests/fixtures/copilot/permissions/combined.json
tests/fixtures/copilot/permissions/empty.json
tests/fixtures/copilot/permissions/minimal.json
tests/fixtures/copilot/permissions/terminal-mixed.json
tests/fixtures/copilot/permissions/terminal-regex.json
tests/fixtures/copilot/permissions/terminal-simple.json
tests/fixtures/copilot/permissions/urls-complex.json
tests/fixtures/copilot/permissions/urls-simple.json
tests/fixtures/copilot/prompts/full-featured.prompt.md
tests/fixtures/copilot/prompts/minimal.prompt.md
tests/fixtures/copilot/prompts/simple.prompt.md
tests/fixtures/copilot/prompts/with-variables.prompt.md