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