.env.example
.gitignore
.readthedocs.yaml
LICENSE
README.md
pixi.lock
pyproject.toml
quill.toml.example
zensical.toml
.github/copilot-instructions.md
.github/workflows/publish.yml
.github/workflows/test.yml
docs/architecture.md
docs/cli-reference.md
docs/configuration.md
docs/design-decisions.md
docs/field-mapping.md
docs/github-actions.md
docs/index.md
docs/jira-setup.md
docs/quickstart.md
docs/troubleshooting.md
src/quill/__init__.py
src/quill/_version.py
src/quill/cli.py
src/quill/config.py
src/quill/github_client.py
src/quill/jira_client.py
src/quill/log.py
src/quill/mapper.py
src/quill/sync.py
src/quill_sync.egg-info/PKG-INFO
src/quill_sync.egg-info/SOURCES.txt
src/quill_sync.egg-info/dependency_links.txt
src/quill_sync.egg-info/entry_points.txt
src/quill_sync.egg-info/requires.txt
src/quill_sync.egg-info/scm_file_list.json
src/quill_sync.egg-info/scm_version.json
src/quill_sync.egg-info/top_level.txt
tests/conftest.py
tests/test_config.py
tests/test_mapper.py
tests/test_sync.py