{"id":47997391,"url":"https://github.com/yurukusa/cc-shift","last_synced_at":"2026-04-04T12:01:34.181Z","repository":{"id":341292538,"uuid":"1169351385","full_name":"yurukusa/cc-shift","owner":"yurukusa","description":"Visualize when your AI worked throughout the day. Like a shift schedule, but for your AI.","archived":false,"fork":false,"pushed_at":"2026-03-01T01:52:57.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-01T02:05:51.916Z","etag":null,"topics":["ai","browser","claude","claude-code","developer-tools","productivity"],"latest_commit_sha":null,"homepage":"https://yurukusa.github.io/cc-shift/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yurukusa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-28T15:00:04.000Z","updated_at":"2026-03-01T01:53:00.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/yurukusa/cc-shift","commit_stats":null,"previous_names":["yurukusa/cc-shift"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/yurukusa/cc-shift","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yurukusa%2Fcc-shift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yurukusa%2Fcc-shift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yurukusa%2Fcc-shift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yurukusa%2Fcc-shift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yurukusa","download_url":"https://codeload.github.com/yurukusa/cc-shift/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yurukusa%2Fcc-shift/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31398770,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","browser","claude","claude-code","developer-tools","productivity"],"created_at":"2026-04-04T12:01:32.249Z","updated_at":"2026-04-04T12:01:34.115Z","avatar_url":"https://github.com/yurukusa.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cc-shift\n\n**Visualize when your AI worked throughout the day. Like a shift schedule, but for your AI.**\n\n```bash\n$ npx cc-shift --date=2026-02-20\n\nAI Shift — Feb 20, 2026 (Friday)\n\n                     00:00       06:00       12:00       18:00\n  namakusa            ▓▓▓░░░░░░░░░░░░▓▓▓░▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░\n  nursery-shift       ░░░░░░░░░░░░░░░░░░░░░░░░░░▓▓░░░░░░░░░░░░░░░░░░░░\n  risk-score-scanner  ░░░▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░\n  spell-cascade       ▓░░░░░░░░░░░░▓▓▓░▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░░░░\n  ──────────────────  ────────────────────────────────────────────────\n  ALL                 ▓▓▓▓▓▓▓▓▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░\n\n  Active: 13h 0m  ·  00:00 – 13:30 JST  ·  70 sessions\n```\n\nEach `▓` block represents ~30 minutes of AI activity. `░` is idle.\n\n## Install \u0026 run\n\n```bash\n# Yesterday's shift\nnpx cc-shift\n\n# Specific date\nnpx cc-shift --date=2026-02-20\n\n# Wider chart\nnpx cc-shift --cols=72\n```\n\n## Ghost Day support\n\n```\nAI Shift — Feb 26, 2026 (Thursday)\n\n  👻 Ghost Day — no sessions logged.\n```\n\n## Requirements\n\n- Node.js 18+\n- `~/ops/proof-log/YYYY-MM-DD.md` files (from Claude Code proof-log hook)\n\n## Options\n\n```\n--date=YYYY-MM-DD   Specific date (default: yesterday)\n--dir=PATH          Proof-log directory (default: ~/ops/proof-log)\n--cols=N            Timeline width in characters (default: 48)\n```\n\n## Part of cc-toolkit\n\nOne of 36 free tools for understanding your Claude Code usage.\n→ [yurukusa.github.io/cc-toolkit](https://yurukusa.github.io/cc-toolkit/)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyurukusa%2Fcc-shift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyurukusa%2Fcc-shift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyurukusa%2Fcc-shift/lists"}