CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/RELEASE_CHECKLIST.md
profiles/default.yaml
src/devrelay/__init__.py
src/devrelay/__main__.py
src/devrelay/cli.py
src/devrelay/config.py
src/devrelay/errors.py
src/devrelay/models.py
src/devrelay/redact.py
src/devrelay.egg-info/PKG-INFO
src/devrelay.egg-info/SOURCES.txt
src/devrelay.egg-info/dependency_links.txt
src/devrelay.egg-info/entry_points.txt
src/devrelay.egg-info/requires.txt
src/devrelay.egg-info/top_level.txt
src/devrelay/artifacts/__init__.py
src/devrelay/artifacts/renderer.py
src/devrelay/artifacts/store.py
src/devrelay/baseline/__init__.py
src/devrelay/baseline/capture.py
src/devrelay/baseline/comparator.py
src/devrelay/baseline/guard.py
src/devrelay/baseline/service.py
src/devrelay/baseline/store.py
src/devrelay/pipeline/__init__.py
src/devrelay/pipeline/engine.py
src/devrelay/pipeline/policy.py
src/devrelay/pipeline/states.py
src/devrelay/profiles/default.yaml
src/devrelay/providers/__init__.py
src/devrelay/providers/base.py
src/devrelay/providers/codex_cli.py
src/devrelay/providers/manual.py
src/devrelay/providers/openai_compatible.py
src/devrelay/utils/__init__.py
src/devrelay/workspace/__init__.py
src/devrelay/workspace/discovery.py
src/devrelay/workspace/git.py
src/devrelay/workspace/runner.py
tests/conftest.py
tests/helpers.py
tests/test_artifact_store.py
tests/test_audit_remediation.py
tests/test_baseline_service.py
tests/test_cli.py
tests/test_codex_provider.py
tests/test_config.py
tests/test_engine_flow.py
tests/test_git_workspace.py
tests/test_manual_review.py
tests/test_openai_reviewer.py
tests/test_policy_guard.py
tests/test_redaction.py
tests/test_release_prep.py
tests/test_runner.py
tests/test_state_machine.py
tests/test_version.py