fix: order the yaml output
Metadata
Current evaluation
Merged PR reordering YAML output to match Craft Applications standards. Fields now follow name, version, summary, description, base/platform, metadatalinks, and parts order. Approved by two reviewers, passed CI, and integrated into main.
Suggested action: —
No scores available.
Issue body
This follows the expectations for Craft Applications of having name, version, summary and description. Followed by the base/platform data, then closing with the metadatalinks. And finally, parts.
- [ ] Have you followed the guidelines for contributing?
- [ ] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [ ] Have you successfully run `tox`?
-----
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged PR reordering YAML output to match Craft Applications standards. Fields now follow name, version, summary, description, base/platform, metadatalinks, and parts order. Approved by two reviewers, passed CI, and integrated into main. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged into main. Reorders YAML output to match Craft Applications expectations, listing name, version, summary, and description first, followed by base/platform, metadatalinks, and parts. Passed all checks with 100% test coverage. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #65 fix: correctly represent yaml dumped multiline strings | craft-application | merged | Merged into main after passing CI and receiving two approvals. Adds a YAML representer to correctly dump multiline strings, aligning with other craft applications. Achieved 100% diff coverage. |