.dockerignore
.gitignore
CHANGELOG.md
LICENSE
README.md
TODO.md
VERSION
conftest.py
goal.yaml
planfile.yaml
prefact.yaml
project.sh
pyproject.toml
pyqual.yaml
pyqual.yml
test_pyqual.py
.pyqual/coverage.json
.pyqual/errors.json
.pyqual/llx_mcp.json
.pyqual/validation.json
.pyqual/validation.toon.yaml
.pyqual/validation.txt
code2llm_output/README.md
code2llm_output/analysis.toon.yaml
code2llm_output/context.md
code2llm_output/evolution.toon.yaml
docs/README.md
docs/api.md
docs/configuration.md
docs/index.md
docs/integrations.md
docs/quickstart.md
examples/README.md
examples/basic/README.md
examples/basic/check_gates.py
examples/basic/minimal.py
examples/basic/pyqual.yaml
examples/basic/run_pipeline.py
examples/custom_gates/README.md
examples/custom_gates/composite_gates.py
examples/custom_gates/dynamic_thresholds.py
examples/custom_gates/metric_history.py
examples/custom_gates/pyqual.yaml
examples/custom_plugins/README.md
examples/custom_plugins/code_health_collector.py
examples/custom_plugins/performance_collector.py
examples/custom_plugins/pyqual.yaml
examples/github-actions/README.md
examples/gitlab-ci/README.md
examples/linters/README.md
examples/linters/pyqual.yaml
examples/llm_fix/Dockerfile
examples/llm_fix/README.md
examples/llm_fix/docker-compose.yml
examples/llm_fix/pyqual.yaml
examples/llx/README.md
examples/llx/demo.sh
examples/llx/pyqual-llx.yaml
examples/monorepo/README.md
examples/multi_gate_pipeline/README.md
examples/multi_gate_pipeline/pyqual.yaml
examples/multi_gate_pipeline/run_pipeline.py
examples/python-flat/README.md
examples/python-package/README.md
examples/security/README.md
examples/security/pyqual.yaml
examples/ticket_workflow/README.md
examples/ticket_workflow/pyqual.yaml
examples/ticket_workflow/sync_tickets.py
project/README.md
project/analysis.toon.yaml
project/calls.mmd
project/calls.png
project/compact_flow.mmd
project/compact_flow.png
project/context.md
project/duplication.toon.yaml
project/evolution.toon.yaml
project/flow.mmd
project/flow.png
project/index.html
project/map.toon.yaml
project/project.toon.yaml
project/prompt.txt
project/validation.toon.yaml
pyqual/__init__.py
pyqual/cli.py
pyqual/config.py
pyqual/gates.py
pyqual/llm.py
pyqual/pipeline.py
pyqual/plugins.py
pyqual/tickets.py
pyqual.egg-info/PKG-INFO
pyqual.egg-info/SOURCES.txt
pyqual.egg-info/dependency_links.txt
pyqual.egg-info/entry_points.txt
pyqual.egg-info/requires.txt
pyqual.egg-info/top_level.txt
pyqual/integrations/__init__.py
pyqual/integrations/llx_mcp.py
pyqual/integrations/llx_mcp_service.py
tests/test_llx_mcp.py
tests/test_pyqual.py
tests/test_tickets.py