This repository contains plain Markdown ticket templates for Codex Autorunner (CAR).
Tickets are the control plane of CAR, so you can think of these ticket templates as programs that you can run within CAR on your codebase.
Templates are meant to be copied into a workspace at:
.codex-autorunner/tickets/TICKET-###.md
CAR processes tickets in numeric order, using YAML frontmatter keys:
agent(e.g.,codex,opencode, oruser)done(falseuntil complete)- optional:
title,goal,model,reasoning
Fetch to stdout:
car templates fetch blessed:reviews/review_single.md@mainCreate a new ticket from a template (exact flags may vary by CAR version):
car templates apply blessed:bootstrap/bootstrap_from_github_issue.md --into tickets --nextRead CONTRIBUTING.md if you would like to submit a template.
- Templates include placeholders like
[FILL_ME]or[OPTIONAL]. Replace as needed. - Templates are intentionally model-friendly:
- explicit context to load
- explicit “definition of done”
- “pause instead of guessing” when blocked
- This repo is the blessed template source and trusted by CAR on default install unless configured otherwise.