Skip to main content
TENET uses GitHub for the autonomous improvement pipeline — issues as a kanban board, PRs for agent changes, and CI for eval runs.

Kanban Labels

Kanban Automation

.github/workflows/kanban.yml automatically moves issues:
  • PR opened → linked issue moves to tenet/eval
  • PR merged → linked issue moves to tenet/done
  • Branch created matching issue/** → issue moves to tenet/in-progress

Auto-Merge

When an agent’s eval improves, the self-driving flow auto-merges the PR:

CI Eval

Add eval to your CI pipeline: