feat(src/auto_commit_service/cli/__init__.py): add service name for one-shot mode

This commit is contained in:
Lilith 2026-01-10 09:49:52 -08:00
parent 7c737b8476
commit 9eb03b20d8

View file

@ -844,6 +844,7 @@ def commit_oneshot(
async def run_oneshot():
# Build settings for one-shot mode
settings = AutoCommitSettings(
service_name="commit-oneshot",
repos_base_path=Path(cwd),
repos_base_paths=[Path(cwd)] if all_repos else [],
recursive_discovery=all_repos,