__init__.py python
6 lines 292 B
Raw
sha256:8461d44b77376fbf06fa7c3e085d309e3010fd8d5886d63c63e69ce118811ad4 docs: record AFF-b feature-tip SHAs after AFF-b-ISR commit. Human 4 days ago
1 """Close ritual package — land-to-main hygiene without auto-merge."""
2
3 from tools.close_ritual.land_check import LandCheckResult, run_land_check
4 from tools.close_ritual.pr_land import PrLandResult, run_pr_land
5
6 __all__ = ["LandCheckResult", "PrLandResult", "run_land_check", "run_pr_land"]
File History 1 commit
sha256:8461d44b77376fbf06fa7c3e085d309e3010fd8d5886d63c63e69ce118811ad4 docs: record AFF-b feature-tip SHAs after AFF-b-ISR commit. Human 4 days ago