mirror of
https://github.com/openai/codex.git
synced 2026-05-02 12:21:26 +03:00
32 lines
990 B
Markdown
32 lines
990 B
Markdown
# Task Template
|
|
|
|
# Valid status values: Not started | Started | Needs manual review | Done | Cancelled
|
|
|
|
---
|
|
id: <NN>
|
|
title: <Task Title>
|
|
status: Not started # one of: Not started, Started, Needs manual review, Done, Cancelled
|
|
summary: Brief summary of current status.
|
|
goal: |
|
|
Describe the objective of the task here.
|
|
---
|
|
|
|
> *This task is specific to codex-rs.*
|
|
|
|
## Acceptance Criteria
|
|
|
|
List measurable criteria for completion.
|
|
|
|
## Implementation
|
|
**How it was implemented**
|
|
Provide details on code modules, design decisions, and steps taken.
|
|
*If this section is left blank or contains only placeholder text, the implementing developer should first populate it with a concise high-level plan before writing code.*
|
|
|
|
**How it works**
|
|
Explain runtime behavior and overall operation.
|
|
*If this section is left blank or contains only placeholder text, the implementing developer should update it to describe the intended runtime behavior.*
|
|
|
|
## Notes
|
|
|
|
Any additional notes or references.
|