LICENSE
NOTICE
README.md
pyproject.toml
lingity/__init__.py
lingity/__main__.py
lingity/analyzer.py
lingity/cli.py
lingity/critique.py
lingity/improve.py
lingity/invariants.py
lingity/lexicon.py
lingity/markdown.py
lingity/models.py
lingity/morphology.py
lingity/nlp.py
lingity/profiles.py
lingity/py.typed
lingity/scoring.py
lingity/text.py
lingity.egg-info/PKG-INFO
lingity.egg-info/SOURCES.txt
lingity.egg-info/dependency_links.txt
lingity.egg-info/entry_points.txt
lingity.egg-info/requires.txt
lingity.egg-info/top_level.txt
lingity/profiles/architecture-review.v1.json
lingity/profiles/product-strategy.v1.json
lingity/profiles/resume-review.v1.json
lingity/profiles/web-copy.v1.json
lingity/providers/__init__.py
lingity/providers/agent.py
lingity/providers/anthropic_provider.py
lingity/providers/base.py
lingity/providers/openai_provider.py
lingity/schemas/v1/analysis.schema.json
lingity/schemas/v1/critique.schema.json
lingity/schemas/v1/profile.schema.json
lingity/schemas/v1/provider-challenge.schema.json
lingity/schemas/v1/provider-proposal.schema.json
lingity/schemas/v1/verdict.schema.json
lingity/schemas/v1/verification.schema.json
tests/test_analysis.py
tests/test_cli.py
tests/test_determinism.py
tests/test_documentation.py
tests/test_improve.py
tests/test_invariants.py
tests/test_markdown.py
tests/test_meaning_equivalence.py
tests/test_morphology.py
tests/test_product_strategy_profile.py
tests/test_provider_anthropic.py
tests/test_provider_openai.py
tests/test_release.py
tests/test_resume_review_profile.py
tests/test_schemas.py
tests/test_scoring.py
tests/test_web_copy_profile.py