__init__.py
1 """ 2 Shadow Runner - Async CI execution for Claude 3 4 Triggers background CI jobs and reads results via Forgejo issue comments, 5 instead of waiting synchronously (which times out on slow repos). 6 7 Usage: 8 from tooling.shadow_runner import filter, trigger, post_result 9 # Or run scripts directly via CLI 10 """ 11 12 __version__ = "0.1.0"