Skip to content

Commit

Permalink
Add "strategy" and "provisional" metadata to changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
drdavella committed Nov 14, 2024
1 parent 06bf8bc commit 7dc9897
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions codetf.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,15 @@
"ai": {
"description": "Metadata about AI tool used to generate the fix",
"$ref": "#/definitions/ai"
},
"strategy": {
"type": "enum",
"description": "The strategy used to generate the fix",
"enum": ["ai", "hybrid", "deterministic"]
},
"provisional": {
"type": "boolean",
"description": "Indicates that the fix is provisional and may need further review"
}
},
"required": ["path", "diff", "changes"]
Expand Down

0 comments on commit 7dc9897

Please sign in to comment.