Files
codex/agentydragon/tasks/task-template.md
Rai (Michael Pokorny) 88d46eb754 wip
2025-06-25 01:11:45 -07:00

32 lines
1.1 KiB
Markdown

+++
id = "<NN>"
title = "<Task Title>"
status = "<<<!!! MANAGER: SET VALID STATUS - Not started? !!!>>>"
dependencies = [<<<!!! MANAGER: LIST TASK IDS THAT MUST BE COMPLETED BEFORE STARTING; SEPARATED BY COMMAS, E.G. "02","05" !!!>>>] # <!-- Manager rationale: explain why these dependencies are required and why other tasks are not. -->
last_updated = "<timestamp in ISO format>"
+++
# Task Template
# Valid status values: Not started | Started | Needs input | Needs manual review | Done | Cancelled
> *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.