TENET uses GitHub for the autonomous improvement pipeline — issues as a kanban board, PRs for agent changes, and CI for eval runs.Documentation Index
Fetch the complete documentation index at: https://docs.10et.ai/llms.txt
Use this file to discover all available pages before exploring further.
Kanban Labels
| Label | Column | Meaning |
|---|---|---|
tenet/backlog | Backlog | Available for PP pickup |
tenet/in-progress | In Progress | PP is working on it |
tenet/eval | Eval | PR created, waiting for eval |
tenet/done | Done | Merged and closed |
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 totenet/in-progress

