LICENSE
README.md
pyproject.toml
src/StormWorthy.egg-info/PKG-INFO
src/StormWorthy.egg-info/SOURCES.txt
src/StormWorthy.egg-info/dependency_links.txt
src/StormWorthy.egg-info/requires.txt
src/StormWorthy.egg-info/top_level.txt
src/stormworthy/__init__.py
src/stormworthy/py.typed
src/stormworthy/engine/__init__.py
src/stormworthy/engine/consistency.py
src/stormworthy/engine/contracts.py
src/stormworthy/engine/conversation.py
src/stormworthy/engine/gate.py
src/stormworthy/engine/perspective.py
src/stormworthy/engine/provider.py
src/stormworthy/engine/verify.py
src/stormworthy/engine/writer.py
src/stormworthy/examples/__init__.py
src/stormworthy/examples/design_review/__init__.py
src/stormworthy/examples/design_review/__main__.py
src/stormworthy/examples/design_review/demo.py
src/stormworthy/examples/design_review/framework.py
src/stormworthy/examples/design_review/retrieval.py
src/stormworthy/examples/design_review/sample_corpus/README.md
src/stormworthy/examples/design_review/sample_corpus/brand-guide-acme.md
src/stormworthy/examples/design_review/sample_corpus/cwv-thresholds.md
src/stormworthy/examples/design_review/sample_corpus/heuristics.md
src/stormworthy/examples/design_review/sample_corpus/manifest.json
src/stormworthy/examples/design_review/sample_corpus/subject-acme.md
src/stormworthy/examples/design_review/sample_corpus/trend-notes.md
src/stormworthy/examples/design_review/sample_corpus/wcag-quick-reference.md
src/stormworthy/llm/__init__.py
src/stormworthy/llm/client.py
src/stormworthy/llm/roles.py
src/stormworthy/testing/__init__.py
src/stormworthy/testing/fake_client.py
src/stormworthy/testing/stubs.py
tests/test_benchmark.py
tests/test_consistency.py
tests/test_contracts.py
tests/test_example_design_review.py
tests/test_gate.py
tests/test_llm_layer.py
tests/test_perspective.py
tests/test_provider.py
tests/test_readme_quickstart.py
tests/test_verify.py