This folder maps to the special collinear-ventures/.github repository. Push its contents so the
files land at .github/workflows/ in that repo (i.e. this folder's .github/workflows/*
becomes the repo's .github/workflows/*).
It centralizes CI that was copy-pasted across repos. claude.yml was a 2-line diff between
keldova and session_fit; claude-code-review.yml shared a skeleton with ~15 lines of drift.
| Workflow | Purpose |
|---|---|
claude.yml |
@claude responder on issues/PR comments/reviews |
claude-code-review.yml |
Automated PR review via the code-review plugin |
scheduled-triage.yml |
Cron-driven Claude run (generalizes session_fit diagnostics-daily.yml) |
- Ensure the repo has the
CLAUDE_CODE_OAUTH_TOKENsecret. - Copy the matching file from
examples/into the repo's.github/workflows/. - Delete the repo's old full-length
claude.yml/claude-code-review.yml.
Rollout targets: keldova, session_fit (replace existing), SchedulingSystem, command_center (add — brings them to parity).
Order matters: this
.githubrepo must exist on GitHub before any caller referencescollinear-ventures/.github/...@main, or the caller run will fail.
Examples reference @main for convenience. For reproducible CI, tag this repo (e.g. v1)
and reference collinear-ventures/.github/.github/workflows/claude.yml@v1.