mirror of
https://github.com/holos-run/holos.git
synced 2026-04-07 18:15:00 +00:00
- Replace 'a' with 'before' and 'b' with 'after' in BuildPlans doc comment for clarity - Fix backwards compatibility test case by swapping before/after files: - before.yaml now correctly has fewer fields (older version) - after.yaml now correctly has more fields (newer version with enhancements) - Update comparison logic to filter fields from after that don't exist in before - This correctly implements spec 4: after may have fields missing from before when backwards compatible 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
9 lines
336 B
JSON
9 lines
336 B
JSON
{
|
|
"exitCode": 0,
|
|
"name": "BuildPlan_4",
|
|
"msg": "BuildPlan spec 4: after may have fields missing from before if isBackwardsCompatible is true - should pass when before has missing fields and isBackwardsCompatible is true",
|
|
"file1": "before.yaml",
|
|
"file2": "after.yaml",
|
|
"expectedErrors": [],
|
|
"isBackwardsCompatible": true
|
|
} |