Files
codex/agentydragon/tasks/task-template.md
Rai (Michael Pokorny) 47d967d44d wip
2025-06-24 19:35:54 -07:00

1.1 KiB

Task Template

Valid status values: Not started | Started | Needs manual review | Done | Cancelled



id = "" title = "" status = "<<<!!! MANAGER: SET VALID STATUS !!!>>>" summary = "Brief summary of current status." dependencies = "<<<!!! MANAGER: POPULATE THIS WHEN CREATING TASK !!!>>>" last_updated = "" 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.