fix: update tldr and task description fields to use literal scalars for better formatting

This commit is contained in:
Muhammad Ubaid Raza
2026-02-12 21:19:26 +05:00
parent 6f76b5cd2e
commit d67f5d7bb9

View File

@@ -83,7 +83,7 @@ created_by: string
status: string # pending_approval | approved | in_progress | completed | failed
research_confidence: string # high | medium | low
tldr: string
tldr: | # Use literal scalar (|) to handle colons and preserve formatting
open_questions:
- string
@@ -115,7 +115,7 @@ implementation_specification:
tasks:
- id: string
title: string
description: string
description: | # Use literal scalar to handle colons and preserve formatting
agent: string # gem-researcher | gem-planner | gem-implementer | gem-chrome-tester | gem-devops | gem-reviewer | gem-documentation-writer
priority: string # high | medium | low
status: string # pending | in_progress | completed | failed | blocked