@fro.bot/systematic 3.15.1 → 3.16.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,28 +9,34 @@
9
9
  "$ref": "#/definitions/__schema2"
10
10
  },
11
11
  "categories": {
12
- "$ref": "#/definitions/__schema33"
12
+ "$ref": "#/definitions/__schema42"
13
+ },
14
+ "profiles": {
15
+ "$ref": "#/definitions/__schema56"
16
+ },
17
+ "profile": {
18
+ "$ref": "#/definitions/__schema69"
13
19
  },
14
20
  "disabled_skills": {
15
- "$ref": "#/definitions/__schema45"
21
+ "$ref": "#/definitions/__schema71"
16
22
  },
17
23
  "disabled_agents": {
18
- "$ref": "#/definitions/__schema47"
24
+ "$ref": "#/definitions/__schema73"
19
25
  },
20
26
  "disabled_commands": {
21
- "$ref": "#/definitions/__schema49"
27
+ "$ref": "#/definitions/__schema75"
22
28
  },
23
29
  "bootstrap": {
24
- "$ref": "#/definitions/__schema51"
30
+ "$ref": "#/definitions/__schema77"
25
31
  },
26
32
  "workflow_guard": {
27
- "$ref": "#/definitions/__schema57"
33
+ "$ref": "#/definitions/__schema83"
28
34
  },
29
35
  "pi_subagents": {
30
- "$ref": "#/definitions/__schema61"
36
+ "$ref": "#/definitions/__schema87"
31
37
  },
32
38
  "skills_as_commands": {
33
- "$ref": "#/definitions/__schema72"
39
+ "$ref": "#/definitions/__schema98"
34
40
  }
35
41
  },
36
42
  "additionalProperties": false,
@@ -641,6 +647,12 @@
641
647
  },
642
648
  "permission": {
643
649
  "$ref": "#/definitions/__schema28"
650
+ },
651
+ "opencode": {
652
+ "$ref": "#/definitions/__schema33"
653
+ },
654
+ "pi": {
655
+ "$ref": "#/definitions/__schema37"
644
656
  }
645
657
  },
646
658
  "additionalProperties": false,
@@ -650,22 +662,15 @@
650
662
  "model": "anthropic/claude-opus-4-7",
651
663
  "temperature": 0.1,
652
664
  "mode": "subagent"
653
- }
654
- ],
655
- "allOf": [
665
+ },
656
666
  {
657
- "if": {
658
- "required": ["variant"]
667
+ "opencode": {
668
+ "model": "anthropic/claude-opus-4-7",
669
+ "variant": "v2"
659
670
  },
660
- "then": {
661
- "required": ["model"],
662
- "properties": {
663
- "model": {
664
- "type": "string",
665
- "minLength": 1,
666
- "pattern": "^[^\\s/]+\\/\\S+$"
667
- }
668
- }
671
+ "pi": {
672
+ "model": "anthropic/claude-opus-4-7",
673
+ "thinking": "high"
669
674
  }
670
675
  }
671
676
  ]
@@ -890,6 +895,104 @@
890
895
  ]
891
896
  },
892
897
  "__schema33": {
898
+ "trust": "project-or-higher",
899
+ "allOf": [
900
+ {
901
+ "$ref": "#/definitions/__schema36"
902
+ }
903
+ ]
904
+ },
905
+ "__schema34": {
906
+ "trust": "project-or-higher",
907
+ "allOf": [
908
+ {
909
+ "$ref": "#/definitions/__schema7"
910
+ }
911
+ ]
912
+ },
913
+ "__schema35": {
914
+ "trust": "project-or-higher",
915
+ "allOf": [
916
+ {
917
+ "$ref": "#/definitions/__schema9"
918
+ }
919
+ ]
920
+ },
921
+ "__schema36": {
922
+ "type": "object",
923
+ "properties": {
924
+ "model": {
925
+ "$ref": "#/definitions/__schema34"
926
+ },
927
+ "variant": {
928
+ "$ref": "#/definitions/__schema35"
929
+ }
930
+ },
931
+ "additionalProperties": false,
932
+ "description": "OpenCode-specific routing block. When present, model/variant here override the flat model/variant fields for OpenCode only; the flat fields remain the harness-neutral default and still apply to Pi. `variant` is bound to whichever layer supplies `model`: it is used only from that layer or a more specific one, and is dropped when a more specific layer sets (or nulls) `model` without repeating the variant. A `variant` with no `model` anywhere in the merged overlay is a config-load error raised by the routing resolver, not a parse-time error.",
933
+ "examples": [
934
+ {
935
+ "model": "anthropic/claude-opus-4-7",
936
+ "variant": "v2"
937
+ },
938
+ {
939
+ "model": null
940
+ }
941
+ ]
942
+ },
943
+ "__schema37": {
944
+ "trust": "project-or-higher",
945
+ "allOf": [
946
+ {
947
+ "$ref": "#/definitions/__schema41"
948
+ }
949
+ ]
950
+ },
951
+ "__schema38": {
952
+ "trust": "project-or-higher",
953
+ "allOf": [
954
+ {
955
+ "$ref": "#/definitions/__schema7"
956
+ }
957
+ ]
958
+ },
959
+ "__schema39": {
960
+ "trust": "project-or-higher",
961
+ "allOf": [
962
+ {
963
+ "$ref": "#/definitions/__schema40"
964
+ }
965
+ ]
966
+ },
967
+ "__schema40": {
968
+ "type": "string",
969
+ "enum": ["off", "minimal", "low", "medium", "high", "xhigh", "max"],
970
+ "description": "pi-subagents reasoning effort level for exported persona frontmatter",
971
+ "examples": ["off", "medium", "high"]
972
+ },
973
+ "__schema41": {
974
+ "type": "object",
975
+ "properties": {
976
+ "model": {
977
+ "$ref": "#/definitions/__schema38"
978
+ },
979
+ "thinking": {
980
+ "$ref": "#/definitions/__schema39"
981
+ }
982
+ },
983
+ "additionalProperties": false,
984
+ "description": "Pi-specific routing block. When present, model/thinking here override the flat model field and the legacy `pi_subagents.<name>.thinking` value for Pi only; the flat model field remains the harness-neutral default and still applies to OpenCode. Unlike OpenCode's `variant`, `thinking` is independent of `model`: it applies to whatever model the delegate ends up running, including one inherited from the parent session, so `thinking` with no `model` anywhere in the merged overlay is valid and never a config-load error.",
985
+ "examples": [
986
+ {
987
+ "model": "anthropic/claude-opus-4-7",
988
+ "thinking": "high"
989
+ },
990
+ {
991
+ "model": null
992
+ }
993
+ ]
994
+ },
995
+ "__schema42": {
893
996
  "default": {},
894
997
  "description": "Per-category configuration overlays keyed by category name",
895
998
  "examples": [
@@ -902,11 +1005,11 @@
902
1005
  ],
903
1006
  "allOf": [
904
1007
  {
905
- "$ref": "#/definitions/__schema34"
1008
+ "$ref": "#/definitions/__schema43"
906
1009
  }
907
1010
  ]
908
1011
  },
