mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
fix: update tldr and task description fields to use literal scalars for better formatting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user