[kimi] Implement Timmy control panel CLI entry point (#702) #767

Merged
kimi merged 1 commits from kimi/issue-702 into main 2026-03-21 19:15:28 +00:00

1 Commits

Author SHA1 Message Date
kimi
787870acb2 feat: implement timmyctl CLI entry point for automations
Some checks failed
Tests / lint (pull_request) Has been cancelled
Tests / test (pull_request) Has been cancelled
Add timmyctl as Timmy's primary control surface for automations:

- timmyctl daily-run: Run the Daily Run orchestration (agenda + summary)
- timmyctl log-run: Capture a quick Daily Run logbook entry
- timmyctl inbox: Show what's "calling Timmy" (PRs, Daily Run items, alerts)
- timmyctl config: Display key config (labels, logbook issue ID, token rules)

Features:
- Reads configuration from timmy_automations/config/
- File-driven configuration (no code changes for common tweaks)
- Rich output with tables and colors
- Easy to extend with new subcommands

Refs #702
2026-03-21 15:13:46 -04:00