LICENSE
README.md
pyproject.toml
readiness_as_code.egg-info/PKG-INFO
readiness_as_code.egg-info/SOURCES.txt
readiness_as_code.egg-info/dependency_links.txt
readiness_as_code.egg-info/entry_points.txt
readiness_as_code.egg-info/requires.txt
readiness_as_code.egg-info/top_level.txt
ready/__init__.py
ready/__main__.py
ready/engine.py
ready/mcp_server.py
ready/ready.py
ready/validators.py
ready/watch.py
ready/adapters/__init__.py
ready/adapters/ado.py
ready/adapters/github_issues.py
ready/adapters/jira.py
ready/examples/engineering-review/checkpoint-definitions.json
ready/examples/governance/checkpoint-definitions.json
ready/examples/operational-review/checkpoint-definitions.json
ready/examples/security-baseline/checkpoint-definitions.json
ready/examples/service-migration/checkpoint-definitions.json
ready/examples/starter-pack/checkpoint-definitions.json
ready/examples/starter-pack/exceptions.json
ready/examples/starter-pack/external-evidence.json
ready/examples/telemetry/checkpoint-definitions.json
ready/examples/web-api/README.md
ready/examples/web-api/checkpoint-definitions.json
ready/formatters/__init__.py
ready/formatters/json_formatter.py
ready/formatters/markdown.py
ready/formatters/terminal.py
ready/plugins/__init__.py
ready/plugins/base.py
ready/plugins/external_plugin.py
ready/plugins/file_count_plugin.py
ready/plugins/file_exists_plugin.py
ready/plugins/glob_plugin.py
ready/plugins/grep_plugin.py
ready/plugins/hybrid_plugin.py
ready/plugins/json_path_plugin.py
ready/plugins/registry.py
ready/plugins/utils.py
tests/test_validators.py