Merged the bash commits CLI into the auto-commit-service as a proper Python CLI module using typer. Features: - start/stop/status: Manage daemon lifecycle - once: Refresh repos and trigger immediate cycle - report: Comprehensive daemon reporting - trigger/enable/disable: Manual daemon control - logs/list: Daemon monitoring - install-systemd: Systemd user service installation New files: - src/auto_commit_service/cli/__init__.py - Typer app and commands - src/auto_commit_service/cli/registry.py - Multi-daemon registry - src/auto_commit_service/cli/utils.py - CLI utilities Entry point: `commits` command (via pyproject.toml scripts) Version: 0.1.1 -> 0.2.0 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conftest.py | ||
| test_diff_parser.py | ||
| test_git_operations.py | ||
| test_llm_client.py | ||
| test_prompts.py | ||