README.md
pyproject.toml
contrecipe/__init__.py
contrecipe/__main__.py
contrecipe/cli.py
contrecipe.egg-info/PKG-INFO
contrecipe.egg-info/SOURCES.txt
contrecipe.egg-info/dependency_links.txt
contrecipe.egg-info/entry_points.txt
contrecipe.egg-info/requires.txt
contrecipe.egg-info/top_level.txt
contrecipe/config/default.toml
contrecipe/core/__init__.py
contrecipe/core/_registry.py
contrecipe/core/_schema.py
contrecipe/core/accepted_consumer.py
contrecipe/core/compiler.py
contrecipe/core/corpus_index.py
contrecipe/core/corpus_writer.py
contrecipe/core/event_log.py
contrecipe/core/inspector.py
contrecipe/core/lifecycle.py
contrecipe/core/proposal_inbox.py
contrecipe/core/quarantine.py
contrecipe/core/validator.py
contrecipe/core/version_policy.py
contrecipe/schemas/recipe_v1.schema.yaml
tests/test_compiler.py
tests/test_corpus_closure.py
tests/test_corpus_index.py
tests/test_inspector.py
tests/test_lifecycle.py
tests/test_proposal_inbox.py
tests/test_quarantine.py
tests/test_smoke.py
tests/test_validator.py
tests/test_version_policy.py