{ "_comment": [ "Copy to ~/.config/hourlog/projects.json and fill in real values there.", "This repo is public: no client names, no project names, no hostnames.", "'name' must match the project name in the timesheet app exactly — check", "it with `scripts/me-api.py projects`. 'match' is a list of path prefixes;", "the longest matching prefix wins, so a worktree can override its parent." ], "timezone": "Europe/Lisbon", "slot_minutes": 5, "day_start_hour": 8, "day_end_hour": 20, "nominal_day_hours": 8, "projects": [ { "name": "", "match": ["~/", "~/-worktrees"] }, { "name": "", "match": ["~//", "~//-worktrees"] } ], "exclude": [ "~/", "~/.config/agent-of-empires" ] }