LICENSE
README.md
pyproject.toml
src/artifice_draft/__init__.py
src/artifice_draft/_diff.py
src/artifice_draft/_track_changes.py
src/artifice_draft/abbreviations.py
src/artifice_draft/accessibility.py
src/artifice_draft/archival_refs.py
src/artifice_draft/captions.py
src/artifice_draft/changelog.py
src/artifice_draft/citation_checker.py
src/artifice_draft/cli.py
src/artifice_draft/config.py
src/artifice_draft/consistency.py
src/artifice_draft/date_standardizer.py
src/artifice_draft/doc_parser.py
src/artifice_draft/doc_writer.py
src/artifice_draft/exporters.py
src/artifice_draft/foreign_phrases.py
src/artifice_draft/glossary.py
src/artifice_draft/llm_client.py
src/artifice_draft/llm_edit.py
src/artifice_draft/llm_utils.py
src/artifice_draft/log_setup.py
src/artifice_draft/metrics.py
src/artifice_draft/models.py
src/artifice_draft/prompts.py
src/artifice_draft/review.py
src/artifice_draft/write_utils.py
src/artifice_draft.egg-info/PKG-INFO
src/artifice_draft.egg-info/SOURCES.txt
src/artifice_draft.egg-info/dependency_links.txt
src/artifice_draft.egg-info/entry_points.txt
src/artifice_draft.egg-info/requires.txt
src/artifice_draft.egg-info/top_level.txt
src/artifice_draft/style_guides/__init__.py
src/artifice_draft/style_guides/apa.py
src/artifice_draft/style_guides/base.py
src/artifice_draft/style_guides/chicago.py
src/artifice_draft/style_guides/mla.py
src/artifice_draft/style_guides/scraper.py
src/artifice_draft/web/__init__.py
src/artifice_draft/web/runtime.py
src/artifice_draft/web/server.py
src/artifice_draft/web/routers/__init__.py
src/artifice_draft/web/routers/byom.py
src/artifice_draft/web/static/css/app.css
src/artifice_draft/web/static/js/app.js
src/artifice_draft/web/static/js/guide-import.js
src/artifice_draft/web/static/js/review.js
src/artifice_draft/web/templates/about.html
src/artifice_draft/web/templates/base.html
src/artifice_draft/web/templates/index.html
tests/test_abbreviations.py
tests/test_accessibility.py
tests/test_archival_refs.py
tests/test_byom.py
tests/test_captions.py
tests/test_changelog.py
tests/test_citation_checker.py
tests/test_config_security.py
tests/test_consistency.py
tests/test_date_standardizer.py
tests/test_diff.py
tests/test_doc_parser.py
tests/test_doc_writer.py
tests/test_exporters.py
tests/test_foreign_phrases.py
tests/test_glossary.py
tests/test_llm_client.py
tests/test_metrics.py
tests/test_prompts.py
tests/test_review.py
tests/test_revision_xml.py
tests/test_scraper.py
tests/test_style_guides.py
tests/test_web.py
tests/test_write_utils.py