This commit is contained in:
Rai (Michael Pokorny)
2025-06-24 21:58:11 -07:00
parent 14b1c9f909
commit 5f70dc1d21
2 changed files with 2 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ id = "<NN>"
title = "<Task Title>"
status = "<<<!!! MANAGER: SET VALID STATUS - Not started? !!!>>>"
summary = "Brief summary of current status."
dependencies = "<<<!!! MANAGER: POPULATE THIS WHEN CREATING TASK !!!>>>"
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>"
goal: |
Describe the objective of the task here.