mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-22 11:25:13 +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
|
status: string # pending_approval | approved | in_progress | completed | failed
|
||||||
research_confidence: string # high | medium | low
|
research_confidence: string # high | medium | low
|
||||||
|
|
||||||
tldr: string
|
tldr: | # Use literal scalar (|) to handle colons and preserve formatting
|
||||||
open_questions:
|
open_questions:
|
||||||
- string
|
- string
|
||||||
|
|
||||||
@@ -115,7 +115,7 @@ implementation_specification:
|
|||||||
tasks:
|
tasks:
|
||||||
- id: string
|
- id: string
|
||||||
title: 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
|
agent: string # gem-researcher | gem-planner | gem-implementer | gem-chrome-tester | gem-devops | gem-reviewer | gem-documentation-writer
|
||||||
priority: string # high | medium | low
|
priority: string # high | medium | low
|
||||||
status: string # pending | in_progress | completed | failed | blocked
|
status: string # pending | in_progress | completed | failed | blocked
|
||||||
|
|||||||
Reference in New Issue
Block a user