Skip to content

Commit 973bdec

Browse files
committed
fix: correct OpenCode policy version range classifications
- Change status from 'supported' to 'broken' for >1.14.40 range (label already said 'Known incompatible OpenCode harness') - Narrow the supported range from '>=1.14.19' to '>=1.14.19 <=1.14.40' to align with recommendedRange '>=1.14.19 <1.14.41' This prevents versions above 1.14.40 from being misclassified as supported when they should show broken/error advisories.
1 parent 97201a8 commit 973bdec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

provider-compatibility.v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
"recommendedVersion": "1.14.40",
4040
"ranges": [
4141
{
42-
"status": "supported",
42+
"status": "broken",
4343
"range": ">1.14.40",
4444
"label": "Known incompatible OpenCode harness"
4545
},
4646
{
4747
"status": "supported",
48-
"range": ">=1.14.19",
48+
"range": ">=1.14.19 <=1.14.40",
4949
"label": "Known working OpenCode harness"
5050
},
5151
{

0 commit comments

Comments
 (0)