LICENSE
README.md
THIRD-PARTY-NOTICES.md
pyproject.toml
src/requivo/__init__.py
src/requivo/__main__.py
src/requivo/cli.py
src/requivo/deterministic.py
src/requivo/paths.py
src/requivo.egg-info/PKG-INFO
src/requivo.egg-info/SOURCES.txt
src/requivo.egg-info/dependency_links.txt
src/requivo.egg-info/entry_points.txt
src/requivo.egg-info/requires.txt
src/requivo.egg-info/top_level.txt
src/requivo/assets/context/_template.md
src/requivo/assets/context/b2b-platform.md
src/requivo/assets/context/document-management.md
src/requivo/assets/context/event-ops.md
src/requivo/assets/context/financial-reporting.md
src/requivo/assets/demo/acceptance-criteria.md
src/requivo/assets/demo/epic.md
src/requivo/assets/demo/model.json
src/requivo/assets/demo/request.md
src/requivo/assets/demo/solution-assessment.md
src/requivo/assets/framework/elicitation.md
src/requivo/assets/framework/model_schema.json
src/requivo/assets/prompts/brief.md
src/requivo/assets/prompts/criteria.md
src/requivo/assets/prompts/engine.md
src/requivo/assets/prompts/epic.md
src/requivo/assets/prompts/estimate.md
src/requivo/assets/prompts/prd.md
src/requivo/assets/prompts/release.md
src/requivo/assets/prompts/stories.md
src/requivo/core/__init__.py
src/requivo/core/adapters.py
src/requivo/core/analysis.py
src/requivo/core/context.py
src/requivo/core/contracts.py
src/requivo/core/dependencies.py
src/requivo/core/errors.py
src/requivo/core/integrity.py
src/requivo/core/persistence.py
src/requivo/core/validation.py
src/requivo/providers/__init__.py
src/requivo/providers/anthropic.py
src/requivo/providers/base.py
src/requivo/render/__init__.py
src/requivo/render/markdown.py
src/requivo/render/terminal.py
src/requivo/services/__init__.py
src/requivo/services/artifacts.py
src/requivo/services/discovery.py
src/requivo/services/repository.py
src/requivo/services/sessions.py
src/requivo/web/__init__.py
src/requivo/web/app.py
src/requivo/web/config.py
src/requivo/web/dependencies.py
src/requivo/web/security.py
src/requivo/web/templating.py
src/requivo/web/routes/__init__.py
src/requivo/web/routes/artifacts.py
src/requivo/web/routes/discovery.py
src/requivo/web/routes/health.py
src/requivo/web/routes/home.py
src/requivo/web/routes/sessions.py
src/requivo/web/static/css/app.css
src/requivo/web/static/js/app.js
src/requivo/web/static/vendor/htmx.min.js
src/requivo/web/templates/_csrf.html
src/requivo/web/templates/base.html
src/requivo/web/templates/home.html
src/requivo/web/templates/artifacts/detail.html
src/requivo/web/templates/artifacts/list.html
src/requivo/web/templates/discovery/_questions.html
src/requivo/web/templates/discovery/_understanding.html
src/requivo/web/templates/errors/404.html
src/requivo/web/templates/errors/500.html
src/requivo/web/templates/errors/_error.html
src/requivo/web/templates/errors/error.html
src/requivo/web/templates/sessions/_status.html
src/requivo/web/templates/sessions/detail.html
src/requivo/web/templates/sessions/new.html
src/requivo/web/viewmodels/__init__.py
src/requivo/web/viewmodels/sessions.py
src/requivo/web/viewmodels/status.py
tests/test_boundaries.py
tests/test_cli_deterministic.py
tests/test_engine.py
tests/test_golden_lib.py
tests/test_integrity.py
tests/test_plugin.py
tests/test_sessions.py