.gitignore
.gitmodules
AGENTS.md
CLAUDE.md
LICENSE
README.md
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/claude/handlers/slash_command_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/copilot/handlers/slash_command_handler.py
adapters/example/__init__.py
adapters/example/adapter.py
adapters/example/handlers/__init__.py
adapters/example/handlers/agent_handler.py
adapters/gemini/__init__.py
adapters/gemini/adapter.py
adapters/gemini/handlers/__init__.py
adapters/gemini/handlers/slash_command_handler.py
adapters/shared/__init__.py
adapters/shared/config_type_handler.py
adapters/shared/frontmatter.py
adapters/shared/utils.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/gemini-format.md
docs/gemini-vs-claude-copilot.md
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/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
scripts/__init__.py
scripts/sync_docs.py
tests/__init__.py
tests/test_adapters.py
tests/test_canonical_models.py
tests/test_cli.py
tests/test_cli_improvements.py
tests/test_filename_edge_cases.py
tests/test_integration.py
tests/test_orchestrator.py
tests/test_permission_adapters.py
tests/test_registry.py
tests/test_reporting.py
tests/test_runtime_validation.py
tests/test_shared_utilities.py
tests/test_state_manager.py
tests/test_strict_bidirectional.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
tests/fixtures/gemini/README.txt
tests/fixtures/gemini/settings.json
tests/fixtures/gemini/trustedFolders.json
tests/fixtures/gemini/commands/analyze.toml
tests/fixtures/gemini/commands/commit.toml
tests/fixtures/gemini/commands/document.toml
tests/fixtures/gemini/commands/git/review.toml