Skip to content

Commit 6125173

Browse files
chore: changes by sisyphus-dev-ai
1 parent c11aa59 commit 6125173

File tree

1 file changed

+119
-0
lines changed

1 file changed

+119
-0
lines changed

assets/oh-my-opencode.schema.json

Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1513,6 +1513,125 @@
15131513
"auto_update": {
15141514
"type": "boolean"
15151515
},
1516+
"skills": {
1517+
"anyOf": [
1518+
{
1519+
"type": "array",
1520+
"items": {
1521+
"type": "string"
1522+
}
1523+
},
1524+
{
1525+
"allOf": [
1526+
{
1527+
"type": "object",
1528+
"propertyNames": {
1529+
"type": "string"
1530+
},
1531+
"additionalProperties": {
1532+
"anyOf": [
1533+
{
1534+
"type": "boolean"
1535+
},
1536+
{
1537+
"type": "object",
1538+
"properties": {
1539+
"description": {
1540+
"type": "string"
1541+
},
1542+
"template": {
1543+
"type": "string"
1544+
},
1545+
"from": {
1546+
"type": "string"
1547+
},
1548+
"model": {
1549+
"type": "string"
1550+
},
1551+
"agent": {
1552+
"type": "string"
1553+
},
1554+
"subtask": {
1555+
"type": "boolean"
1556+
},
1557+
"argument-hint": {
1558+
"type": "string"
1559+
},
1560+
"license": {
1561+
"type": "string"
1562+
},
1563+
"compatibility": {
1564+
"type": "string"
1565+
},
1566+
"metadata": {
1567+
"type": "object",
1568+
"propertyNames": {
1569+
"type": "string"
1570+
},
1571+
"additionalProperties": {}
1572+
},
1573+
"allowed-tools": {
1574+
"type": "array",
1575+
"items": {
1576+
"type": "string"
1577+
}
1578+
},
1579+
"disable": {
1580+
"type": "boolean"
1581+
}
1582+
}
1583+
}
1584+
]
1585+
}
1586+
},
1587+
{
1588+
"type": "object",
1589+
"properties": {
1590+
"sources": {
1591+
"type": "array",
1592+
"items": {
1593+
"anyOf": [
1594+
{
1595+
"type": "string"
1596+
},
1597+
{
1598+
"type": "object",
1599+
"properties": {
1600+
"path": {
1601+
"type": "string"
1602+
},
1603+
"recursive": {
1604+
"type": "boolean"
1605+
},
1606+
"glob": {
1607+
"type": "string"
1608+
}
1609+
},
1610+
"required": [
1611+
"path"
1612+
]
1613+
}
1614+
]
1615+
}
1616+
},
1617+
"enable": {
1618+
"type": "array",
1619+
"items": {
1620+
"type": "string"
1621+
}
1622+
},
1623+
"disable": {
1624+
"type": "array",
1625+
"items": {
1626+
"type": "string"
1627+
}
1628+
}
1629+
}
1630+
}
1631+
]
1632+
}
1633+
]
1634+
},
15161635
"ralph_loop": {
15171636
"type": "object",
15181637
"properties": {

0 commit comments

Comments
 (0)