From 09d975e93bf577ba5781960d3041f60bc2e002bf Mon Sep 17 00:00:00 2001 From: "Rai (Michael Pokorny)" Date: Tue, 24 Jun 2025 14:28:42 -0700 Subject: [PATCH] add check_task_frontmatter.py and document frontmatter lint in task-template --- agentydragon/tasks/task-template.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/agentydragon/tasks/task-template.md b/agentydragon/tasks/task-template.md index 0a41262cdd..fbf0d6c95e 100644 --- a/agentydragon/tasks/task-template.md +++ b/agentydragon/tasks/task-template.md @@ -27,4 +27,10 @@ Explain runtime behavior and overall operation. ## Notes -Any additional notes or references. \ No newline at end of file +Any additional notes or references. + +--- +Run the frontmatter linter to ensure conformance: +```bash +python3 ../tools/check_task_frontmatter.py +``` \ No newline at end of file