-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Closed
Copy link
Labels
bugSomething isn't workingSomething isn't workingdevops-backlogDevOps Agile Backlog integrationsDevOps Agile Backlog integrationsopenspec
Description
Summary
Follow-up bugfixes for backlog-core-03-refine-writeback-field-splitting based on real-world usage in v0.30.3.
Problems Observed
- Copilot refinement output format can drift and cause parser misclassification when metadata appears before description.
- Mixed heading/inline-label output (for example inline
**Notes**:inside## Description) can drop early description narrative. - Prompt contract is not explicit enough about expected scaffold ordering.
- Unknown metadata fields can be emitted as placeholders (
(unspecified),no info provided,provide area path) and then interpreted as actual content.
Proposed Fix
- Harden parser boundaries for mixed heading + label formats.
- Preserve
## Descriptionnarrative content in mixed-format outputs. - Strengthen Copilot prompt with explicit ordered scaffold.
- Explicitly require omission of unknown metadata fields (no placeholder text).
- Align
--export-to-tmpCopilot instructions with interactive prompt contract.
OpenSpec
- Change ID:
backlog-core-03-refine-writeback-field-splitting - Source change proposal:
openspec/changes/backlog-core-03-refine-writeback-field-splitting/proposal.md
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdevops-backlogDevOps Agile Backlog integrationsDevOps Agile Backlog integrationsopenspec
Type
Projects
Status
Done