Generate weekly PDF/CSV timesheets from git commit history across multiple repos. Allocates hours per day based on commit complexity (lines changed, files touched). Supports public holidays by country, PTO/sick days, multiple team members, project mapping, saved profiles, custom templates, and configurable work hours.…
Turn on agent-mediated Clockify tracking: if .clockify/config.yml is missing, run clockify-init first, then write Cursor rules/hooks from automated.triggers (issuestart, issuefinish, issueswitch, prship, prclosed). Use when the user wants the agent to start/stop timers in the issue/PR workflow. Safe to re-run.
Bootstrap Clockify for a git repo: AskQuestion for workspace then taxonomy shape (0 local-only, 1 repo as project, 2 repo as task), write .clockify/config.yml, default-ignore personal time-tracking files, and only then ensure Clockify project/tasks when a shape that maps into Clockify is chosen. Use when setting up…
Remove Clockify integration artifacts from a consumer repo: .clockify/, clockify rule, Clockify-owned hooks, and the managed gitignore stanza. Use when uninstalling repo Clockify standards. To keep config and only turn off agent mode, use clockify-unautomate instead. Does not uninstall the Clockify Agent Plugin unless…