909
- "__schema34": {
1012
+ "__schema43": {
910
1013
  "type": "object",
911
1014
  "propertyNames": {
912
1015
  "type": "string"
@@ -915,34 +1018,40 @@
915
1018
  "type": "object",
916
1019
  "properties": {
917
1020
  "model": {
918
- "$ref": "#/definitions/__schema35"
1021
+ "$ref": "#/definitions/__schema44"
919
1022
  },
920
1023
  "variant": {
921
- "$ref": "#/definitions/__schema36"
1024
+ "$ref": "#/definitions/__schema45"
922
1025
  },
923
1026
  "temperature": {
924
- "$ref": "#/definitions/__schema37"
1027
+ "$ref": "#/definitions/__schema46"
925
1028
  },
926
1029
  "top_p": {
927
- "$ref": "#/definitions/__schema38"
1030
+ "$ref": "#/definitions/__schema47"
928
1031
  },
929
1032
  "mode": {
930
- "$ref": "#/definitions/__schema39"
1033
+ "$ref": "#/definitions/__schema48"
931
1034
  },
932
1035
  "color": {
933
- "$ref": "#/definitions/__schema40"
1036
+ "$ref": "#/definitions/__schema49"
934
1037
  },
935
1038
  "steps": {
936
- "$ref": "#/definitions/__schema41"
1039
+ "$ref": "#/definitions/__schema50"
937
1040
  },
938
1041
  "hidden": {
939
- "$ref": "#/definitions/__schema42"
1042
+ "$ref": "#/definitions/__schema51"
940
1043
  },
941
1044
  "skills": {
942
- "$ref": "#/definitions/__schema43"
1045
+ "$ref": "#/definitions/__schema52"
943
1046
  },
944
1047
  "permission": {
945
- "$ref": "#/definitions/__schema44"
1048
+ "$ref": "#/definitions/__schema53"
1049
+ },
1050
+ "opencode": {
1051
+ "$ref": "#/definitions/__schema54"
1052
+ },
1053
+ "pi": {
1054
+ "$ref": "#/definitions/__schema55"
946
1055
  }
947
1056
  },
948
1057
  "additionalProperties": false,
@@ -951,28 +1060,19 @@
951
1060
  {
952
1061
  "model": "anthropic/claude-opus-4-7",
953
1062
  "temperature": 0.1
954
- }
955
- ],
956
- "allOf": [
1063
+ },
957
1064
  {
958
- "if": {
959
- "required": ["variant"]
1065
+ "opencode": {
1066
+ "variant": "v2"
960
1067
  },
961
- "then": {
962
- "required": ["model"],
963
- "properties": {
964
- "model": {
965
- "type": "string",
966
- "minLength": 1,
967
- "pattern": "^[^\\s/]+\\/\\S+$"
968
- }
969
- }
1068
+ "pi": {
1069
+ "thinking": "high"
970
1070
  }
971
1071
  }
972
1072
  ]
973
1073
  }
974
1074
  },
975
- "__schema35": {
1075
+ "__schema44": {
976
1076
  "trust": "project-or-higher",
977
1077
  "allOf": [
978
1078
  {
@@ -980,7 +1080,7 @@
980
1080
  }
981
1081
  ]
982
1082
  },
983
- "__schema36": {
1083
+ "__schema45": {
984
1084
  "trust": "project-or-higher",
985
1085
  "allOf": [
986
1086
  {
@@ -988,7 +1088,7 @@
988
1088
  }
989
1089
  ]
990
1090
  },
991
- "__schema37": {
1091
+ "__schema46": {
992
1092
  "trust": "any",
993
1093
  "allOf": [
994
1094
  {
@@ -996,7 +1096,7 @@
996
1096
  }
997
1097
  ]
998
1098
  },
999
- "__schema38": {
1099
+ "__schema47": {
1000
1100
  "trust": "any",
1001
1101
  "allOf": [
1002
1102
  {
@@ -1004,35 +1104,35 @@
1004
1104
  }
1005
1105
  ]
1006
1106
  },
1007
- "__schema39": {
1107
+ "__schema48": {
1008
1108
  "allOf": [
1009
1109
  {
1010
1110
  "$ref": "#/definitions/__schema15"
1011
1111
  }
1012
1112
  ]
1013
1113
  },
1014
- "__schema40": {
1114
+ "__schema49": {
1015
1115
  "allOf": [
1016
1116
  {
1017
1117
  "$ref": "#/definitions/__schema17"
1018
1118
  }
1019
1119
  ]
1020
1120
  },
1021
- "__schema41": {
1121
+ "__schema50": {
1022
1122
  "allOf": [
1023
1123
  {
1024
1124
  "$ref": "#/definitions/__schema21"
1025
1125
  }
1026
1126
  ]
1027
1127
  },
1028
- "__schema42": {
1128
+ "__schema51": {
1029
1129
  "allOf": [
1030
1130
  {
1031
1131
  "$ref": "#/definitions/__schema23"
1032
1132
  }
1033
1133
  ]
1034
1134
  },
1035
- "__schema43": {
1135
+ "__schema52": {
1036
1136
  "trust": "project-or-higher",
1037
1137
  "allOf": [
1038
1138
  {
@@ -1040,7 +1140,7 @@
1040
1140
  }
1041
1141
  ]
1042
1142
  },
1043
- "__schema44": {
1143
+ "__schema53": {
1044
1144
  "trust": "project-or-higher",
1045
1145
  "allOf": [
1046
1146
  {
@@ -1048,97 +1148,838 @@
1048
1148
  }
1049
1149
  ]
1050
1150
  },
1051
- "__schema45": {
1052
- "default": [],
1053
- "description": "Array of bundled skill names to disable globally. Unknown skill names are rejected at parse time.",
1054
- "examples": [["ce:plan", "ce:review"]],
1151
+ "__schema54": {
1152
+ "trust": "project-or-higher",
1055
1153
  "allOf": [
1056
1154
  {
1057
- "$ref": "#/definitions/__schema46"
1155
+ "$ref": "#/definitions/__schema36"
1058
1156
  }
1059
1157
  ]
1060
1158
  },
1061
- "__schema46": {
1062
- "type": "array",
1063
- "items": {
1064
- "type": "string",
1065
- "enum": [
1066
- "agent-browser",
1067
- "agent-native-architecture",
1068
- "agent-native-audit",
1069
- "ce:brainstorm",
1070
- "ce:compound",
1071
- "ce:compound-refresh",
1072
- "ce:ideate",
1073
- "ce:plan",
1074
- "ce:review",
1075
- "ce:work",
1076
- "compound-docs",
1077
- "deepen-plan",
1078
- "deploy-docs",
1079
- "document-review",
1080
- "frontend-design",
1081
- "git-clean-gone-branches",
1082
- "git-commit",
1083
- "git-commit-push-pr",
1084
- "git-worktree",
1085
- "lfg",
1086
- "onboarding",
1087
- "orchestrating-subagents",
1088
- "report-bug-ce",
1089
- "reproduce-bug",
1090
- "resolve-pr-feedback",
1091
- "slfg",
1092
- "test-browser",
1093
- "test-driven-development",
1094
- "todos",
1095
- "using-systematic",
1096
- "writing-skills",
1097
- "andrew-kane-gem-writer",
1098
- "changelog",
1099
- "claude-permissions-optimizer",
1100
- "dhh-rails-style",
1101
- "dspy-ruby",
1102
- "every-style-editor",
1103
- "feature-video",
1104
- "gemini-imagegen",
1105
- "generate_command",
1106
- "orchestrating-swarms",
1107
- "proof",
1108
- "rclone",
1109
- "setup",
1110
- "test-xcode",
1111
- "todo-create",
1112
- "todo-resolve",
1113
- "todo-triage",
1114
- "writing-systematic-skills"
1159
+ "__schema55": {
1160
+ "trust": "project-or-higher",
1161
+ "allOf": [
1162
+ {
1163
+ "$ref": "#/definitions/__schema41"
1164
+ }
1165
+ ]
1166
+ },
1167
+ "__schema56": {
1168
+ "default": {},
1169
+ "description": "Named routing-only overlay bundles, selectable by name via the profile field. Only valid in user config or OPENCODE_CONFIG_DIR config — a project config may select a profile but may not define this field.",
1170
+ "examples": [
1171
+ {
1172
+ "personal": {
1173
+ "agents": {
1174
+ "correctness-reviewer": {
1175
+ "model": "openai/gpt-5"
1176
+ }
1177
+ }
1178
+ }
1179
+ },
1180
+ {}
1181
+ ],
1182
+ "allOf": [
1183
+ {
1184
+ "$ref": "#/definitions/__schema57"
1185
+ }
1186
+ ]
1187
+ },
1188
+ "__schema57": {
1189
+ "type": "object",
1190
+ "propertyNames": {
1191
+ "type": "string"
1192
+ },
1193
+ "additionalProperties": {
1194
+ "type": "object",
1195
+ "properties": {
1196
+ "agents": {
1197
+ "$ref": "#/definitions/__schema58"
1198
+ },
1199
+ "categories": {
1200
+ "$ref": "#/definitions/__schema67"
1201
+ }
1202
+ },
1203
+ "additionalProperties": false,
1204
+ "description": "A named routing-only overlay bundle. Entries under agents/categories have the same shape as the top-level agents/categories overlays, restricted to routing fields.",
1205
+ "examples": [
1206
+ {
1207
+ "agents": {
1208
+ "fixer": {
1209
+ "model": "anthropic/claude-opus-4-7"
1210
+ }
1211
+ },
1212
+ "categories": {
1213
+ "review": {
1214
+ "pi": {
1215
+ "thinking": "high"
1216
+ }
1217
+ }
1218
+ }
1219
+ }
1115
1220
  ]
1116
1221
  }
1117
1222
  },
1118
- "__schema47": {
1119
- "default": [],
1120
- "description": "Array of bundled agent names (bare or qualified category/name) to disable globally. Unknown agent names are rejected at parse time.",
1223
+ "__schema58": {
1224
+ "description": "Per-agent routing overlays for this profile, keyed by bundled agent name (bare or qualified category/name), using the same routing-only field set as every profile entry. Unknown keys are rejected with a Zod parse error, exactly like the top-level `agents` field.",
1121
1225
  "examples": [
1122
- ["previous-comments-reviewer", "cli-readiness-reviewer"],
1123
- ["review/security-reviewer"]
1226
+ {
1227
+ "correctness-reviewer": {
1228
+ "model": "openai/gpt-5"
1229
+ }
1230
+ }
1124
1231
  ],
1125
1232
  "allOf": [
1126
1233
  {
1127
- "$ref": "#/definitions/__schema48"
1234
+ "$ref": "#/definitions/__schema59"
1128
1235
  }
1129
1236
  ]
1130
1237
  },
1131
- "__schema48": {
1132
- "type": "array",
1133
- "items": {
1134
- "type": "string",
1135
- "enum": [
1136
- "adversarial-document-reviewer",
1137
- "adversarial-reviewer",
1138
- "agent-native-reviewer",
1139
- "api-contract-reviewer",
1140
- "architecture-strategist",
1141
- "best-practices-researcher",
1238
+ "__schema59": {
1239
+ "type": "object",
1240
+ "properties": {
1241
+ "adversarial-document-reviewer": {
1242
+ "allOf": [
1243
+ {
1244
+ "$ref": "#/definitions/__schema60"
1245
+ }
1246
+ ]
1247
+ },
1248
+ "adversarial-reviewer": {
1249
+ "allOf": [
1250
+ {
1251
+ "$ref": "#/definitions/__schema60"
1252
+ }
1253
+ ]
1254
+ },
1255
+ "agent-native-reviewer": {
1256
+ "allOf": [
1257
+ {
1258
+ "$ref": "#/definitions/__schema60"
1259
+ }
1260
+ ]
1261
+ },
1262
+ "api-contract-reviewer": {
1263
+ "allOf": [
1264
+ {
1265
+ "$ref": "#/definitions/__schema60"
1266
+ }
1267
+ ]
1268
+ },
1269
+ "architecture-strategist": {
1270
+ "allOf": [
1271
+ {
1272
+ "$ref": "#/definitions/__schema60"
1273
+ }
1274
+ ]
1275
+ },
1276
+ "best-practices-researcher": {
1277
+ "allOf": [
1278
+ {
1279
+ "$ref": "#/definitions/__schema60"
1280
+ }
1281
+ ]
1282
+ },
1283
+ "bug-reproduction-validator": {
1284
+ "allOf": [
1285
+ {
1286
+ "$ref": "#/definitions/__schema60"
1287
+ }
1288
+ ]
1289
+ },
1290
+ "cli-readiness-reviewer": {
1291
+ "allOf": [
1292
+ {
1293
+ "$ref": "#/definitions/__schema60"
1294
+ }
1295
+ ]
1296
+ },
1297
+ "code-simplicity-reviewer": {
1298
+ "allOf": [
1299
+ {
1300
+ "$ref": "#/definitions/__schema60"
1301
+ }
1302
+ ]
1303
+ },
1304
+ "coherence-reviewer": {
1305
+ "allOf": [
1306
+ {
1307
+ "$ref": "#/definitions/__schema60"
1308
+ }
1309
+ ]
1310
+ },
1311
+ "correctness-reviewer": {
1312
+ "allOf": [
1313
+ {
1314
+ "$ref": "#/definitions/__schema60"
1315
+ }
1316
+ ]
1317
+ },
1318
+ "data-migrations-reviewer": {
1319
+ "allOf": [
1320
+ {
1321
+ "$ref": "#/definitions/__schema60"
1322
+ }
1323
+ ]
1324
+ },
1325
+ "deployment-verification-agent": {
1326
+ "allOf": [
1327
+ {
1328
+ "$ref": "#/definitions/__schema60"
1329
+ }
1330
+ ]
1331
+ },
1332
+ "design-iterator": {
1333
+ "allOf": [
1334
+ {
1335
+ "$ref": "#/definitions/__schema60"
1336
+ }
1337
+ ]
1338
+ },
1339
+ "design-lens-reviewer": {
1340
+ "allOf": [
1341
+ {
1342
+ "$ref": "#/definitions/__schema60"
1343
+ }
1344
+ ]
1345
+ },
1346
+ "feasibility-reviewer": {
1347
+ "allOf": [
1348
+ {
1349
+ "$ref": "#/definitions/__schema60"
1350
+ }
1351
+ ]
1352
+ },
1353
+ "framework-docs-researcher": {
1354
+ "allOf": [
1355
+ {
1356
+ "$ref": "#/definitions/__schema60"
1357
+ }
1358
+ ]
1359
+ },
1360
+ "git-history-analyzer": {
1361
+ "allOf": [
1362
+ {
1363
+ "$ref": "#/definitions/__schema60"
1364
+ }
1365
+ ]
1366
+ },
1367
+ "issue-intelligence-analyst": {
1368
+ "allOf": [
1369
+ {
1370
+ "$ref": "#/definitions/__schema60"
1371
+ }
1372
+ ]
1373
+ },
1374
+ "kieran-typescript-reviewer": {
1375
+ "allOf": [
1376
+ {
1377
+ "$ref": "#/definitions/__schema60"
1378
+ }
1379
+ ]
1380
+ },
1381
+ "learnings-researcher": {
1382
+ "allOf": [
1383
+ {
1384
+ "$ref": "#/definitions/__schema60"
1385
+ }
1386
+ ]
1387
+ },
1388
+ "maintainability-reviewer": {
1389
+ "allOf": [
1390
+ {
1391
+ "$ref": "#/definitions/__schema60"
1392
+ }
1393
+ ]
1394
+ },
1395
+ "pattern-recognition-specialist": {
1396
+ "allOf": [
1397
+ {
1398
+ "$ref": "#/definitions/__schema60"
1399
+ }
1400
+ ]
1401
+ },
1402
+ "performance-reviewer": {
1403
+ "allOf": [
1404
+ {
1405
+ "$ref": "#/definitions/__schema60"
1406
+ }
1407
+ ]
1408
+ },
1409
+ "pr-comment-resolver": {
1410
+ "allOf": [
1411
+ {
1412
+ "$ref": "#/definitions/__schema60"
1413
+ }
1414
+ ]
1415
+ },
1416
+ "previous-comments-reviewer": {
1417
+ "allOf": [
1418
+ {
1419
+ "$ref": "#/definitions/__schema60"
1420
+ }
1421
+ ]
1422
+ },
1423
+ "product-lens-reviewer": {
1424
+ "allOf": [
1425
+ {
1426
+ "$ref": "#/definitions/__schema60"
1427
+ }
1428
+ ]
1429
+ },
1430
+ "project-standards-reviewer": {
1431
+ "allOf": [
1432
+ {
1433
+ "$ref": "#/definitions/__schema60"
1434
+ }
1435
+ ]
1436
+ },
1437
+ "reliability-reviewer": {
1438
+ "allOf": [
1439
+ {
1440
+ "$ref": "#/definitions/__schema60"
1441
+ }
1442
+ ]
1443
+ },
1444
+ "repo-research-analyst": {
1445
+ "allOf": [
1446
+ {
1447
+ "$ref": "#/definitions/__schema60"
1448
+ }
1449
+ ]
1450
+ },
1451
+ "scope-guardian-reviewer": {
1452
+ "allOf": [
1453
+ {
1454
+ "$ref": "#/definitions/__schema60"
1455
+ }
1456
+ ]
1457
+ },
1458
+ "security-lens-reviewer": {
1459
+ "allOf": [
1460
+ {
1461
+ "$ref": "#/definitions/__schema60"
1462
+ }
1463
+ ]
1464
+ },
1465
+ "security-reviewer": {
1466
+ "allOf": [
1467
+ {
1468
+ "$ref": "#/definitions/__schema60"
1469
+ }
1470
+ ]
1471
+ },
1472
+ "slack-researcher": {
1473
+ "allOf": [
1474
+ {
1475
+ "$ref": "#/definitions/__schema60"
1476
+ }
1477
+ ]
1478
+ },
1479
+ "spec-flow-analyzer": {
1480
+ "allOf": [
1481
+ {
1482
+ "$ref": "#/definitions/__schema60"
1483
+ }
1484
+ ]
1485
+ },
1486
+ "systematic-implementer": {
1487
+ "allOf": [
1488
+ {
1489
+ "$ref": "#/definitions/__schema60"
1490
+ }
1491
+ ]
1492
+ },
1493
+ "testing-reviewer": {
1494
+ "allOf": [
1495
+ {
1496
+ "$ref": "#/definitions/__schema60"
1497
+ }
1498
+ ]
1499
+ },
1500
+ "design/design-iterator": {
1501
+ "allOf": [
1502
+ {
1503
+ "$ref": "#/definitions/__schema60"
1504
+ }
1505
+ ]
1506
+ },
1507
+ "document-review/adversarial-document-reviewer": {
1508
+ "allOf": [
1509
+ {
1510
+ "$ref": "#/definitions/__schema60"
1511
+ }
1512
+ ]
1513
+ },
1514
+ "document-review/coherence-reviewer": {
1515
+ "allOf": [
1516
+ {
1517
+ "$ref": "#/definitions/__schema60"
1518
+ }
1519
+ ]
1520
+ },
1521
+ "document-review/design-lens-reviewer": {
1522
+ "allOf": [
1523
+ {
1524
+ "$ref": "#/definitions/__schema60"
1525
+ }
1526
+ ]
1527
+ },
1528
+ "document-review/feasibility-reviewer": {
1529
+ "allOf": [
1530
+ {
1531
+ "$ref": "#/definitions/__schema60"
1532
+ }
1533
+ ]
1534
+ },
1535
+ "document-review/product-lens-reviewer": {
1536
+ "allOf": [
1537
+ {
1538
+ "$ref": "#/definitions/__schema60"
1539
+ }
1540
+ ]
1541
+ },
1542
+ "document-review/scope-guardian-reviewer": {
1543
+ "allOf": [
1544
+ {
1545
+ "$ref": "#/definitions/__schema60"
1546
+ }
1547
+ ]
1548
+ },
1549
+ "document-review/security-lens-reviewer": {
1550
+ "allOf": [
1551
+ {
1552
+ "$ref": "#/definitions/__schema60"
1553
+ }
1554
+ ]
1555
+ },
1556
+ "research/best-practices-researcher": {
1557
+ "allOf": [
1558
+ {
1559
+ "$ref": "#/definitions/__schema60"
1560
+ }
1561
+ ]
1562
+ },
1563
+ "research/framework-docs-researcher": {
1564
+ "allOf": [
1565
+ {
1566
+ "$ref": "#/definitions/__schema60"
1567
+ }
1568
+ ]
1569
+ },
1570
+ "research/git-history-analyzer": {
1571
+ "allOf": [
1572
+ {
1573
+ "$ref": "#/definitions/__schema60"
1574
+ }
1575
+ ]
1576
+ },
1577
+ "research/issue-intelligence-analyst": {
1578
+ "allOf": [
1579
+ {
1580
+ "$ref": "#/definitions/__schema60"
1581
+ }
1582
+ ]
1583
+ },
1584
+ "research/learnings-researcher": {
1585
+ "allOf": [
1586
+ {
1587
+ "$ref": "#/definitions/__schema60"
1588
+ }
1589
+ ]
1590
+ },
1591
+ "research/repo-research-analyst": {
1592
+ "allOf": [
1593
+ {
1594
+ "$ref": "#/definitions/__schema60"
1595
+ }
1596
+ ]
1597
+ },
1598
+ "research/slack-researcher": {
1599
+ "allOf": [
1600
+ {
1601
+ "$ref": "#/definitions/__schema60"
1602
+ }
1603
+ ]
1604
+ },
1605
+ "review/adversarial-reviewer": {
1606
+ "allOf": [
1607
+ {
1608
+ "$ref": "#/definitions/__schema60"
1609
+ }
1610
+ ]
1611
+ },
1612
+ "review/agent-native-reviewer": {
1613
+ "allOf": [
1614
+ {
1615
+ "$ref": "#/definitions/__schema60"
1616
+ }
1617
+ ]
1618
+ },
1619
+ "review/api-contract-reviewer": {
1620
+ "allOf": [
1621
+ {
1622
+ "$ref": "#/definitions/__schema60"
1623
+ }
1624
+ ]
1625
+ },
1626
+ "review/architecture-strategist": {
1627
+ "allOf": [
1628
+ {
1629
+ "$ref": "#/definitions/__schema60"
1630
+ }
1631
+ ]
1632
+ },
1633
+ "review/cli-readiness-reviewer": {
1634
+ "allOf": [
1635
+ {
1636
+ "$ref": "#/definitions/__schema60"
1637
+ }
1638
+ ]
1639
+ },
1640
+ "review/code-simplicity-reviewer": {
1641
+ "allOf": [
1642
+ {
1643
+ "$ref": "#/definitions/__schema60"
1644
+ }
1645
+ ]
1646
+ },
1647
+ "review/correctness-reviewer": {
1648
+ "allOf": [
1649
+ {
1650
+ "$ref": "#/definitions/__schema60"
1651
+ }
1652
+ ]
1653
+ },
1654
+ "review/data-migrations-reviewer": {
1655
+ "allOf": [
1656
+ {
1657
+ "$ref": "#/definitions/__schema60"
1658
+ }
1659
+ ]
1660
+ },
1661
+ "review/deployment-verification-agent": {
1662
+ "allOf": [
1663
+ {
1664
+ "$ref": "#/definitions/__schema60"
1665
+ }
1666
+ ]
1667
+ },
1668
+ "review/kieran-typescript-reviewer": {
1669
+ "allOf": [
1670
+ {
1671
+ "$ref": "#/definitions/__schema60"
1672
+ }
1673
+ ]
1674
+ },
1675
+ "review/maintainability-reviewer": {
1676
+ "allOf": [
1677
+ {
1678
+ "$ref": "#/definitions/__schema60"
1679
+ }
1680
+ ]
1681
+ },
1682
+ "review/pattern-recognition-specialist": {
1683
+ "allOf": [
1684
+ {
1685
+ "$ref": "#/definitions/__schema60"
1686
+ }
1687
+ ]
1688
+ },
1689
+ "review/performance-reviewer": {
1690
+ "allOf": [
1691
+ {
1692
+ "$ref": "#/definitions/__schema60"
1693
+ }
1694
+ ]
1695
+ },
1696
+ "review/previous-comments-reviewer": {
1697
+ "allOf": [
1698
+ {
1699
+ "$ref": "#/definitions/__schema60"
1700
+ }
1701
+ ]
1702
+ },
1703
+ "review/project-standards-reviewer": {
1704
+ "allOf": [
1705
+ {
1706
+ "$ref": "#/definitions/__schema60"
1707
+ }
1708
+ ]
1709
+ },
1710
+ "review/reliability-reviewer": {
1711
+ "allOf": [
1712
+ {
1713
+ "$ref": "#/definitions/__schema60"
1714
+ }
1715
+ ]
1716
+ },
1717
+ "review/security-reviewer": {
1718
+ "allOf": [
1719
+ {
1720
+ "$ref": "#/definitions/__schema60"
1721
+ }
1722
+ ]
1723
+ },
1724
+ "review/testing-reviewer": {
1725
+ "allOf": [
1726
+ {
1727
+ "$ref": "#/definitions/__schema60"
1728
+ }
1729
+ ]
1730
+ },
1731
+ "workflow/bug-reproduction-validator": {
1732
+ "allOf": [
1733
+ {
1734
+ "$ref": "#/definitions/__schema60"
1735
+ }
1736
+ ]
1737
+ },
1738
+ "workflow/pr-comment-resolver": {
1739
+ "allOf": [
1740
+ {
1741
+ "$ref": "#/definitions/__schema60"
1742
+ }
1743
+ ]
1744
+ },
1745
+ "workflow/spec-flow-analyzer": {
1746
+ "allOf": [
1747
+ {
1748
+ "$ref": "#/definitions/__schema60"
1749
+ }
1750
+ ]
1751
+ },
1752
+ "workflow/systematic-implementer": {
1753
+ "allOf": [
1754
+ {
1755
+ "$ref": "#/definitions/__schema60"
1756
+ }
1757
+ ]
1758
+ }
1759
+ },
1760
+ "additionalProperties": false
1761
+ },
1762
+ "__schema60": {
1763
+ "type": "object",
1764
+ "properties": {
1765
+ "model": {
1766
+ "$ref": "#/definitions/__schema61"
1767
+ },
1768
+ "variant": {
1769
+ "$ref": "#/definitions/__schema62"
1770
+ },
1771
+ "temperature": {
1772
+ "$ref": "#/definitions/__schema63"
1773
+ },
1774
+ "top_p": {
1775
+ "$ref": "#/definitions/__schema64"
1776
+ },
1777
+ "opencode": {
1778
+ "$ref": "#/definitions/__schema65"
1779
+ },
1780
+ "pi": {
1781
+ "$ref": "#/definitions/__schema66"
1782
+ }
1783
+ },
1784
+ "additionalProperties": false,
1785
+ "description": "Routing-only overlay fields permitted inside a named profile bundle entry: model, variant, temperature, top_p, and the opencode/pi harness blocks. Non-routing fields (permission, skills, mode, hidden, disable, steps, color) are rejected.",
1786
+ "examples": [
1787
+ {
1788
+ "model": "anthropic/claude-opus-4-7"
1789
+ },
1790
+ {
1791
+ "opencode": {
1792
+ "variant": "v2"
1793
+ },
1794
+ "pi": {
1795
+ "thinking": "high"
1796
+ }
1797
+ }
1798
+ ]
1799
+ },
1800
+ "__schema61": {
1801
+ "trust": "project-or-higher",
1802
+ "allOf": [
1803
+ {
1804
+ "$ref": "#/definitions/__schema7"
1805
+ }
1806
+ ]
1807
+ },
1808
+ "__schema62": {
1809
+ "trust": "project-or-higher",
1810
+ "allOf": [
1811
+ {
1812
+ "$ref": "#/definitions/__schema9"
1813
+ }
1814
+ ]
1815
+ },
1816
+ "__schema63": {
1817
+ "trust": "any",
1818
+ "allOf": [
1819
+ {
1820
+ "$ref": "#/definitions/__schema11"
1821
+ }
1822
+ ]
1823
+ },
1824
+ "__schema64": {
1825
+ "trust": "any",
1826
+ "allOf": [
1827
+ {
1828
+ "$ref": "#/definitions/__schema13"
1829
+ }
1830
+ ]
1831
+ },
1832
+ "__schema65": {
1833
+ "trust": "project-or-higher",
1834
+ "allOf": [
1835
+ {
1836
+ "$ref": "#/definitions/__schema36"
1837
+ }
1838
+ ]
1839
+ },
1840
+ "__schema66": {
1841
+ "trust": "project-or-higher",
1842
+ "allOf": [
1843
+ {
1844
+ "$ref": "#/definitions/__schema41"
1845
+ }
1846
+ ]
1847
+ },
1848
+ "__schema67": {
1849
+ "description": "Per-category routing overlays for this profile, keyed by category name, using the same routing-only field set as every profile entry.",
1850
+ "examples": [
1851
+ {
1852
+ "review": {
1853
+ "model": "anthropic/claude-opus-4-7"
1854
+ }
1855
+ }
1856
+ ],
1857
+ "allOf": [
1858
+ {
1859
+ "$ref": "#/definitions/__schema68"
1860
+ }
1861
+ ]
1862
+ },
1863
+ "__schema68": {
1864
+ "type": "object",
1865
+ "propertyNames": {
1866
+ "type": "string"
1867
+ },
1868
+ "additionalProperties": {
1869
+ "$ref": "#/definitions/__schema60"
1870
+ }
1871
+ },
1872
+ "__schema69": {
1873
+ "description": "Selects a named entry from this source's profiles map as the routing overlay bundle to apply. null explicitly selects the base config (no profile), which still wins over a lower-priority source's selection. Omitting the field entirely defers the decision to a lower-priority source.",
1874
+ "examples": ["personal", null],
1875
+ "allOf": [
1876
+ {
1877
+ "$ref": "#/definitions/__schema70"
1878
+ }
1879
+ ]
1880
+ },
1881
+ "__schema70": {
1882
+ "anyOf": [
1883
+ {
1884
+ "type": "string",
1885
+ "minLength": 1
1886
+ },
1887
+ {
1888
+ "type": "null"
1889
+ }
1890
+ ]
1891
+ },
1892
+ "__schema71": {
1893
+ "default": [],
1894
+ "description": "Array of bundled skill names to disable globally. Unknown skill names are rejected at parse time.",
1895
+ "examples": [["ce:plan", "ce:review"]],
1896
+ "allOf": [
1897
+ {
1898
+ "$ref": "#/definitions/__schema72"
1899
+ }
1900
+ ]
1901
+ },
1902
+ "__schema72": {
1903
+ "type": "array",
1904
+ "items": {
1905
+ "type": "string",
1906
+ "enum": [
1907
+ "agent-browser",
1908
+ "agent-native-architecture",
1909
+ "agent-native-audit",
1910
+ "ce:brainstorm",
1911
+ "ce:compound",
1912
+ "ce:compound-refresh",
1913
+ "ce:ideate",
1914
+ "ce:plan",
1915
+ "ce:review",
1916
+ "ce:work",
1917
+ "compound-docs",
1918
+ "deepen-plan",
1919
+ "deploy-docs",
1920
+ "document-review",
1921
+ "frontend-design",
1922
+ "git-clean-gone-branches",
1923
+ "git-commit",
1924
+ "git-commit-push-pr",
1925
+ "git-worktree",
1926
+ "lfg",
1927
+ "onboarding",
1928
+ "orchestrating-subagents",
1929
+ "report-bug-ce",
1930
+ "reproduce-bug",
1931
+ "resolve-pr-feedback",
1932
+ "slfg",
1933
+ "test-browser",
1934
+ "test-driven-development",
1935
+ "todos",
1936
+ "using-systematic",
1937
+ "writing-skills",
1938
+ "andrew-kane-gem-writer",
1939
+ "changelog",
1940
+ "claude-permissions-optimizer",
1941
+ "dhh-rails-style",
1942
+ "dspy-ruby",
1943
+ "every-style-editor",
1944
+ "feature-video",
1945
+ "gemini-imagegen",
1946
+ "generate_command",
1947
+ "orchestrating-swarms",
1948
+ "proof",
1949
+ "rclone",
1950
+ "setup",
1951
+ "test-xcode",
1952
+ "todo-create",
1953
+ "todo-resolve",
1954
+ "todo-triage",
1955
+ "writing-systematic-skills"
1956
+ ]
1957
+ }
1958
+ },
1959
+ "__schema73": {
1960
+ "default": [],
1961
+ "description": "Array of bundled agent names (bare or qualified category/name) to disable globally. Unknown agent names are rejected at parse time.",
1962
+ "examples": [
1963
+ ["previous-comments-reviewer", "cli-readiness-reviewer"],
1964
+ ["review/security-reviewer"]
1965
+ ],
1966
+ "allOf": [
1967
+ {
1968
+ "$ref": "#/definitions/__schema74"
1969
+ }
1970
+ ]
1971
+ },
1972
+ "__schema74": {
1973
+ "type": "array",
1974
+ "items": {
1975
+ "type": "string",
1976
+ "enum": [
1977
+ "adversarial-document-reviewer",
1978
+ "adversarial-reviewer",
1979
+ "agent-native-reviewer",
1980
+ "api-contract-reviewer",
1981
+ "architecture-strategist",
1982
+ "best-practices-researcher",
1142
1983
  "bug-reproduction-validator",
1143
1984
  "cli-readiness-reviewer",
1144
1985
  "code-simplicity-reviewer",
@@ -1238,23 +2079,23 @@
1238
2079
  ]
1239
2080
  }
1240
2081
  },
1241
- "__schema49": {
2082
+ "__schema75": {
1242
2083
  "default": [],
1243
2084
  "description": "Array of command names to disable globally",
1244
2085
  "examples": [["deprecated-migration-helper"]],
1245
2086
  "allOf": [
1246
2087
  {
1247
- "$ref": "#/definitions/__schema50"
2088
+ "$ref": "#/definitions/__schema76"
1248
2089
  }
1249
2090
  ]
1250
2091
  },
1251
- "__schema50": {
2092
+ "__schema76": {
1252
2093
  "type": "array",
1253
2094
  "items": {
1254
2095
  "type": "string"
1255
2096
  }
1256
2097
  },
1257
- "__schema51": {
2098
+ "__schema77": {
1258
2099
  "default": {
1259
2100
  "enabled": true
1260
2101
  },
@@ -1269,18 +2110,18 @@
1269
2110
  ],
1270
2111
  "allOf": [
1271
2112
  {
1272
- "$ref": "#/definitions/__schema52"
2113
+ "$ref": "#/definitions/__schema78"
1273
2114
  }
1274
2115
  ]
1275
2116
  },
1276
- "__schema52": {
2117
+ "__schema78": {
1277
2118
  "type": "object",
1278
2119
  "properties": {
1279
2120
  "enabled": {
1280
- "$ref": "#/definitions/__schema53"
2121
+ "$ref": "#/definitions/__schema79"
1281
2122
  },
1282
2123
  "file": {
1283
- "$ref": "#/definitions/__schema55"
2124
+ "$ref": "#/definitions/__schema81"
1284
2125
  }
1285
2126
  },
1286
2127
  "additionalProperties": false,
@@ -1294,32 +2135,32 @@
1294
2135
  }
1295
2136
  ]
1296
2137
  },
1297
- "__schema53": {
2138
+ "__schema79": {
1298
2139
  "default": true,
1299
2140
  "description": "Enable bootstrap prompt injection into every conversation",
1300
2141
  "examples": [true, false],
1301
2142
  "allOf": [
1302
2143
  {
1303
- "$ref": "#/definitions/__schema54"
2144
+ "$ref": "#/definitions/__schema80"
1304
2145
  }
1305
2146
  ]
1306
2147
  },
1307
- "__schema54": {
2148
+ "__schema80": {
1308
2149
  "type": "boolean"
1309
2150
  },
1310
- "__schema55": {
2151
+ "__schema81": {
1311
2152
  "description": "Path to a custom bootstrap prompt file",
1312
2153
  "examples": ["~/.config/opencode/bootstrap.md"],
1313
2154
  "allOf": [
1314
2155
  {
1315
- "$ref": "#/definitions/__schema56"
2156
+ "$ref": "#/definitions/__schema82"
1316
2157
  }
1317
2158
  ]
1318
2159
  },
1319
- "__schema56": {
2160
+ "__schema82": {
1320
2161
  "type": "string"
1321
2162
  },
1322
- "__schema57": {
2163
+ "__schema83": {
1323
2164
  "default": {
1324
2165
  "mode": "observe",
1325
2166
  "debug": false
@@ -1333,11 +2174,11 @@
1333
2174
  ],
1334
2175
  "allOf": [
1335
2176
  {
1336
- "$ref": "#/definitions/__schema58"
2177
+ "$ref": "#/definitions/__schema84"
1337
2178
  }
1338
2179
  ]
1339
2180
  },
1340
- "__schema58": {
2181
+ "__schema84": {
1341
2182
  "type": "object",
1342
2183
  "properties": {
1343
2184
  "mode": {
@@ -1346,7 +2187,7 @@
1346
2187
  "examples": ["observe", "protected", "disabled"],
1347
2188
  "allOf": [
1348
2189
  {
1349
- "$ref": "#/definitions/__schema59"
2190
+ "$ref": "#/definitions/__schema85"
1350
2191
  }
1351
2192
  ]
1352
2193
  },
@@ -1356,21 +2197,21 @@
1356
2197
  "examples": [false, true],
1357
2198
  "allOf": [
1358
2199
  {
1359
- "$ref": "#/definitions/__schema60"
2200
+ "$ref": "#/definitions/__schema86"
1360
2201
  }
1361
2202
  ]
1362
2203
  }
1363
2204
  },
1364
2205
  "additionalProperties": false
1365
2206
  },
1366
- "__schema59": {
2207
+ "__schema85": {
1367
2208
  "type": "string",
1368
2209
  "enum": ["observe", "protected", "disabled"]
1369
2210
  },
1370
- "__schema60": {
2211
+ "__schema86": {
1371
2212
  "type": "boolean"
1372
2213
  },
1373
- "__schema61": {
2214
+ "__schema87": {
1374
2215
  "default": {
1375
2216
  "categories": {},
1376
2217
  "agents": {}
@@ -1392,11 +2233,11 @@
1392
2233
  ],
1393
2234
  "allOf": [
1394
2235
  {
1395
- "$ref": "#/definitions/__schema62"
2236
+ "$ref": "#/definitions/__schema88"
1396
2237
  }
1397
2238
  ]
1398
2239
  },
1399
- "__schema62": {
2240
+ "__schema88": {
1400
2241
  "type": "object",
1401
2242
  "properties": {
1402
2243
  "categories": {
@@ -1412,7 +2253,7 @@
1412
2253
  ],
1413
2254
  "allOf": [
1414
2255
  {
1415
- "$ref": "#/definitions/__schema63"
2256
+ "$ref": "#/definitions/__schema89"
1416
2257
  }
1417
2258
  ]
1418
2259
  },
@@ -1429,14 +2270,14 @@
1429
2270
  ],
1430
2271
  "allOf": [
1431
2272
  {
1432
- "$ref": "#/definitions/__schema71"
2273
+ "$ref": "#/definitions/__schema97"
1433
2274
  }
1434
2275
  ]
1435
2276
  }
1436
2277
  },
1437
2278
  "additionalProperties": false
1438
2279
  },
1439
- "__schema63": {
2280
+ "__schema89": {
1440
2281
  "type": "object",
1441
2282
  "propertyNames": {
1442
2283
  "type": "string"
@@ -1450,19 +2291,20 @@
1450
2291
  ],
1451
2292
  "allOf": [
1452
2293
  {
1453
- "$ref": "#/definitions/__schema70"
2294
+ "$ref": "#/definitions/__schema96"
1454
2295
  }
1455
2296
  ]
1456
2297
  }
1457
2298
  },
1458
- "__schema64": {
1459
- "type": "string",
1460
- "enum": ["off", "minimal", "low", "medium", "high", "xhigh", "max"],
1461
- "description": "pi-subagents reasoning effort level for exported persona frontmatter",
1462
- "examples": ["off", "medium", "high"],
1463
- "trust": "project-or-higher"
2299
+ "__schema90": {
2300
+ "trust": "project-or-higher",
2301
+ "allOf": [
2302
+ {
2303
+ "$ref": "#/definitions/__schema40"
2304
+ }
2305
+ ]
1464
2306
  },
1465
- "__schema65": {
2307
+ "__schema91": {
1466
2308
  "type": "integer",
1467
2309
  "minimum": 0,
1468
2310
  "maximum": 9007199254740991,
@@ -1470,48 +2312,48 @@
1470
2312
  "examples": [0, 10, 25],
1471
2313
  "trust": "any"
1472
2314
  },
1473
- "__schema66": {
2315
+ "__schema92": {
1474
2316
  "type": "string",
1475
2317
  "minLength": 1,
1476
2318
  "description": "pi-subagents comma-selector tool string (built-ins, */all/none, or extension selectors)",
1477
2319
  "examples": ["*", "read,grep,glob", "none"],
1478
2320
  "trust": "project-or-higher"
1479
2321
  },
1480
- "__schema67": {
2322
+ "__schema93": {
1481
2323
  "anyOf": [
1482
2324
  {
1483
- "$ref": "#/definitions/__schema68"
2325
+ "$ref": "#/definitions/__schema94"
1484
2326
  },
1485
2327
  {
1486
- "$ref": "#/definitions/__schema69"
2328
+ "$ref": "#/definitions/__schema95"
1487
2329
  }
1488
2330
  ],
1489
2331
  "description": "pi-subagents skills selector: true (all) or a comma-separated list of skill names",
1490
2332
  "examples": [true, "ce:plan,ce:review"],
1491
2333
  "trust": "project-or-higher"
1492
2334
  },
1493
- "__schema68": {
2335
+ "__schema94": {
1494
2336
  "type": "boolean",
1495
2337
  "const": true
1496
2338
  },
1497
- "__schema69": {
2339
+ "__schema95": {
1498
2340
  "type": "string",
1499
2341
  "minLength": 1
1500
2342
  },
1501
- "__schema70": {
2343
+ "__schema96": {
1502
2344
  "type": "object",
1503
2345
  "properties": {
1504
2346
  "thinking": {
1505
- "$ref": "#/definitions/__schema64"
2347
+ "$ref": "#/definitions/__schema90"
1506
2348
  },
1507
2349
  "max_turns": {
1508
- "$ref": "#/definitions/__schema65"
2350
+ "$ref": "#/definitions/__schema91"
1509
2351
  },
1510
2352
  "tools": {
1511
- "$ref": "#/definitions/__schema66"
2353
+ "$ref": "#/definitions/__schema92"
1512
2354
  },
1513
2355
  "skills": {
1514
- "$ref": "#/definitions/__schema67"
2356
+ "$ref": "#/definitions/__schema93"
1515
2357
  }
1516
2358
  },
1517
2359
  "additionalProperties": false,
@@ -1523,26 +2365,26 @@
1523
2365
  }
1524
2366
  ]
1525
2367
  },
1526
- "__schema71": {
2368
+ "__schema97": {
1527
2369
  "type": "object",
1528
2370
  "propertyNames": {
1529
2371
  "type": "string"
1530
2372
  },
1531
2373
  "additionalProperties": {
1532
- "$ref": "#/definitions/__schema70"
2374
+ "$ref": "#/definitions/__schema96"
1533
2375
  }
1534
2376
  },
1535
- "__schema72": {
2377
+ "__schema98": {
1536
2378
  "default": true,
1537
2379
  "description": "Register skills discovered from user/project skill directories (OpenCode config and other agent-harness-standard locations) as slash commands. Default true.",
1538
2380
  "examples": [true, false],
1539
2381
  "allOf": [
1540
2382
  {
1541
- "$ref": "#/definitions/__schema73"
2383
+ "$ref": "#/definitions/__schema99"
1542
2384
  }
1543
2385
  ]
1544
2386
  },
1545
- "__schema73": {
2387
+ "__schema99": {
1546
2388
  "type": "boolean"
1547
2389
  }
1548
2390
  }