.gitignore
.python-version
AGENTS.md
CLAUDE.md
LICENSE
README.md
USAGE.md
mkdocs.yml
pyproject.toml
uv.lock
.github/workflows/docs.yml
.github/workflows/release.yml
.vscode/launch.json
.vscode/settings.json
docs/changelog.md
docs/index.md
docs/troubleshooting.md
docs/cli-reference/choices.md
docs/cli-reference/config-template.md
docs/cli-reference/datamodel.md
docs/cli-reference/events.md
docs/cli-reference/inspect-datamodel.md
docs/cli-reference/list-cas.md
docs/cli-reference/overview.md
docs/cli-reference/patrols.md
docs/cli-reference/validate-config.md
docs/concepts/ca-identifier.md
docs/concepts/choices.md
docs/concepts/event-type-version.md
docs/getting-started/config.md
docs/getting-started/first-run.md
docs/getting-started/install.md
docs/images/.gitkeep
docs/images/README.md
docs/images/er-event-category-list.png
docs/images/er-event-type-form-v2.png
docs/images/er-event-type-with-choices.png
docs/images/smart-ca-label-bracketed.png
docs/superpowers/plans/2026-05-13-er-v2-builder-rewrite.md
docs/superpowers/plans/2026-05-13-er-v2-choices-population.md
docs/superpowers/plans/2026-05-15-mkdocs-docs-site.md
docs/superpowers/plans/archive/2026-05-12-er-v2-event-types-INCORRECT.md
docs/superpowers/specs/2026-05-12-er-v2-event-types-design.md
docs/superpowers/specs/2026-05-13-er-v2-choices-population-design.md
docs/superpowers/specs/archive/2026-05-12-er-v2-event-types-design-INCORRECT.md
docs/workflows/inspect-datamodel.md
docs/workflows/populate-choices.md
docs/workflows/push-datamodel.md
docs/workflows/sync-events.md
docs/workflows/sync-patrols.md
src/cdip_connector/__init__.py
src/cdip_connector/core/__init__.py
src/cdip_connector/core/schemas.py
src/er_smart_sync/__init__.py
src/er_smart_sync/_version.py
src/er_smart_sync/choices.py
src/er_smart_sync/cli.py
src/er_smart_sync/config.py
src/er_smart_sync/defaults.py
src/er_smart_sync/protocols.py
src/er_smart_sync/smart_to_er.py
src/er_smart_sync/smart_to_er_v2.py
src/er_smart_sync/state.py
src/er_smart_sync/synchronizer.py
src/er_smart_sync/utils.py
src/er_smart_sync.egg-info/PKG-INFO
src/er_smart_sync.egg-info/SOURCES.txt
src/er_smart_sync.egg-info/dependency_links.txt
src/er_smart_sync.egg-info/entry_points.txt
src/er_smart_sync.egg-info/requires.txt
src/er_smart_sync.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_choices.py
tests/test_cli.py
tests/test_config.py
tests/test_smart_to_er.py
tests/test_smart_to_er_v2.py
tests/test_synchronizer.py
tests/test_utils.py