byterover-cli 3.8.2 → 3.9.0
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.
- package/README.md +8 -34
- package/dist/agent/infra/llm/providers/google.js +1 -1
- package/dist/oclif/commands/login.d.ts +15 -2
- package/dist/oclif/commands/login.js +106 -29
- package/dist/oclif/commands/providers/list.js +3 -0
- package/dist/oclif/commands/vc/diff.d.ts +12 -0
- package/dist/oclif/commands/vc/diff.js +40 -0
- package/dist/oclif/commands/vc/remote/remove.d.ts +9 -0
- package/dist/oclif/commands/vc/remote/remove.js +23 -0
- package/dist/server/core/domain/entities/brv-config.d.ts +4 -0
- package/dist/server/core/domain/entities/brv-config.js +12 -0
- package/dist/server/core/domain/entities/provider-registry.js +3 -3
- package/dist/server/core/interfaces/services/i-git-service.d.ts +55 -4
- package/dist/server/infra/context-tree/summary-frontmatter.js +2 -2
- package/dist/server/infra/dream/operations/consolidate.js +5 -4
- package/dist/server/infra/dream/operations/synthesize.js +1 -1
- package/dist/server/infra/git/isomorphic-git-service.d.ts +24 -1
- package/dist/server/infra/git/isomorphic-git-service.js +207 -7
- package/dist/server/infra/transport/handlers/config-handler.js +1 -0
- package/dist/server/infra/transport/handlers/locations-handler.d.ts +1 -0
- package/dist/server/infra/transport/handlers/locations-handler.js +25 -1
- package/dist/server/infra/transport/handlers/reveal-command.d.ts +9 -0
- package/dist/server/infra/transport/handlers/reveal-command.js +7 -0
- package/dist/server/infra/transport/handlers/vc-handler.d.ts +11 -0
- package/dist/server/infra/transport/handlers/vc-handler.js +143 -9
- package/dist/server/infra/webui/webui-middleware.js +10 -4
- package/dist/shared/transport/events/config-events.d.ts +1 -0
- package/dist/shared/transport/events/index.d.ts +1 -0
- package/dist/shared/transport/events/locations-events.d.ts +7 -0
- package/dist/shared/transport/events/locations-events.js +1 -0
- package/dist/shared/transport/events/vc-events.d.ts +56 -5
- package/dist/shared/transport/events/vc-events.js +7 -0
- package/dist/tui/features/commands/definitions/vc-diff.d.ts +2 -0
- package/dist/tui/features/commands/definitions/vc-diff.js +23 -0
- package/dist/tui/features/commands/definitions/vc-remote.js +16 -7
- package/dist/tui/features/commands/definitions/vc.js +2 -0
- package/dist/tui/features/vc/diff/api/execute-vc-diff.d.ts +8 -0
- package/dist/tui/features/vc/diff/api/execute-vc-diff.js +13 -0
- package/dist/tui/features/vc/diff/components/vc-diff-flow.d.ts +8 -0
- package/dist/tui/features/vc/diff/components/vc-diff-flow.js +31 -0
- package/dist/tui/features/vc/diff/utils/format-diff.d.ts +2 -0
- package/dist/tui/features/vc/diff/utils/format-diff.js +83 -0
- package/dist/tui/features/vc/diff/utils/parse-mode.d.ts +2 -0
- package/dist/tui/features/vc/diff/utils/parse-mode.js +16 -0
- package/dist/tui/features/vc/remote/components/vc-remote-flow.js +23 -8
- package/dist/webui/assets/index-CvcqpMYn.css +1 -0
- package/dist/webui/assets/index-thSZZahh.js +130 -0
- package/dist/webui/index.html +3 -3
- package/dist/webui/sw.js +1 -1
- package/oclif.manifest.json +1009 -933
- package/package.json +3 -1
- package/dist/webui/assets/index-Cti7S_1o.js +0 -130
- package/dist/webui/assets/index-Dpw6osIL.css +0 -1
package/oclif.manifest.json
CHANGED
|
@@ -233,17 +233,20 @@
|
|
|
233
233
|
"args": {},
|
|
234
234
|
"description": "Authenticate with ByteRover for cloud sync features (optional for local usage)",
|
|
235
235
|
"examples": [
|
|
236
|
+
"# Browser OAuth (default)",
|
|
237
|
+
"<%= config.bin %> <%= command.id %>",
|
|
238
|
+
"",
|
|
239
|
+
"# API key (for CI / headless environments)",
|
|
236
240
|
"<%= config.bin %> <%= command.id %> --api-key <key>",
|
|
237
241
|
"",
|
|
238
242
|
"# JSON output (for automation)",
|
|
239
|
-
"<%= config.bin %> <%= command.id %> --
|
|
243
|
+
"<%= config.bin %> <%= command.id %> --format json"
|
|
240
244
|
],
|
|
241
245
|
"flags": {
|
|
242
246
|
"api-key": {
|
|
243
247
|
"char": "k",
|
|
244
|
-
"description": "API key for
|
|
248
|
+
"description": "API key for headless/CI login (get yours at https://app.byterover.dev/settings/keys). Omit to use the browser OAuth flow.",
|
|
245
249
|
"name": "api-key",
|
|
246
|
-
"required": true,
|
|
247
250
|
"hasDynamicHelp": false,
|
|
248
251
|
"multiple": false,
|
|
249
252
|
"type": "option"
|
|
@@ -1190,49 +1193,15 @@
|
|
|
1190
1193
|
"list.js"
|
|
1191
1194
|
]
|
|
1192
1195
|
},
|
|
1193
|
-
"
|
|
1196
|
+
"model": {
|
|
1194
1197
|
"aliases": [],
|
|
1195
|
-
"args": {
|
|
1196
|
-
|
|
1197
|
-
"description": "Provider ID to connect (e.g., anthropic, openai, openrouter). Omit for interactive selection.",
|
|
1198
|
-
"name": "provider",
|
|
1199
|
-
"required": false
|
|
1200
|
-
}
|
|
1201
|
-
},
|
|
1202
|
-
"description": "Connect or switch to an LLM provider",
|
|
1198
|
+
"args": {},
|
|
1199
|
+
"description": "Show the active model",
|
|
1203
1200
|
"examples": [
|
|
1204
|
-
"<%= config.bin %>
|
|
1205
|
-
"<%= config.bin %>
|
|
1206
|
-
"<%= config.bin %> providers connect openai --oauth",
|
|
1207
|
-
"<%= config.bin %> providers connect byterover",
|
|
1208
|
-
"<%= config.bin %> providers connect openai-compatible --base-url http://localhost:11434/v1 --api-key sk-xxx"
|
|
1201
|
+
"<%= config.bin %> model",
|
|
1202
|
+
"<%= config.bin %> model --format json"
|
|
1209
1203
|
],
|
|
1210
1204
|
"flags": {
|
|
1211
|
-
"api-key": {
|
|
1212
|
-
"char": "k",
|
|
1213
|
-
"description": "API key for the provider",
|
|
1214
|
-
"name": "api-key",
|
|
1215
|
-
"hasDynamicHelp": false,
|
|
1216
|
-
"multiple": false,
|
|
1217
|
-
"type": "option"
|
|
1218
|
-
},
|
|
1219
|
-
"base-url": {
|
|
1220
|
-
"char": "b",
|
|
1221
|
-
"description": "Base URL for OpenAI-compatible providers (e.g., http://localhost:11434/v1)",
|
|
1222
|
-
"name": "base-url",
|
|
1223
|
-
"hasDynamicHelp": false,
|
|
1224
|
-
"multiple": false,
|
|
1225
|
-
"type": "option"
|
|
1226
|
-
},
|
|
1227
|
-
"code": {
|
|
1228
|
-
"char": "c",
|
|
1229
|
-
"description": "Authorization code for code-paste OAuth providers (e.g., Anthropic). Not applicable to browser-callback providers like OpenAI — use --oauth without --code instead.",
|
|
1230
|
-
"hidden": true,
|
|
1231
|
-
"name": "code",
|
|
1232
|
-
"hasDynamicHelp": false,
|
|
1233
|
-
"multiple": false,
|
|
1234
|
-
"type": "option"
|
|
1235
|
-
},
|
|
1236
1205
|
"format": {
|
|
1237
1206
|
"description": "Output format (text or json)",
|
|
1238
1207
|
"name": "format",
|
|
@@ -1244,25 +1213,11 @@
|
|
|
1244
1213
|
"json"
|
|
1245
1214
|
],
|
|
1246
1215
|
"type": "option"
|
|
1247
|
-
},
|
|
1248
|
-
"model": {
|
|
1249
|
-
"char": "m",
|
|
1250
|
-
"description": "Model to set as active after connecting",
|
|
1251
|
-
"name": "model",
|
|
1252
|
-
"hasDynamicHelp": false,
|
|
1253
|
-
"multiple": false,
|
|
1254
|
-
"type": "option"
|
|
1255
|
-
},
|
|
1256
|
-
"oauth": {
|
|
1257
|
-
"description": "Connect via OAuth (browser-based)",
|
|
1258
|
-
"name": "oauth",
|
|
1259
|
-
"allowNo": false,
|
|
1260
|
-
"type": "boolean"
|
|
1261
1216
|
}
|
|
1262
1217
|
},
|
|
1263
1218
|
"hasDynamicHelp": false,
|
|
1264
1219
|
"hiddenAliases": [],
|
|
1265
|
-
"id": "
|
|
1220
|
+
"id": "model",
|
|
1266
1221
|
"pluginAlias": "byterover-cli",
|
|
1267
1222
|
"pluginName": "byterover-cli",
|
|
1268
1223
|
"pluginType": "core",
|
|
@@ -1273,23 +1228,17 @@
|
|
|
1273
1228
|
"dist",
|
|
1274
1229
|
"oclif",
|
|
1275
1230
|
"commands",
|
|
1276
|
-
"
|
|
1277
|
-
"
|
|
1231
|
+
"model",
|
|
1232
|
+
"index.js"
|
|
1278
1233
|
]
|
|
1279
1234
|
},
|
|
1280
|
-
"
|
|
1235
|
+
"model:list": {
|
|
1281
1236
|
"aliases": [],
|
|
1282
|
-
"args": {
|
|
1283
|
-
|
|
1284
|
-
"description": "Provider ID to disconnect",
|
|
1285
|
-
"name": "provider",
|
|
1286
|
-
"required": true
|
|
1287
|
-
}
|
|
1288
|
-
},
|
|
1289
|
-
"description": "Disconnect an LLM provider",
|
|
1237
|
+
"args": {},
|
|
1238
|
+
"description": "List available models from all connected providers",
|
|
1290
1239
|
"examples": [
|
|
1291
|
-
"<%= config.bin %>
|
|
1292
|
-
"<%= config.bin %>
|
|
1240
|
+
"<%= config.bin %> model list",
|
|
1241
|
+
"<%= config.bin %> model list --format json"
|
|
1293
1242
|
],
|
|
1294
1243
|
"flags": {
|
|
1295
1244
|
"format": {
|
|
@@ -1303,11 +1252,19 @@
|
|
|
1303
1252
|
"json"
|
|
1304
1253
|
],
|
|
1305
1254
|
"type": "option"
|
|
1255
|
+
},
|
|
1256
|
+
"provider": {
|
|
1257
|
+
"char": "p",
|
|
1258
|
+
"description": "Only list models for a specific provider",
|
|
1259
|
+
"name": "provider",
|
|
1260
|
+
"hasDynamicHelp": false,
|
|
1261
|
+
"multiple": false,
|
|
1262
|
+
"type": "option"
|
|
1306
1263
|
}
|
|
1307
1264
|
},
|
|
1308
1265
|
"hasDynamicHelp": false,
|
|
1309
1266
|
"hiddenAliases": [],
|
|
1310
|
-
"id": "
|
|
1267
|
+
"id": "model:list",
|
|
1311
1268
|
"pluginAlias": "byterover-cli",
|
|
1312
1269
|
"pluginName": "byterover-cli",
|
|
1313
1270
|
"pluginType": "core",
|
|
@@ -1318,17 +1275,24 @@
|
|
|
1318
1275
|
"dist",
|
|
1319
1276
|
"oclif",
|
|
1320
1277
|
"commands",
|
|
1321
|
-
"
|
|
1322
|
-
"
|
|
1278
|
+
"model",
|
|
1279
|
+
"list.js"
|
|
1323
1280
|
]
|
|
1324
1281
|
},
|
|
1325
|
-
"
|
|
1282
|
+
"model:switch": {
|
|
1326
1283
|
"aliases": [],
|
|
1327
|
-
"args": {
|
|
1328
|
-
|
|
1284
|
+
"args": {
|
|
1285
|
+
"model": {
|
|
1286
|
+
"description": "Model ID to switch to (e.g., claude-sonnet-4-5, gpt-4.1)",
|
|
1287
|
+
"name": "model",
|
|
1288
|
+
"required": true
|
|
1289
|
+
}
|
|
1290
|
+
},
|
|
1291
|
+
"description": "Switch the active model",
|
|
1329
1292
|
"examples": [
|
|
1330
|
-
"<%= config.bin %>
|
|
1331
|
-
"<%= config.bin %>
|
|
1293
|
+
"<%= config.bin %> model switch claude-sonnet-4-5",
|
|
1294
|
+
"<%= config.bin %> model switch gpt-4.1 --provider openai",
|
|
1295
|
+
"<%= config.bin %> model switch claude-sonnet-4-5 --format json"
|
|
1332
1296
|
],
|
|
1333
1297
|
"flags": {
|
|
1334
1298
|
"format": {
|
|
@@ -1342,11 +1306,19 @@
|
|
|
1342
1306
|
"json"
|
|
1343
1307
|
],
|
|
1344
1308
|
"type": "option"
|
|
1309
|
+
},
|
|
1310
|
+
"provider": {
|
|
1311
|
+
"char": "p",
|
|
1312
|
+
"description": "Provider ID (defaults to active provider)",
|
|
1313
|
+
"name": "provider",
|
|
1314
|
+
"hasDynamicHelp": false,
|
|
1315
|
+
"multiple": false,
|
|
1316
|
+
"type": "option"
|
|
1345
1317
|
}
|
|
1346
1318
|
},
|
|
1347
1319
|
"hasDynamicHelp": false,
|
|
1348
1320
|
"hiddenAliases": [],
|
|
1349
|
-
"id": "
|
|
1321
|
+
"id": "model:switch",
|
|
1350
1322
|
"pluginAlias": "byterover-cli",
|
|
1351
1323
|
"pluginName": "byterover-cli",
|
|
1352
1324
|
"pluginType": "core",
|
|
@@ -1357,19 +1329,39 @@
|
|
|
1357
1329
|
"dist",
|
|
1358
1330
|
"oclif",
|
|
1359
1331
|
"commands",
|
|
1360
|
-
"
|
|
1361
|
-
"
|
|
1332
|
+
"model",
|
|
1333
|
+
"switch.js"
|
|
1362
1334
|
]
|
|
1363
1335
|
},
|
|
1364
|
-
"
|
|
1336
|
+
"review:approve": {
|
|
1365
1337
|
"aliases": [],
|
|
1366
|
-
"args": {
|
|
1367
|
-
|
|
1338
|
+
"args": {
|
|
1339
|
+
"taskId": {
|
|
1340
|
+
"description": "Task ID shown in the curate output (e.g. \"brv review approve abc-123\")",
|
|
1341
|
+
"name": "taskId",
|
|
1342
|
+
"required": true
|
|
1343
|
+
}
|
|
1344
|
+
},
|
|
1345
|
+
"description": "Approve pending review operations for a curate task",
|
|
1368
1346
|
"examples": [
|
|
1369
|
-
"
|
|
1370
|
-
"<%= config.bin %>
|
|
1347
|
+
"# Approve all pending changes from a curate task",
|
|
1348
|
+
"<%= config.bin %> review approve abc-123",
|
|
1349
|
+
"",
|
|
1350
|
+
"# Approve specific files",
|
|
1351
|
+
"<%= config.bin %> review approve abc-123 --file architecture/security/audit.md",
|
|
1352
|
+
"<%= config.bin %> review approve abc-123 --file auth/jwt.md --file auth/oauth.md",
|
|
1353
|
+
"",
|
|
1354
|
+
"# Approve and get structured output (useful for coding agents)",
|
|
1355
|
+
"<%= config.bin %> review approve abc-123 --format json"
|
|
1371
1356
|
],
|
|
1372
1357
|
"flags": {
|
|
1358
|
+
"file": {
|
|
1359
|
+
"description": "Approve only the specified file path(s) (relative to context tree)",
|
|
1360
|
+
"name": "file",
|
|
1361
|
+
"hasDynamicHelp": false,
|
|
1362
|
+
"multiple": true,
|
|
1363
|
+
"type": "option"
|
|
1364
|
+
},
|
|
1373
1365
|
"format": {
|
|
1374
1366
|
"description": "Output format (text or json)",
|
|
1375
1367
|
"name": "format",
|
|
@@ -1385,7 +1377,7 @@
|
|
|
1385
1377
|
},
|
|
1386
1378
|
"hasDynamicHelp": false,
|
|
1387
1379
|
"hiddenAliases": [],
|
|
1388
|
-
"id": "
|
|
1380
|
+
"id": "review:approve",
|
|
1389
1381
|
"pluginAlias": "byterover-cli",
|
|
1390
1382
|
"pluginName": "byterover-cli",
|
|
1391
1383
|
"pluginType": "core",
|
|
@@ -1396,25 +1388,25 @@
|
|
|
1396
1388
|
"dist",
|
|
1397
1389
|
"oclif",
|
|
1398
1390
|
"commands",
|
|
1399
|
-
"
|
|
1400
|
-
"
|
|
1391
|
+
"review",
|
|
1392
|
+
"approve.js"
|
|
1401
1393
|
]
|
|
1402
1394
|
},
|
|
1403
|
-
"
|
|
1395
|
+
"review:base-review-decision": {
|
|
1404
1396
|
"aliases": [],
|
|
1405
1397
|
"args": {
|
|
1406
|
-
"
|
|
1407
|
-
"
|
|
1408
|
-
"name": "provider",
|
|
1398
|
+
"taskId": {
|
|
1399
|
+
"name": "taskId",
|
|
1409
1400
|
"required": true
|
|
1410
1401
|
}
|
|
1411
1402
|
},
|
|
1412
|
-
"description": "Switch the active provider",
|
|
1413
|
-
"examples": [
|
|
1414
|
-
"<%= config.bin %> providers switch anthropic",
|
|
1415
|
-
"<%= config.bin %> providers switch openai --format json"
|
|
1416
|
-
],
|
|
1417
1403
|
"flags": {
|
|
1404
|
+
"file": {
|
|
1405
|
+
"name": "file",
|
|
1406
|
+
"hasDynamicHelp": false,
|
|
1407
|
+
"multiple": true,
|
|
1408
|
+
"type": "option"
|
|
1409
|
+
},
|
|
1418
1410
|
"format": {
|
|
1419
1411
|
"description": "Output format (text or json)",
|
|
1420
1412
|
"name": "format",
|
|
@@ -1430,7 +1422,7 @@
|
|
|
1430
1422
|
},
|
|
1431
1423
|
"hasDynamicHelp": false,
|
|
1432
1424
|
"hiddenAliases": [],
|
|
1433
|
-
"id": "
|
|
1425
|
+
"id": "review:base-review-decision",
|
|
1434
1426
|
"pluginAlias": "byterover-cli",
|
|
1435
1427
|
"pluginName": "byterover-cli",
|
|
1436
1428
|
"pluginType": "core",
|
|
@@ -1441,62 +1433,38 @@
|
|
|
1441
1433
|
"dist",
|
|
1442
1434
|
"oclif",
|
|
1443
1435
|
"commands",
|
|
1444
|
-
"
|
|
1445
|
-
"
|
|
1436
|
+
"review",
|
|
1437
|
+
"base-review-decision.js"
|
|
1446
1438
|
]
|
|
1447
1439
|
},
|
|
1448
|
-
"
|
|
1440
|
+
"review:pending": {
|
|
1449
1441
|
"aliases": [],
|
|
1450
1442
|
"args": {},
|
|
1451
|
-
"description": "
|
|
1443
|
+
"description": "List all pending review operations for the current project",
|
|
1452
1444
|
"examples": [
|
|
1453
|
-
"
|
|
1454
|
-
"<%= config.bin %>
|
|
1455
|
-
"
|
|
1456
|
-
"
|
|
1457
|
-
"<%= config.bin %>
|
|
1458
|
-
"<%= config.bin %> <%= command.id %> --format narrative",
|
|
1459
|
-
"<%= config.bin %> <%= command.id %> --since 2026-04-01 --before 2026-04-03"
|
|
1445
|
+
"# Show all pending reviews",
|
|
1446
|
+
"<%= config.bin %> review pending",
|
|
1447
|
+
"",
|
|
1448
|
+
"# Get structured output for agent-driven workflows",
|
|
1449
|
+
"<%= config.bin %> review pending --format json"
|
|
1460
1450
|
],
|
|
1461
1451
|
"flags": {
|
|
1462
|
-
"before": {
|
|
1463
|
-
"description": "Entries before (ISO date or relative: 1h, 24h, 7d, 2w)",
|
|
1464
|
-
"name": "before",
|
|
1465
|
-
"hasDynamicHelp": false,
|
|
1466
|
-
"multiple": false,
|
|
1467
|
-
"type": "option"
|
|
1468
|
-
},
|
|
1469
1452
|
"format": {
|
|
1470
|
-
"description": "Output format",
|
|
1453
|
+
"description": "Output format (text or json)",
|
|
1471
1454
|
"name": "format",
|
|
1472
1455
|
"default": "text",
|
|
1473
1456
|
"hasDynamicHelp": false,
|
|
1474
1457
|
"multiple": false,
|
|
1475
1458
|
"options": [
|
|
1476
1459
|
"text",
|
|
1477
|
-
"json"
|
|
1478
|
-
"narrative"
|
|
1460
|
+
"json"
|
|
1479
1461
|
],
|
|
1480
1462
|
"type": "option"
|
|
1481
|
-
},
|
|
1482
|
-
"last": {
|
|
1483
|
-
"description": "Relative time window (e.g., 1h, 24h, 7d, 30d). Default: 24h. Takes precedence over --since.",
|
|
1484
|
-
"name": "last",
|
|
1485
|
-
"hasDynamicHelp": false,
|
|
1486
|
-
"multiple": false,
|
|
1487
|
-
"type": "option"
|
|
1488
|
-
},
|
|
1489
|
-
"since": {
|
|
1490
|
-
"description": "Entries after (ISO date or relative: 1h, 24h, 7d, 2w)",
|
|
1491
|
-
"name": "since",
|
|
1492
|
-
"hasDynamicHelp": false,
|
|
1493
|
-
"multiple": false,
|
|
1494
|
-
"type": "option"
|
|
1495
1463
|
}
|
|
1496
1464
|
},
|
|
1497
1465
|
"hasDynamicHelp": false,
|
|
1498
1466
|
"hiddenAliases": [],
|
|
1499
|
-
"id": "
|
|
1467
|
+
"id": "review:pending",
|
|
1500
1468
|
"pluginAlias": "byterover-cli",
|
|
1501
1469
|
"pluginName": "byterover-cli",
|
|
1502
1470
|
"pluginType": "core",
|
|
@@ -1507,49 +1475,41 @@
|
|
|
1507
1475
|
"dist",
|
|
1508
1476
|
"oclif",
|
|
1509
1477
|
"commands",
|
|
1510
|
-
"
|
|
1511
|
-
"
|
|
1478
|
+
"review",
|
|
1479
|
+
"pending.js"
|
|
1512
1480
|
]
|
|
1513
1481
|
},
|
|
1514
|
-
"
|
|
1482
|
+
"review:reject": {
|
|
1515
1483
|
"aliases": [],
|
|
1516
1484
|
"args": {
|
|
1517
|
-
"
|
|
1518
|
-
"description": "
|
|
1519
|
-
"name": "
|
|
1520
|
-
"required":
|
|
1485
|
+
"taskId": {
|
|
1486
|
+
"description": "Task ID shown in the curate output (e.g. \"brv review reject abc-123\")",
|
|
1487
|
+
"name": "taskId",
|
|
1488
|
+
"required": true
|
|
1521
1489
|
}
|
|
1522
1490
|
},
|
|
1523
|
-
"description": "
|
|
1491
|
+
"description": "Reject pending review operations for a curate task (restores files from backup)",
|
|
1524
1492
|
"examples": [
|
|
1525
|
-
"
|
|
1526
|
-
"<%= config.bin %>
|
|
1527
|
-
"
|
|
1528
|
-
"
|
|
1529
|
-
"<%= config.bin %>
|
|
1530
|
-
"<%= config.bin %>
|
|
1531
|
-
"
|
|
1532
|
-
"
|
|
1533
|
-
"<%= config.bin %>
|
|
1534
|
-
"<%= config.bin %> <%= command.id %> --detail",
|
|
1535
|
-
"<%= config.bin %> <%= command.id %> --format json"
|
|
1493
|
+
"# Reject all pending changes from a curate task",
|
|
1494
|
+
"<%= config.bin %> review reject abc-123",
|
|
1495
|
+
"",
|
|
1496
|
+
"# Reject specific files",
|
|
1497
|
+
"<%= config.bin %> review reject abc-123 --file architecture/security/audit.md",
|
|
1498
|
+
"<%= config.bin %> review reject abc-123 --file auth/jwt.md --file auth/oauth.md",
|
|
1499
|
+
"",
|
|
1500
|
+
"# Reject and get structured output (useful for coding agents)",
|
|
1501
|
+
"<%= config.bin %> review reject abc-123 --format json"
|
|
1536
1502
|
],
|
|
1537
1503
|
"flags": {
|
|
1538
|
-
"
|
|
1539
|
-
"description": "
|
|
1540
|
-
"name": "
|
|
1504
|
+
"file": {
|
|
1505
|
+
"description": "Reject only the specified file path(s) (relative to context tree)",
|
|
1506
|
+
"name": "file",
|
|
1541
1507
|
"hasDynamicHelp": false,
|
|
1542
|
-
"multiple":
|
|
1508
|
+
"multiple": true,
|
|
1543
1509
|
"type": "option"
|
|
1544
1510
|
},
|
|
1545
|
-
"detail": {
|
|
1546
|
-
"description": "Show matched docs for each entry",
|
|
1547
|
-
"name": "detail",
|
|
1548
|
-
"allowNo": false,
|
|
1549
|
-
"type": "boolean"
|
|
1550
|
-
},
|
|
1551
1511
|
"format": {
|
|
1552
|
-
"description": "Output format",
|
|
1512
|
+
"description": "Output format (text or json)",
|
|
1553
1513
|
"name": "format",
|
|
1554
1514
|
"default": "text",
|
|
1555
1515
|
"hasDynamicHelp": false,
|
|
@@ -1559,53 +1519,11 @@
|
|
|
1559
1519
|
"json"
|
|
1560
1520
|
],
|
|
1561
1521
|
"type": "option"
|
|
1562
|
-
},
|
|
1563
|
-
"limit": {
|
|
1564
|
-
"description": "Maximum number of log entries to display",
|
|
1565
|
-
"name": "limit",
|
|
1566
|
-
"default": 10,
|
|
1567
|
-
"hasDynamicHelp": false,
|
|
1568
|
-
"multiple": false,
|
|
1569
|
-
"type": "option"
|
|
1570
|
-
},
|
|
1571
|
-
"since": {
|
|
1572
|
-
"description": "Show entries started after this time (ISO date or relative: 30m, 1h, 24h, 7d, 2w)",
|
|
1573
|
-
"name": "since",
|
|
1574
|
-
"hasDynamicHelp": false,
|
|
1575
|
-
"multiple": false,
|
|
1576
|
-
"type": "option"
|
|
1577
|
-
},
|
|
1578
|
-
"status": {
|
|
1579
|
-
"description": "Filter by status (can be repeated). Options: cancelled, completed, error, processing",
|
|
1580
|
-
"name": "status",
|
|
1581
|
-
"hasDynamicHelp": false,
|
|
1582
|
-
"multiple": true,
|
|
1583
|
-
"options": [
|
|
1584
|
-
"cancelled",
|
|
1585
|
-
"completed",
|
|
1586
|
-
"error",
|
|
1587
|
-
"processing"
|
|
1588
|
-
],
|
|
1589
|
-
"type": "option"
|
|
1590
|
-
},
|
|
1591
|
-
"tier": {
|
|
1592
|
-
"description": "Filter by resolution tier (can be repeated). Options: 0, 1, 2, 3, 4",
|
|
1593
|
-
"name": "tier",
|
|
1594
|
-
"hasDynamicHelp": false,
|
|
1595
|
-
"multiple": true,
|
|
1596
|
-
"options": [
|
|
1597
|
-
"0",
|
|
1598
|
-
"1",
|
|
1599
|
-
"2",
|
|
1600
|
-
"3",
|
|
1601
|
-
"4"
|
|
1602
|
-
],
|
|
1603
|
-
"type": "option"
|
|
1604
1522
|
}
|
|
1605
1523
|
},
|
|
1606
1524
|
"hasDynamicHelp": false,
|
|
1607
1525
|
"hiddenAliases": [],
|
|
1608
|
-
"id": "
|
|
1526
|
+
"id": "review:reject",
|
|
1609
1527
|
"pluginAlias": "byterover-cli",
|
|
1610
1528
|
"pluginName": "byterover-cli",
|
|
1611
1529
|
"pluginType": "core",
|
|
@@ -1616,35 +1534,37 @@
|
|
|
1616
1534
|
"dist",
|
|
1617
1535
|
"oclif",
|
|
1618
1536
|
"commands",
|
|
1619
|
-
"
|
|
1620
|
-
"
|
|
1537
|
+
"review",
|
|
1538
|
+
"reject.js"
|
|
1621
1539
|
]
|
|
1622
1540
|
},
|
|
1623
|
-
"
|
|
1541
|
+
"source:add": {
|
|
1624
1542
|
"aliases": [],
|
|
1625
|
-
"args": {
|
|
1626
|
-
|
|
1543
|
+
"args": {
|
|
1544
|
+
"path": {
|
|
1545
|
+
"description": "Path to the target project containing .brv/",
|
|
1546
|
+
"name": "path",
|
|
1547
|
+
"required": true
|
|
1548
|
+
}
|
|
1549
|
+
},
|
|
1550
|
+
"description": "Add a read-only knowledge source from another project's context tree",
|
|
1627
1551
|
"examples": [
|
|
1628
|
-
"<%= config.bin %>
|
|
1629
|
-
"<%= config.bin %>
|
|
1552
|
+
"<%= config.bin %> <%= command.id %> /path/to/shared-lib",
|
|
1553
|
+
"<%= config.bin %> <%= command.id %> /path/to/shared-lib --alias shared"
|
|
1630
1554
|
],
|
|
1631
1555
|
"flags": {
|
|
1632
|
-
"
|
|
1633
|
-
"description": "
|
|
1634
|
-
"name": "
|
|
1635
|
-
"
|
|
1556
|
+
"alias": {
|
|
1557
|
+
"description": "Custom alias for the source (defaults to directory name)",
|
|
1558
|
+
"name": "alias",
|
|
1559
|
+
"required": false,
|
|
1636
1560
|
"hasDynamicHelp": false,
|
|
1637
1561
|
"multiple": false,
|
|
1638
|
-
"options": [
|
|
1639
|
-
"text",
|
|
1640
|
-
"json"
|
|
1641
|
-
],
|
|
1642
1562
|
"type": "option"
|
|
1643
1563
|
}
|
|
1644
1564
|
},
|
|
1645
1565
|
"hasDynamicHelp": false,
|
|
1646
1566
|
"hiddenAliases": [],
|
|
1647
|
-
"id": "
|
|
1567
|
+
"id": "source:add",
|
|
1648
1568
|
"pluginAlias": "byterover-cli",
|
|
1649
1569
|
"pluginName": "byterover-cli",
|
|
1650
1570
|
"pluginType": "core",
|
|
@@ -1655,43 +1575,46 @@
|
|
|
1655
1575
|
"dist",
|
|
1656
1576
|
"oclif",
|
|
1657
1577
|
"commands",
|
|
1658
|
-
"
|
|
1578
|
+
"source",
|
|
1579
|
+
"add.js"
|
|
1580
|
+
]
|
|
1581
|
+
},
|
|
1582
|
+
"source": {
|
|
1583
|
+
"aliases": [],
|
|
1584
|
+
"args": {},
|
|
1585
|
+
"description": "Manage knowledge sources (read-only references to other projects)",
|
|
1586
|
+
"examples": [
|
|
1587
|
+
"<%= config.bin %> <%= command.id %> --help"
|
|
1588
|
+
],
|
|
1589
|
+
"flags": {},
|
|
1590
|
+
"hasDynamicHelp": false,
|
|
1591
|
+
"hiddenAliases": [],
|
|
1592
|
+
"id": "source",
|
|
1593
|
+
"pluginAlias": "byterover-cli",
|
|
1594
|
+
"pluginName": "byterover-cli",
|
|
1595
|
+
"pluginType": "core",
|
|
1596
|
+
"strict": true,
|
|
1597
|
+
"enableJsonFlag": false,
|
|
1598
|
+
"isESM": true,
|
|
1599
|
+
"relativePath": [
|
|
1600
|
+
"dist",
|
|
1601
|
+
"oclif",
|
|
1602
|
+
"commands",
|
|
1603
|
+
"source",
|
|
1659
1604
|
"index.js"
|
|
1660
1605
|
]
|
|
1661
1606
|
},
|
|
1662
|
-
"
|
|
1607
|
+
"source:list": {
|
|
1663
1608
|
"aliases": [],
|
|
1664
1609
|
"args": {},
|
|
1665
|
-
"description": "List
|
|
1610
|
+
"description": "List all knowledge sources and their status",
|
|
1666
1611
|
"examples": [
|
|
1667
|
-
"<%= config.bin %>
|
|
1668
|
-
"<%= config.bin %> model list --format json"
|
|
1612
|
+
"<%= config.bin %> <%= command.id %>"
|
|
1669
1613
|
],
|
|
1670
|
-
"flags": {
|
|
1671
|
-
"format": {
|
|
1672
|
-
"description": "Output format (text or json)",
|
|
1673
|
-
"name": "format",
|
|
1674
|
-
"default": "text",
|
|
1675
|
-
"hasDynamicHelp": false,
|
|
1676
|
-
"multiple": false,
|
|
1677
|
-
"options": [
|
|
1678
|
-
"text",
|
|
1679
|
-
"json"
|
|
1680
|
-
],
|
|
1681
|
-
"type": "option"
|
|
1682
|
-
},
|
|
1683
|
-
"provider": {
|
|
1684
|
-
"char": "p",
|
|
1685
|
-
"description": "Only list models for a specific provider",
|
|
1686
|
-
"name": "provider",
|
|
1687
|
-
"hasDynamicHelp": false,
|
|
1688
|
-
"multiple": false,
|
|
1689
|
-
"type": "option"
|
|
1690
|
-
}
|
|
1691
|
-
},
|
|
1614
|
+
"flags": {},
|
|
1692
1615
|
"hasDynamicHelp": false,
|
|
1693
1616
|
"hiddenAliases": [],
|
|
1694
|
-
"id": "
|
|
1617
|
+
"id": "source:list",
|
|
1695
1618
|
"pluginAlias": "byterover-cli",
|
|
1696
1619
|
"pluginName": "byterover-cli",
|
|
1697
1620
|
"pluginType": "core",
|
|
@@ -1702,50 +1625,28 @@
|
|
|
1702
1625
|
"dist",
|
|
1703
1626
|
"oclif",
|
|
1704
1627
|
"commands",
|
|
1705
|
-
"
|
|
1628
|
+
"source",
|
|
1706
1629
|
"list.js"
|
|
1707
1630
|
]
|
|
1708
1631
|
},
|
|
1709
|
-
"
|
|
1632
|
+
"source:remove": {
|
|
1710
1633
|
"aliases": [],
|
|
1711
1634
|
"args": {
|
|
1712
|
-
"
|
|
1713
|
-
"description": "
|
|
1714
|
-
"name": "
|
|
1635
|
+
"aliasOrPath": {
|
|
1636
|
+
"description": "Alias or path of the knowledge source to remove",
|
|
1637
|
+
"name": "aliasOrPath",
|
|
1715
1638
|
"required": true
|
|
1716
1639
|
}
|
|
1717
1640
|
},
|
|
1718
|
-
"description": "
|
|
1641
|
+
"description": "Remove a knowledge source",
|
|
1719
1642
|
"examples": [
|
|
1720
|
-
"<%= config.bin %>
|
|
1721
|
-
"<%= config.bin %>
|
|
1722
|
-
"<%= config.bin %> model switch claude-sonnet-4-5 --format json"
|
|
1643
|
+
"<%= config.bin %> <%= command.id %> shared-lib",
|
|
1644
|
+
"<%= config.bin %> <%= command.id %> /path/to/shared-lib"
|
|
1723
1645
|
],
|
|
1724
|
-
"flags": {
|
|
1725
|
-
"format": {
|
|
1726
|
-
"description": "Output format (text or json)",
|
|
1727
|
-
"name": "format",
|
|
1728
|
-
"default": "text",
|
|
1729
|
-
"hasDynamicHelp": false,
|
|
1730
|
-
"multiple": false,
|
|
1731
|
-
"options": [
|
|
1732
|
-
"text",
|
|
1733
|
-
"json"
|
|
1734
|
-
],
|
|
1735
|
-
"type": "option"
|
|
1736
|
-
},
|
|
1737
|
-
"provider": {
|
|
1738
|
-
"char": "p",
|
|
1739
|
-
"description": "Provider ID (defaults to active provider)",
|
|
1740
|
-
"name": "provider",
|
|
1741
|
-
"hasDynamicHelp": false,
|
|
1742
|
-
"multiple": false,
|
|
1743
|
-
"type": "option"
|
|
1744
|
-
}
|
|
1745
|
-
},
|
|
1646
|
+
"flags": {},
|
|
1746
1647
|
"hasDynamicHelp": false,
|
|
1747
1648
|
"hiddenAliases": [],
|
|
1748
|
-
"id": "
|
|
1649
|
+
"id": "source:remove",
|
|
1749
1650
|
"pluginAlias": "byterover-cli",
|
|
1750
1651
|
"pluginName": "byterover-cli",
|
|
1751
1652
|
"pluginType": "core",
|
|
@@ -1756,41 +1657,21 @@
|
|
|
1756
1657
|
"dist",
|
|
1757
1658
|
"oclif",
|
|
1758
1659
|
"commands",
|
|
1759
|
-
"
|
|
1760
|
-
"
|
|
1660
|
+
"source",
|
|
1661
|
+
"remove.js"
|
|
1761
1662
|
]
|
|
1762
1663
|
},
|
|
1763
|
-
"
|
|
1664
|
+
"space:list": {
|
|
1764
1665
|
"aliases": [],
|
|
1765
|
-
"args": {
|
|
1766
|
-
|
|
1767
|
-
"description": "Task ID shown in the curate output (e.g. \"brv review approve abc-123\")",
|
|
1768
|
-
"name": "taskId",
|
|
1769
|
-
"required": true
|
|
1770
|
-
}
|
|
1771
|
-
},
|
|
1772
|
-
"description": "Approve pending review operations for a curate task",
|
|
1666
|
+
"args": {},
|
|
1667
|
+
"description": "List all teams and spaces (deprecated)",
|
|
1773
1668
|
"examples": [
|
|
1774
|
-
"
|
|
1775
|
-
"<%= config.bin %> review approve abc-123",
|
|
1776
|
-
"",
|
|
1777
|
-
"# Approve specific files",
|
|
1778
|
-
"<%= config.bin %> review approve abc-123 --file architecture/security/audit.md",
|
|
1779
|
-
"<%= config.bin %> review approve abc-123 --file auth/jwt.md --file auth/oauth.md",
|
|
1780
|
-
"",
|
|
1781
|
-
"# Approve and get structured output (useful for coding agents)",
|
|
1782
|
-
"<%= config.bin %> review approve abc-123 --format json"
|
|
1669
|
+
"<%= config.bin %> space list"
|
|
1783
1670
|
],
|
|
1784
1671
|
"flags": {
|
|
1785
|
-
"file": {
|
|
1786
|
-
"description": "Approve only the specified file path(s) (relative to context tree)",
|
|
1787
|
-
"name": "file",
|
|
1788
|
-
"hasDynamicHelp": false,
|
|
1789
|
-
"multiple": true,
|
|
1790
|
-
"type": "option"
|
|
1791
|
-
},
|
|
1792
1672
|
"format": {
|
|
1793
|
-
"
|
|
1673
|
+
"char": "f",
|
|
1674
|
+
"description": "Output format",
|
|
1794
1675
|
"name": "format",
|
|
1795
1676
|
"default": "text",
|
|
1796
1677
|
"hasDynamicHelp": false,
|
|
@@ -1804,7 +1685,7 @@
|
|
|
1804
1685
|
},
|
|
1805
1686
|
"hasDynamicHelp": false,
|
|
1806
1687
|
"hiddenAliases": [],
|
|
1807
|
-
"id": "
|
|
1688
|
+
"id": "space:list",
|
|
1808
1689
|
"pluginAlias": "byterover-cli",
|
|
1809
1690
|
"pluginName": "byterover-cli",
|
|
1810
1691
|
"pluginType": "core",
|
|
@@ -1815,27 +1696,21 @@
|
|
|
1815
1696
|
"dist",
|
|
1816
1697
|
"oclif",
|
|
1817
1698
|
"commands",
|
|
1818
|
-
"
|
|
1819
|
-
"
|
|
1699
|
+
"space",
|
|
1700
|
+
"list.js"
|
|
1820
1701
|
]
|
|
1821
1702
|
},
|
|
1822
|
-
"
|
|
1703
|
+
"space:switch": {
|
|
1823
1704
|
"aliases": [],
|
|
1824
|
-
"args": {
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
},
|
|
1705
|
+
"args": {},
|
|
1706
|
+
"description": "Switch to a different space (deprecated)",
|
|
1707
|
+
"examples": [
|
|
1708
|
+
"<%= config.bin %> space switch"
|
|
1709
|
+
],
|
|
1830
1710
|
"flags": {
|
|
1831
|
-
"file": {
|
|
1832
|
-
"name": "file",
|
|
1833
|
-
"hasDynamicHelp": false,
|
|
1834
|
-
"multiple": true,
|
|
1835
|
-
"type": "option"
|
|
1836
|
-
},
|
|
1837
1711
|
"format": {
|
|
1838
|
-
"
|
|
1712
|
+
"char": "f",
|
|
1713
|
+
"description": "Output format",
|
|
1839
1714
|
"name": "format",
|
|
1840
1715
|
"default": "text",
|
|
1841
1716
|
"hasDynamicHelp": false,
|
|
@@ -1849,7 +1724,7 @@
|
|
|
1849
1724
|
},
|
|
1850
1725
|
"hasDynamicHelp": false,
|
|
1851
1726
|
"hiddenAliases": [],
|
|
1852
|
-
"id": "
|
|
1727
|
+
"id": "space:switch",
|
|
1853
1728
|
"pluginAlias": "byterover-cli",
|
|
1854
1729
|
"pluginName": "byterover-cli",
|
|
1855
1730
|
"pluginType": "core",
|
|
@@ -1860,38 +1735,62 @@
|
|
|
1860
1735
|
"dist",
|
|
1861
1736
|
"oclif",
|
|
1862
1737
|
"commands",
|
|
1863
|
-
"
|
|
1864
|
-
"
|
|
1738
|
+
"space",
|
|
1739
|
+
"switch.js"
|
|
1865
1740
|
]
|
|
1866
1741
|
},
|
|
1867
|
-
"
|
|
1742
|
+
"query-log:summary": {
|
|
1868
1743
|
"aliases": [],
|
|
1869
1744
|
"args": {},
|
|
1870
|
-
"description": "
|
|
1745
|
+
"description": "View aggregated query recall metrics (coverage, cache hit rate, top topics)",
|
|
1871
1746
|
"examples": [
|
|
1872
|
-
"
|
|
1873
|
-
"<%= config.bin %>
|
|
1874
|
-
"",
|
|
1875
|
-
"
|
|
1876
|
-
"<%= config.bin %>
|
|
1747
|
+
"<%= config.bin %> <%= command.id %>",
|
|
1748
|
+
"<%= config.bin %> <%= command.id %> --last 24h",
|
|
1749
|
+
"<%= config.bin %> <%= command.id %> --last 7d",
|
|
1750
|
+
"<%= config.bin %> <%= command.id %> --last 30d",
|
|
1751
|
+
"<%= config.bin %> <%= command.id %> --format json",
|
|
1752
|
+
"<%= config.bin %> <%= command.id %> --format narrative",
|
|
1753
|
+
"<%= config.bin %> <%= command.id %> --since 2026-04-01 --before 2026-04-03"
|
|
1877
1754
|
],
|
|
1878
1755
|
"flags": {
|
|
1756
|
+
"before": {
|
|
1757
|
+
"description": "Entries before (ISO date or relative: 1h, 24h, 7d, 2w)",
|
|
1758
|
+
"name": "before",
|
|
1759
|
+
"hasDynamicHelp": false,
|
|
1760
|
+
"multiple": false,
|
|
1761
|
+
"type": "option"
|
|
1762
|
+
},
|
|
1879
1763
|
"format": {
|
|
1880
|
-
"description": "Output format
|
|
1764
|
+
"description": "Output format",
|
|
1881
1765
|
"name": "format",
|
|
1882
1766
|
"default": "text",
|
|
1883
1767
|
"hasDynamicHelp": false,
|
|
1884
1768
|
"multiple": false,
|
|
1885
1769
|
"options": [
|
|
1886
1770
|
"text",
|
|
1887
|
-
"json"
|
|
1771
|
+
"json",
|
|
1772
|
+
"narrative"
|
|
1888
1773
|
],
|
|
1889
1774
|
"type": "option"
|
|
1775
|
+
},
|
|
1776
|
+
"last": {
|
|
1777
|
+
"description": "Relative time window (e.g., 1h, 24h, 7d, 30d). Default: 24h. Takes precedence over --since.",
|
|
1778
|
+
"name": "last",
|
|
1779
|
+
"hasDynamicHelp": false,
|
|
1780
|
+
"multiple": false,
|
|
1781
|
+
"type": "option"
|
|
1782
|
+
},
|
|
1783
|
+
"since": {
|
|
1784
|
+
"description": "Entries after (ISO date or relative: 1h, 24h, 7d, 2w)",
|
|
1785
|
+
"name": "since",
|
|
1786
|
+
"hasDynamicHelp": false,
|
|
1787
|
+
"multiple": false,
|
|
1788
|
+
"type": "option"
|
|
1890
1789
|
}
|
|
1891
1790
|
},
|
|
1892
1791
|
"hasDynamicHelp": false,
|
|
1893
1792
|
"hiddenAliases": [],
|
|
1894
|
-
"id": "
|
|
1793
|
+
"id": "query-log:summary",
|
|
1895
1794
|
"pluginAlias": "byterover-cli",
|
|
1896
1795
|
"pluginName": "byterover-cli",
|
|
1897
1796
|
"pluginType": "core",
|
|
@@ -1902,41 +1801,49 @@
|
|
|
1902
1801
|
"dist",
|
|
1903
1802
|
"oclif",
|
|
1904
1803
|
"commands",
|
|
1905
|
-
"
|
|
1906
|
-
"
|
|
1804
|
+
"query-log",
|
|
1805
|
+
"summary.js"
|
|
1907
1806
|
]
|
|
1908
1807
|
},
|
|
1909
|
-
"
|
|
1808
|
+
"query-log:view": {
|
|
1910
1809
|
"aliases": [],
|
|
1911
1810
|
"args": {
|
|
1912
|
-
"
|
|
1913
|
-
"description": "
|
|
1914
|
-
"name": "
|
|
1915
|
-
"required":
|
|
1811
|
+
"id": {
|
|
1812
|
+
"description": "Query log entry ID to view in detail",
|
|
1813
|
+
"name": "id",
|
|
1814
|
+
"required": false
|
|
1916
1815
|
}
|
|
1917
1816
|
},
|
|
1918
|
-
"description": "
|
|
1817
|
+
"description": "View query log history",
|
|
1919
1818
|
"examples": [
|
|
1920
|
-
"
|
|
1921
|
-
"<%= config.bin %>
|
|
1922
|
-
"",
|
|
1923
|
-
"
|
|
1924
|
-
"<%= config.bin %>
|
|
1925
|
-
"<%= config.bin %>
|
|
1926
|
-
"",
|
|
1927
|
-
"
|
|
1928
|
-
"<%= config.bin %>
|
|
1819
|
+
"<%= config.bin %> <%= command.id %>",
|
|
1820
|
+
"<%= config.bin %> <%= command.id %> qry-1712345678901",
|
|
1821
|
+
"<%= config.bin %> <%= command.id %> --limit 20",
|
|
1822
|
+
"<%= config.bin %> <%= command.id %> --status completed",
|
|
1823
|
+
"<%= config.bin %> <%= command.id %> --status completed --status error",
|
|
1824
|
+
"<%= config.bin %> <%= command.id %> --tier 0 --tier 1",
|
|
1825
|
+
"<%= config.bin %> <%= command.id %> --since 1h",
|
|
1826
|
+
"<%= config.bin %> <%= command.id %> --since 2024-01-15",
|
|
1827
|
+
"<%= config.bin %> <%= command.id %> --before 2024-02-01",
|
|
1828
|
+
"<%= config.bin %> <%= command.id %> --detail",
|
|
1829
|
+
"<%= config.bin %> <%= command.id %> --format json"
|
|
1929
1830
|
],
|
|
1930
1831
|
"flags": {
|
|
1931
|
-
"
|
|
1932
|
-
"description": "
|
|
1933
|
-
"name": "
|
|
1832
|
+
"before": {
|
|
1833
|
+
"description": "Show entries started before this time (ISO date or relative: 30m, 1h, 24h, 7d, 2w)",
|
|
1834
|
+
"name": "before",
|
|
1934
1835
|
"hasDynamicHelp": false,
|
|
1935
|
-
"multiple":
|
|
1836
|
+
"multiple": false,
|
|
1936
1837
|
"type": "option"
|
|
1937
1838
|
},
|
|
1839
|
+
"detail": {
|
|
1840
|
+
"description": "Show matched docs for each entry",
|
|
1841
|
+
"name": "detail",
|
|
1842
|
+
"allowNo": false,
|
|
1843
|
+
"type": "boolean"
|
|
1844
|
+
},
|
|
1938
1845
|
"format": {
|
|
1939
|
-
"description": "Output format
|
|
1846
|
+
"description": "Output format",
|
|
1940
1847
|
"name": "format",
|
|
1941
1848
|
"default": "text",
|
|
1942
1849
|
"hasDynamicHelp": false,
|
|
@@ -1946,11 +1853,53 @@
|
|
|
1946
1853
|
"json"
|
|
1947
1854
|
],
|
|
1948
1855
|
"type": "option"
|
|
1856
|
+
},
|
|
1857
|
+
"limit": {
|
|
1858
|
+
"description": "Maximum number of log entries to display",
|
|
1859
|
+
"name": "limit",
|
|
1860
|
+
"default": 10,
|
|
1861
|
+
"hasDynamicHelp": false,
|
|
1862
|
+
"multiple": false,
|
|
1863
|
+
"type": "option"
|
|
1864
|
+
},
|
|
1865
|
+
"since": {
|
|
1866
|
+
"description": "Show entries started after this time (ISO date or relative: 30m, 1h, 24h, 7d, 2w)",
|
|
1867
|
+
"name": "since",
|
|
1868
|
+
"hasDynamicHelp": false,
|
|
1869
|
+
"multiple": false,
|
|
1870
|
+
"type": "option"
|
|
1871
|
+
},
|
|
1872
|
+
"status": {
|
|
1873
|
+
"description": "Filter by status (can be repeated). Options: cancelled, completed, error, processing",
|
|
1874
|
+
"name": "status",
|
|
1875
|
+
"hasDynamicHelp": false,
|
|
1876
|
+
"multiple": true,
|
|
1877
|
+
"options": [
|
|
1878
|
+
"cancelled",
|
|
1879
|
+
"completed",
|
|
1880
|
+
"error",
|
|
1881
|
+
"processing"
|
|
1882
|
+
],
|
|
1883
|
+
"type": "option"
|
|
1884
|
+
},
|
|
1885
|
+
"tier": {
|
|
1886
|
+
"description": "Filter by resolution tier (can be repeated). Options: 0, 1, 2, 3, 4",
|
|
1887
|
+
"name": "tier",
|
|
1888
|
+
"hasDynamicHelp": false,
|
|
1889
|
+
"multiple": true,
|
|
1890
|
+
"options": [
|
|
1891
|
+
"0",
|
|
1892
|
+
"1",
|
|
1893
|
+
"2",
|
|
1894
|
+
"3",
|
|
1895
|
+
"4"
|
|
1896
|
+
],
|
|
1897
|
+
"type": "option"
|
|
1949
1898
|
}
|
|
1950
1899
|
},
|
|
1951
1900
|
"hasDynamicHelp": false,
|
|
1952
1901
|
"hiddenAliases": [],
|
|
1953
|
-
"id": "
|
|
1902
|
+
"id": "query-log:view",
|
|
1954
1903
|
"pluginAlias": "byterover-cli",
|
|
1955
1904
|
"pluginName": "byterover-cli",
|
|
1956
1905
|
"pluginType": "core",
|
|
@@ -1961,37 +1910,83 @@
|
|
|
1961
1910
|
"dist",
|
|
1962
1911
|
"oclif",
|
|
1963
1912
|
"commands",
|
|
1964
|
-
"
|
|
1965
|
-
"
|
|
1913
|
+
"query-log",
|
|
1914
|
+
"view.js"
|
|
1966
1915
|
]
|
|
1967
1916
|
},
|
|
1968
|
-
"
|
|
1917
|
+
"providers:connect": {
|
|
1969
1918
|
"aliases": [],
|
|
1970
1919
|
"args": {
|
|
1971
|
-
"
|
|
1972
|
-
"description": "
|
|
1973
|
-
"name": "
|
|
1974
|
-
"required":
|
|
1920
|
+
"provider": {
|
|
1921
|
+
"description": "Provider ID to connect (e.g., anthropic, openai, openrouter). Omit for interactive selection.",
|
|
1922
|
+
"name": "provider",
|
|
1923
|
+
"required": false
|
|
1975
1924
|
}
|
|
1976
1925
|
},
|
|
1977
|
-
"description": "
|
|
1926
|
+
"description": "Connect or switch to an LLM provider",
|
|
1978
1927
|
"examples": [
|
|
1979
|
-
"<%= config.bin %>
|
|
1980
|
-
"<%= config.bin %>
|
|
1928
|
+
"<%= config.bin %> providers connect",
|
|
1929
|
+
"<%= config.bin %> providers connect anthropic --api-key sk-xxx",
|
|
1930
|
+
"<%= config.bin %> providers connect openai --oauth",
|
|
1931
|
+
"<%= config.bin %> providers connect byterover",
|
|
1932
|
+
"<%= config.bin %> providers connect openai-compatible --base-url http://localhost:11434/v1 --api-key sk-xxx"
|
|
1981
1933
|
],
|
|
1982
1934
|
"flags": {
|
|
1983
|
-
"
|
|
1984
|
-
"
|
|
1985
|
-
"
|
|
1986
|
-
"
|
|
1935
|
+
"api-key": {
|
|
1936
|
+
"char": "k",
|
|
1937
|
+
"description": "API key for the provider",
|
|
1938
|
+
"name": "api-key",
|
|
1939
|
+
"hasDynamicHelp": false,
|
|
1940
|
+
"multiple": false,
|
|
1941
|
+
"type": "option"
|
|
1942
|
+
},
|
|
1943
|
+
"base-url": {
|
|
1944
|
+
"char": "b",
|
|
1945
|
+
"description": "Base URL for OpenAI-compatible providers (e.g., http://localhost:11434/v1)",
|
|
1946
|
+
"name": "base-url",
|
|
1947
|
+
"hasDynamicHelp": false,
|
|
1948
|
+
"multiple": false,
|
|
1949
|
+
"type": "option"
|
|
1950
|
+
},
|
|
1951
|
+
"code": {
|
|
1952
|
+
"char": "c",
|
|
1953
|
+
"description": "Authorization code for code-paste OAuth providers (e.g., Anthropic). Not applicable to browser-callback providers like OpenAI — use --oauth without --code instead.",
|
|
1954
|
+
"hidden": true,
|
|
1955
|
+
"name": "code",
|
|
1956
|
+
"hasDynamicHelp": false,
|
|
1957
|
+
"multiple": false,
|
|
1958
|
+
"type": "option"
|
|
1959
|
+
},
|
|
1960
|
+
"format": {
|
|
1961
|
+
"description": "Output format (text or json)",
|
|
1962
|
+
"name": "format",
|
|
1963
|
+
"default": "text",
|
|
1964
|
+
"hasDynamicHelp": false,
|
|
1965
|
+
"multiple": false,
|
|
1966
|
+
"options": [
|
|
1967
|
+
"text",
|
|
1968
|
+
"json"
|
|
1969
|
+
],
|
|
1970
|
+
"type": "option"
|
|
1971
|
+
},
|
|
1972
|
+
"model": {
|
|
1973
|
+
"char": "m",
|
|
1974
|
+
"description": "Model to set as active after connecting",
|
|
1975
|
+
"name": "model",
|
|
1987
1976
|
"hasDynamicHelp": false,
|
|
1988
1977
|
"multiple": false,
|
|
1989
1978
|
"type": "option"
|
|
1979
|
+
},
|
|
1980
|
+
"oauth": {
|
|
1981
|
+
"description": "Connect via OAuth (browser-based)",
|
|
1982
|
+
"name": "oauth",
|
|
1983
|
+
"allowNo": false,
|
|
1984
|
+
"type": "boolean"
|
|
1990
1985
|
}
|
|
1991
1986
|
},
|
|
1992
1987
|
"hasDynamicHelp": false,
|
|
1993
1988
|
"hiddenAliases": [],
|
|
1994
|
-
"id": "
|
|
1989
|
+
"id": "providers:connect",
|
|
1995
1990
|
"pluginAlias": "byterover-cli",
|
|
1996
1991
|
"pluginName": "byterover-cli",
|
|
1997
1992
|
"pluginType": "core",
|
|
@@ -2002,21 +1997,41 @@
|
|
|
2002
1997
|
"dist",
|
|
2003
1998
|
"oclif",
|
|
2004
1999
|
"commands",
|
|
2005
|
-
"
|
|
2006
|
-
"
|
|
2000
|
+
"providers",
|
|
2001
|
+
"connect.js"
|
|
2007
2002
|
]
|
|
2008
2003
|
},
|
|
2009
|
-
"
|
|
2004
|
+
"providers:disconnect": {
|
|
2010
2005
|
"aliases": [],
|
|
2011
|
-
"args": {
|
|
2012
|
-
|
|
2006
|
+
"args": {
|
|
2007
|
+
"provider": {
|
|
2008
|
+
"description": "Provider ID to disconnect",
|
|
2009
|
+
"name": "provider",
|
|
2010
|
+
"required": true
|
|
2011
|
+
}
|
|
2012
|
+
},
|
|
2013
|
+
"description": "Disconnect an LLM provider",
|
|
2013
2014
|
"examples": [
|
|
2014
|
-
"<%= config.bin %>
|
|
2015
|
-
|
|
2016
|
-
|
|
2015
|
+
"<%= config.bin %> providers disconnect anthropic",
|
|
2016
|
+
"<%= config.bin %> providers disconnect openai --format json"
|
|
2017
|
+
],
|
|
2018
|
+
"flags": {
|
|
2019
|
+
"format": {
|
|
2020
|
+
"description": "Output format (text or json)",
|
|
2021
|
+
"name": "format",
|
|
2022
|
+
"default": "text",
|
|
2023
|
+
"hasDynamicHelp": false,
|
|
2024
|
+
"multiple": false,
|
|
2025
|
+
"options": [
|
|
2026
|
+
"text",
|
|
2027
|
+
"json"
|
|
2028
|
+
],
|
|
2029
|
+
"type": "option"
|
|
2030
|
+
}
|
|
2031
|
+
},
|
|
2017
2032
|
"hasDynamicHelp": false,
|
|
2018
2033
|
"hiddenAliases": [],
|
|
2019
|
-
"id": "
|
|
2034
|
+
"id": "providers:disconnect",
|
|
2020
2035
|
"pluginAlias": "byterover-cli",
|
|
2021
2036
|
"pluginName": "byterover-cli",
|
|
2022
2037
|
"pluginType": "core",
|
|
@@ -2027,21 +2042,35 @@
|
|
|
2027
2042
|
"dist",
|
|
2028
2043
|
"oclif",
|
|
2029
2044
|
"commands",
|
|
2030
|
-
"
|
|
2031
|
-
"
|
|
2045
|
+
"providers",
|
|
2046
|
+
"disconnect.js"
|
|
2032
2047
|
]
|
|
2033
2048
|
},
|
|
2034
|
-
"
|
|
2049
|
+
"providers": {
|
|
2035
2050
|
"aliases": [],
|
|
2036
2051
|
"args": {},
|
|
2037
|
-
"description": "
|
|
2052
|
+
"description": "Show active provider and model",
|
|
2038
2053
|
"examples": [
|
|
2039
|
-
"<%= config.bin %>
|
|
2054
|
+
"<%= config.bin %> providers",
|
|
2055
|
+
"<%= config.bin %> providers --format json"
|
|
2040
2056
|
],
|
|
2041
|
-
"flags": {
|
|
2057
|
+
"flags": {
|
|
2058
|
+
"format": {
|
|
2059
|
+
"description": "Output format (text or json)",
|
|
2060
|
+
"name": "format",
|
|
2061
|
+
"default": "text",
|
|
2062
|
+
"hasDynamicHelp": false,
|
|
2063
|
+
"multiple": false,
|
|
2064
|
+
"options": [
|
|
2065
|
+
"text",
|
|
2066
|
+
"json"
|
|
2067
|
+
],
|
|
2068
|
+
"type": "option"
|
|
2069
|
+
}
|
|
2070
|
+
},
|
|
2042
2071
|
"hasDynamicHelp": false,
|
|
2043
2072
|
"hiddenAliases": [],
|
|
2044
|
-
"id": "
|
|
2073
|
+
"id": "providers",
|
|
2045
2074
|
"pluginAlias": "byterover-cli",
|
|
2046
2075
|
"pluginName": "byterover-cli",
|
|
2047
2076
|
"pluginType": "core",
|
|
@@ -2052,28 +2081,35 @@
|
|
|
2052
2081
|
"dist",
|
|
2053
2082
|
"oclif",
|
|
2054
2083
|
"commands",
|
|
2055
|
-
"
|
|
2056
|
-
"
|
|
2084
|
+
"providers",
|
|
2085
|
+
"index.js"
|
|
2057
2086
|
]
|
|
2058
2087
|
},
|
|
2059
|
-
"
|
|
2088
|
+
"providers:list": {
|
|
2060
2089
|
"aliases": [],
|
|
2061
|
-
"args": {
|
|
2062
|
-
|
|
2063
|
-
"description": "Alias or path of the knowledge source to remove",
|
|
2064
|
-
"name": "aliasOrPath",
|
|
2065
|
-
"required": true
|
|
2066
|
-
}
|
|
2067
|
-
},
|
|
2068
|
-
"description": "Remove a knowledge source",
|
|
2090
|
+
"args": {},
|
|
2091
|
+
"description": "List all available providers and their connection status",
|
|
2069
2092
|
"examples": [
|
|
2070
|
-
"<%= config.bin %>
|
|
2071
|
-
"<%= config.bin %>
|
|
2093
|
+
"<%= config.bin %> providers list",
|
|
2094
|
+
"<%= config.bin %> providers list --format json"
|
|
2072
2095
|
],
|
|
2073
|
-
"flags": {
|
|
2096
|
+
"flags": {
|
|
2097
|
+
"format": {
|
|
2098
|
+
"description": "Output format (text or json)",
|
|
2099
|
+
"name": "format",
|
|
2100
|
+
"default": "text",
|
|
2101
|
+
"hasDynamicHelp": false,
|
|
2102
|
+
"multiple": false,
|
|
2103
|
+
"options": [
|
|
2104
|
+
"text",
|
|
2105
|
+
"json"
|
|
2106
|
+
],
|
|
2107
|
+
"type": "option"
|
|
2108
|
+
}
|
|
2109
|
+
},
|
|
2074
2110
|
"hasDynamicHelp": false,
|
|
2075
2111
|
"hiddenAliases": [],
|
|
2076
|
-
"id": "
|
|
2112
|
+
"id": "providers:list",
|
|
2077
2113
|
"pluginAlias": "byterover-cli",
|
|
2078
2114
|
"pluginName": "byterover-cli",
|
|
2079
2115
|
"pluginType": "core",
|
|
@@ -2084,21 +2120,27 @@
|
|
|
2084
2120
|
"dist",
|
|
2085
2121
|
"oclif",
|
|
2086
2122
|
"commands",
|
|
2087
|
-
"
|
|
2088
|
-
"
|
|
2123
|
+
"providers",
|
|
2124
|
+
"list.js"
|
|
2089
2125
|
]
|
|
2090
2126
|
},
|
|
2091
|
-
"
|
|
2127
|
+
"providers:switch": {
|
|
2092
2128
|
"aliases": [],
|
|
2093
|
-
"args": {
|
|
2094
|
-
|
|
2129
|
+
"args": {
|
|
2130
|
+
"provider": {
|
|
2131
|
+
"description": "Provider ID to switch to (e.g., anthropic, openai)",
|
|
2132
|
+
"name": "provider",
|
|
2133
|
+
"required": true
|
|
2134
|
+
}
|
|
2135
|
+
},
|
|
2136
|
+
"description": "Switch the active provider",
|
|
2095
2137
|
"examples": [
|
|
2096
|
-
"<%= config.bin %>
|
|
2138
|
+
"<%= config.bin %> providers switch anthropic",
|
|
2139
|
+
"<%= config.bin %> providers switch openai --format json"
|
|
2097
2140
|
],
|
|
2098
2141
|
"flags": {
|
|
2099
2142
|
"format": {
|
|
2100
|
-
"
|
|
2101
|
-
"description": "Output format",
|
|
2143
|
+
"description": "Output format (text or json)",
|
|
2102
2144
|
"name": "format",
|
|
2103
2145
|
"default": "text",
|
|
2104
2146
|
"hasDynamicHelp": false,
|
|
@@ -2112,7 +2154,7 @@
|
|
|
2112
2154
|
},
|
|
2113
2155
|
"hasDynamicHelp": false,
|
|
2114
2156
|
"hiddenAliases": [],
|
|
2115
|
-
"id": "
|
|
2157
|
+
"id": "providers:switch",
|
|
2116
2158
|
"pluginAlias": "byterover-cli",
|
|
2117
2159
|
"pluginName": "byterover-cli",
|
|
2118
2160
|
"pluginType": "core",
|
|
@@ -2123,35 +2165,81 @@
|
|
|
2123
2165
|
"dist",
|
|
2124
2166
|
"oclif",
|
|
2125
2167
|
"commands",
|
|
2126
|
-
"
|
|
2127
|
-
"
|
|
2168
|
+
"providers",
|
|
2169
|
+
"switch.js"
|
|
2128
2170
|
]
|
|
2129
2171
|
},
|
|
2130
|
-
"
|
|
2172
|
+
"vc:add": {
|
|
2131
2173
|
"aliases": [],
|
|
2132
2174
|
"args": {},
|
|
2133
|
-
"description": "
|
|
2175
|
+
"description": "Stage files for the next commit",
|
|
2134
2176
|
"examples": [
|
|
2135
|
-
"<%= config.bin %>
|
|
2177
|
+
"<%= config.bin %> <%= command.id %> .",
|
|
2178
|
+
"<%= config.bin %> <%= command.id %> notes.md",
|
|
2179
|
+
"<%= config.bin %> <%= command.id %> design/architecture.md",
|
|
2180
|
+
"<%= config.bin %> <%= command.id %> docs/"
|
|
2181
|
+
],
|
|
2182
|
+
"flags": {},
|
|
2183
|
+
"hasDynamicHelp": false,
|
|
2184
|
+
"hiddenAliases": [],
|
|
2185
|
+
"id": "vc:add",
|
|
2186
|
+
"pluginAlias": "byterover-cli",
|
|
2187
|
+
"pluginName": "byterover-cli",
|
|
2188
|
+
"pluginType": "core",
|
|
2189
|
+
"strict": false,
|
|
2190
|
+
"enableJsonFlag": false,
|
|
2191
|
+
"isESM": true,
|
|
2192
|
+
"relativePath": [
|
|
2193
|
+
"dist",
|
|
2194
|
+
"oclif",
|
|
2195
|
+
"commands",
|
|
2196
|
+
"vc",
|
|
2197
|
+
"add.js"
|
|
2198
|
+
]
|
|
2199
|
+
},
|
|
2200
|
+
"vc:branch": {
|
|
2201
|
+
"aliases": [],
|
|
2202
|
+
"args": {
|
|
2203
|
+
"name": {
|
|
2204
|
+
"description": "Branch name to create",
|
|
2205
|
+
"name": "name"
|
|
2206
|
+
}
|
|
2207
|
+
},
|
|
2208
|
+
"description": "List, create, or delete local branches",
|
|
2209
|
+
"examples": [
|
|
2210
|
+
"<%= config.bin %> <%= command.id %>",
|
|
2211
|
+
"<%= config.bin %> <%= command.id %> feature/new-context",
|
|
2212
|
+
"<%= config.bin %> <%= command.id %> -d feature/new-context",
|
|
2213
|
+
"<%= config.bin %> <%= command.id %> -a",
|
|
2214
|
+
"<%= config.bin %> <%= command.id %> --set-upstream-to origin/main"
|
|
2136
2215
|
],
|
|
2137
2216
|
"flags": {
|
|
2138
|
-
"
|
|
2139
|
-
"char": "
|
|
2140
|
-
"description": "
|
|
2141
|
-
"name": "
|
|
2142
|
-
"
|
|
2217
|
+
"all": {
|
|
2218
|
+
"char": "a",
|
|
2219
|
+
"description": "List all branches including remote-tracking",
|
|
2220
|
+
"name": "all",
|
|
2221
|
+
"allowNo": false,
|
|
2222
|
+
"type": "boolean"
|
|
2223
|
+
},
|
|
2224
|
+
"delete": {
|
|
2225
|
+
"char": "d",
|
|
2226
|
+
"description": "Delete a branch by name",
|
|
2227
|
+
"name": "delete",
|
|
2228
|
+
"hasDynamicHelp": false,
|
|
2229
|
+
"multiple": false,
|
|
2230
|
+
"type": "option"
|
|
2231
|
+
},
|
|
2232
|
+
"set-upstream-to": {
|
|
2233
|
+
"description": "Set upstream tracking (e.g. origin/main)",
|
|
2234
|
+
"name": "set-upstream-to",
|
|
2143
2235
|
"hasDynamicHelp": false,
|
|
2144
2236
|
"multiple": false,
|
|
2145
|
-
"options": [
|
|
2146
|
-
"text",
|
|
2147
|
-
"json"
|
|
2148
|
-
],
|
|
2149
2237
|
"type": "option"
|
|
2150
2238
|
}
|
|
2151
2239
|
},
|
|
2152
2240
|
"hasDynamicHelp": false,
|
|
2153
2241
|
"hiddenAliases": [],
|
|
2154
|
-
"id": "
|
|
2242
|
+
"id": "vc:branch",
|
|
2155
2243
|
"pluginAlias": "byterover-cli",
|
|
2156
2244
|
"pluginName": "byterover-cli",
|
|
2157
2245
|
"pluginType": "core",
|
|
@@ -2162,43 +2250,99 @@
|
|
|
2162
2250
|
"dist",
|
|
2163
2251
|
"oclif",
|
|
2164
2252
|
"commands",
|
|
2165
|
-
"
|
|
2166
|
-
"
|
|
2253
|
+
"vc",
|
|
2254
|
+
"branch.js"
|
|
2167
2255
|
]
|
|
2168
2256
|
},
|
|
2169
|
-
"
|
|
2257
|
+
"vc:checkout": {
|
|
2170
2258
|
"aliases": [],
|
|
2171
2259
|
"args": {
|
|
2172
|
-
"
|
|
2173
|
-
"description": "
|
|
2174
|
-
"name": "
|
|
2260
|
+
"branch": {
|
|
2261
|
+
"description": "Branch to switch to",
|
|
2262
|
+
"name": "branch",
|
|
2175
2263
|
"required": true
|
|
2176
2264
|
}
|
|
2177
2265
|
},
|
|
2178
|
-
"description": "
|
|
2266
|
+
"description": "Switch to an existing branch, or create and switch with -b",
|
|
2179
2267
|
"examples": [
|
|
2180
|
-
"<%= config.bin %>
|
|
2181
|
-
"<%= config.bin %>
|
|
2182
|
-
"<%= config.bin %>
|
|
2268
|
+
"<%= config.bin %> <%= command.id %> feature/my-branch",
|
|
2269
|
+
"<%= config.bin %> <%= command.id %> -b feature/new-branch",
|
|
2270
|
+
"<%= config.bin %> <%= command.id %> --force feature/my-branch"
|
|
2183
2271
|
],
|
|
2184
2272
|
"flags": {
|
|
2185
|
-
"
|
|
2186
|
-
"char": "
|
|
2187
|
-
"description": "
|
|
2188
|
-
"name": "
|
|
2189
|
-
"
|
|
2190
|
-
"
|
|
2191
|
-
"multiple": false,
|
|
2192
|
-
"options": [
|
|
2193
|
-
"text",
|
|
2194
|
-
"json"
|
|
2195
|
-
],
|
|
2196
|
-
"type": "option"
|
|
2273
|
+
"create": {
|
|
2274
|
+
"char": "b",
|
|
2275
|
+
"description": "Create a new branch and switch to it",
|
|
2276
|
+
"name": "create",
|
|
2277
|
+
"allowNo": false,
|
|
2278
|
+
"type": "boolean"
|
|
2197
2279
|
},
|
|
2198
|
-
"
|
|
2199
|
-
"
|
|
2200
|
-
"
|
|
2201
|
-
"
|
|
2280
|
+
"force": {
|
|
2281
|
+
"description": "Discard local changes and switch",
|
|
2282
|
+
"name": "force",
|
|
2283
|
+
"allowNo": false,
|
|
2284
|
+
"type": "boolean"
|
|
2285
|
+
}
|
|
2286
|
+
},
|
|
2287
|
+
"hasDynamicHelp": false,
|
|
2288
|
+
"hiddenAliases": [],
|
|
2289
|
+
"id": "vc:checkout",
|
|
2290
|
+
"pluginAlias": "byterover-cli",
|
|
2291
|
+
"pluginName": "byterover-cli",
|
|
2292
|
+
"pluginType": "core",
|
|
2293
|
+
"strict": true,
|
|
2294
|
+
"enableJsonFlag": false,
|
|
2295
|
+
"isESM": true,
|
|
2296
|
+
"relativePath": [
|
|
2297
|
+
"dist",
|
|
2298
|
+
"oclif",
|
|
2299
|
+
"commands",
|
|
2300
|
+
"vc",
|
|
2301
|
+
"checkout.js"
|
|
2302
|
+
]
|
|
2303
|
+
},
|
|
2304
|
+
"vc:clone": {
|
|
2305
|
+
"aliases": [],
|
|
2306
|
+
"args": {
|
|
2307
|
+
"url": {
|
|
2308
|
+
"description": "Clone URL (e.g. https://byterover.dev/<team>/<space>.git)",
|
|
2309
|
+
"name": "url"
|
|
2310
|
+
}
|
|
2311
|
+
},
|
|
2312
|
+
"description": "Clone a ByteRover space repository",
|
|
2313
|
+
"examples": [
|
|
2314
|
+
"<%= config.bin %> vc clone https://byterover.dev/acme/project.git"
|
|
2315
|
+
],
|
|
2316
|
+
"flags": {},
|
|
2317
|
+
"hasDynamicHelp": false,
|
|
2318
|
+
"hiddenAliases": [],
|
|
2319
|
+
"id": "vc:clone",
|
|
2320
|
+
"pluginAlias": "byterover-cli",
|
|
2321
|
+
"pluginName": "byterover-cli",
|
|
2322
|
+
"pluginType": "core",
|
|
2323
|
+
"strict": true,
|
|
2324
|
+
"enableJsonFlag": false,
|
|
2325
|
+
"isESM": true,
|
|
2326
|
+
"relativePath": [
|
|
2327
|
+
"dist",
|
|
2328
|
+
"oclif",
|
|
2329
|
+
"commands",
|
|
2330
|
+
"vc",
|
|
2331
|
+
"clone.js"
|
|
2332
|
+
]
|
|
2333
|
+
},
|
|
2334
|
+
"vc:commit": {
|
|
2335
|
+
"aliases": [],
|
|
2336
|
+
"args": {},
|
|
2337
|
+
"description": "Save staged changes as a commit",
|
|
2338
|
+
"examples": [
|
|
2339
|
+
"<%= config.bin %> <%= command.id %> -m \"Add project architecture notes\""
|
|
2340
|
+
],
|
|
2341
|
+
"flags": {
|
|
2342
|
+
"message": {
|
|
2343
|
+
"char": "m",
|
|
2344
|
+
"description": "Commit message",
|
|
2345
|
+
"name": "message",
|
|
2202
2346
|
"hasDynamicHelp": false,
|
|
2203
2347
|
"multiple": false,
|
|
2204
2348
|
"type": "option"
|
|
@@ -2206,32 +2350,45 @@
|
|
|
2206
2350
|
},
|
|
2207
2351
|
"hasDynamicHelp": false,
|
|
2208
2352
|
"hiddenAliases": [],
|
|
2209
|
-
"id": "
|
|
2353
|
+
"id": "vc:commit",
|
|
2210
2354
|
"pluginAlias": "byterover-cli",
|
|
2211
2355
|
"pluginName": "byterover-cli",
|
|
2212
2356
|
"pluginType": "core",
|
|
2213
|
-
"strict":
|
|
2357
|
+
"strict": false,
|
|
2214
2358
|
"enableJsonFlag": false,
|
|
2215
2359
|
"isESM": true,
|
|
2216
2360
|
"relativePath": [
|
|
2217
2361
|
"dist",
|
|
2218
2362
|
"oclif",
|
|
2219
2363
|
"commands",
|
|
2220
|
-
"
|
|
2221
|
-
"
|
|
2364
|
+
"vc",
|
|
2365
|
+
"commit.js"
|
|
2222
2366
|
]
|
|
2223
2367
|
},
|
|
2224
|
-
"
|
|
2368
|
+
"vc:config": {
|
|
2225
2369
|
"aliases": [],
|
|
2226
|
-
"args": {
|
|
2227
|
-
|
|
2370
|
+
"args": {
|
|
2371
|
+
"key": {
|
|
2372
|
+
"description": "Config key (user.name or user.email)",
|
|
2373
|
+
"name": "key",
|
|
2374
|
+
"required": true
|
|
2375
|
+
},
|
|
2376
|
+
"value": {
|
|
2377
|
+
"description": "Value to set (omit to read current value)",
|
|
2378
|
+
"name": "value"
|
|
2379
|
+
}
|
|
2380
|
+
},
|
|
2381
|
+
"description": "Get or set commit author for ByteRover version control",
|
|
2228
2382
|
"examples": [
|
|
2229
|
-
"<%= config.bin %>
|
|
2383
|
+
"<%= config.bin %> <%= command.id %> user.name \"Your Name\"",
|
|
2384
|
+
"<%= config.bin %> <%= command.id %> user.email \"you@example.com\"",
|
|
2385
|
+
"<%= config.bin %> <%= command.id %> user.name",
|
|
2386
|
+
"<%= config.bin %> <%= command.id %> user.email"
|
|
2230
2387
|
],
|
|
2231
2388
|
"flags": {},
|
|
2232
2389
|
"hasDynamicHelp": false,
|
|
2233
2390
|
"hiddenAliases": [],
|
|
2234
|
-
"id": "
|
|
2391
|
+
"id": "vc:config",
|
|
2235
2392
|
"pluginAlias": "byterover-cli",
|
|
2236
2393
|
"pluginName": "byterover-cli",
|
|
2237
2394
|
"pluginType": "core",
|
|
@@ -2242,56 +2399,75 @@
|
|
|
2242
2399
|
"dist",
|
|
2243
2400
|
"oclif",
|
|
2244
2401
|
"commands",
|
|
2245
|
-
"
|
|
2246
|
-
"
|
|
2402
|
+
"vc",
|
|
2403
|
+
"config.js"
|
|
2247
2404
|
]
|
|
2248
2405
|
},
|
|
2249
|
-
"
|
|
2406
|
+
"vc:diff": {
|
|
2250
2407
|
"aliases": [],
|
|
2251
2408
|
"args": {
|
|
2252
|
-
"
|
|
2253
|
-
"description": "
|
|
2254
|
-
"name": "
|
|
2255
|
-
"required": true
|
|
2409
|
+
"ref": {
|
|
2410
|
+
"description": "commit, branch, or <ref1>..<ref2> range",
|
|
2411
|
+
"name": "ref"
|
|
2256
2412
|
}
|
|
2257
2413
|
},
|
|
2258
|
-
"description": "
|
|
2414
|
+
"description": "Show changes between commits, the index, or the working tree",
|
|
2259
2415
|
"examples": [
|
|
2260
|
-
"<%= config.bin %>
|
|
2261
|
-
"<%= config.bin %>
|
|
2416
|
+
"<%= config.bin %> <%= command.id %>",
|
|
2417
|
+
"<%= config.bin %> <%= command.id %> --staged",
|
|
2418
|
+
"<%= config.bin %> <%= command.id %> HEAD~1",
|
|
2419
|
+
"<%= config.bin %> <%= command.id %> main..feature/x",
|
|
2420
|
+
"<%= config.bin %> <%= command.id %> main"
|
|
2262
2421
|
],
|
|
2263
2422
|
"flags": {
|
|
2264
|
-
"
|
|
2265
|
-
"description": "Show
|
|
2266
|
-
"name": "
|
|
2423
|
+
"staged": {
|
|
2424
|
+
"description": "Show staged changes (HEAD vs index)",
|
|
2425
|
+
"name": "staged",
|
|
2267
2426
|
"allowNo": false,
|
|
2268
2427
|
"type": "boolean"
|
|
2269
|
-
},
|
|
2270
|
-
"format": {
|
|
2271
|
-
"char": "f",
|
|
2272
|
-
"description": "Output format",
|
|
2273
|
-
"name": "format",
|
|
2274
|
-
"default": "text",
|
|
2275
|
-
"hasDynamicHelp": false,
|
|
2276
|
-
"multiple": false,
|
|
2277
|
-
"options": [
|
|
2278
|
-
"text",
|
|
2279
|
-
"json"
|
|
2280
|
-
],
|
|
2281
|
-
"type": "option"
|
|
2282
|
-
},
|
|
2283
|
-
"max-results": {
|
|
2284
|
-
"char": "n",
|
|
2285
|
-
"description": "Maximum number of results",
|
|
2286
|
-
"name": "max-results",
|
|
2287
|
-
"hasDynamicHelp": false,
|
|
2288
|
-
"multiple": false,
|
|
2289
|
-
"type": "option"
|
|
2290
2428
|
}
|
|
2291
2429
|
},
|
|
2292
2430
|
"hasDynamicHelp": false,
|
|
2293
2431
|
"hiddenAliases": [],
|
|
2294
|
-
"id": "
|
|
2432
|
+
"id": "vc:diff",
|
|
2433
|
+
"pluginAlias": "byterover-cli",
|
|
2434
|
+
"pluginName": "byterover-cli",
|
|
2435
|
+
"pluginType": "core",
|
|
2436
|
+
"strict": true,
|
|
2437
|
+
"enableJsonFlag": false,
|
|
2438
|
+
"isESM": true,
|
|
2439
|
+
"relativePath": [
|
|
2440
|
+
"dist",
|
|
2441
|
+
"oclif",
|
|
2442
|
+
"commands",
|
|
2443
|
+
"vc",
|
|
2444
|
+
"diff.js"
|
|
2445
|
+
]
|
|
2446
|
+
},
|
|
2447
|
+
"vc:fetch": {
|
|
2448
|
+
"aliases": [],
|
|
2449
|
+
"args": {
|
|
2450
|
+
"remote": {
|
|
2451
|
+
"description": "Remote name (only origin supported)",
|
|
2452
|
+
"name": "remote",
|
|
2453
|
+
"required": false
|
|
2454
|
+
},
|
|
2455
|
+
"branch": {
|
|
2456
|
+
"description": "Branch to fetch",
|
|
2457
|
+
"name": "branch",
|
|
2458
|
+
"required": false
|
|
2459
|
+
}
|
|
2460
|
+
},
|
|
2461
|
+
"description": "Fetch refs from ByteRover cloud",
|
|
2462
|
+
"examples": [
|
|
2463
|
+
"<%= config.bin %> <%= command.id %>",
|
|
2464
|
+
"<%= config.bin %> <%= command.id %> origin",
|
|
2465
|
+
"<%= config.bin %> <%= command.id %> origin main"
|
|
2466
|
+
],
|
|
2467
|
+
"flags": {},
|
|
2468
|
+
"hasDynamicHelp": false,
|
|
2469
|
+
"hiddenAliases": [],
|
|
2470
|
+
"id": "vc:fetch",
|
|
2295
2471
|
"pluginAlias": "byterover-cli",
|
|
2296
2472
|
"pluginName": "byterover-cli",
|
|
2297
2473
|
"pluginType": "core",
|
|
@@ -2302,36 +2478,21 @@
|
|
|
2302
2478
|
"dist",
|
|
2303
2479
|
"oclif",
|
|
2304
2480
|
"commands",
|
|
2305
|
-
"
|
|
2306
|
-
"
|
|
2481
|
+
"vc",
|
|
2482
|
+
"fetch.js"
|
|
2307
2483
|
]
|
|
2308
2484
|
},
|
|
2309
|
-
"
|
|
2485
|
+
"vc": {
|
|
2310
2486
|
"aliases": [],
|
|
2311
2487
|
"args": {},
|
|
2312
|
-
"description": "
|
|
2488
|
+
"description": "Version control commands for the context tree",
|
|
2313
2489
|
"examples": [
|
|
2314
|
-
"<%= config.bin %>
|
|
2315
|
-
"<%= config.bin %> swarm status --format json"
|
|
2490
|
+
"<%= config.bin %> <%= command.id %> --help"
|
|
2316
2491
|
],
|
|
2317
|
-
"flags": {
|
|
2318
|
-
"format": {
|
|
2319
|
-
"char": "f",
|
|
2320
|
-
"description": "Output format",
|
|
2321
|
-
"name": "format",
|
|
2322
|
-
"default": "text",
|
|
2323
|
-
"hasDynamicHelp": false,
|
|
2324
|
-
"multiple": false,
|
|
2325
|
-
"options": [
|
|
2326
|
-
"text",
|
|
2327
|
-
"json"
|
|
2328
|
-
],
|
|
2329
|
-
"type": "option"
|
|
2330
|
-
}
|
|
2331
|
-
},
|
|
2492
|
+
"flags": {},
|
|
2332
2493
|
"hasDynamicHelp": false,
|
|
2333
2494
|
"hiddenAliases": [],
|
|
2334
|
-
"id": "
|
|
2495
|
+
"id": "vc",
|
|
2335
2496
|
"pluginAlias": "byterover-cli",
|
|
2336
2497
|
"pluginName": "byterover-cli",
|
|
2337
2498
|
"pluginType": "core",
|
|
@@ -2342,28 +2503,25 @@
|
|
|
2342
2503
|
"dist",
|
|
2343
2504
|
"oclif",
|
|
2344
2505
|
"commands",
|
|
2345
|
-
"
|
|
2346
|
-
"
|
|
2506
|
+
"vc",
|
|
2507
|
+
"index.js"
|
|
2347
2508
|
]
|
|
2348
2509
|
},
|
|
2349
|
-
"vc:
|
|
2510
|
+
"vc:init": {
|
|
2350
2511
|
"aliases": [],
|
|
2351
2512
|
"args": {},
|
|
2352
|
-
"description": "
|
|
2513
|
+
"description": "Initialize ByteRover version control for context tree",
|
|
2353
2514
|
"examples": [
|
|
2354
|
-
"<%= config.bin %> <%= command.id %>
|
|
2355
|
-
"<%= config.bin %> <%= command.id %> notes.md",
|
|
2356
|
-
"<%= config.bin %> <%= command.id %> design/architecture.md",
|
|
2357
|
-
"<%= config.bin %> <%= command.id %> docs/"
|
|
2515
|
+
"<%= config.bin %> <%= command.id %>"
|
|
2358
2516
|
],
|
|
2359
2517
|
"flags": {},
|
|
2360
2518
|
"hasDynamicHelp": false,
|
|
2361
2519
|
"hiddenAliases": [],
|
|
2362
|
-
"id": "vc:
|
|
2520
|
+
"id": "vc:init",
|
|
2363
2521
|
"pluginAlias": "byterover-cli",
|
|
2364
2522
|
"pluginName": "byterover-cli",
|
|
2365
2523
|
"pluginType": "core",
|
|
2366
|
-
"strict":
|
|
2524
|
+
"strict": true,
|
|
2367
2525
|
"enableJsonFlag": false,
|
|
2368
2526
|
"isESM": true,
|
|
2369
2527
|
"relativePath": [
|
|
@@ -2371,44 +2529,36 @@
|
|
|
2371
2529
|
"oclif",
|
|
2372
2530
|
"commands",
|
|
2373
2531
|
"vc",
|
|
2374
|
-
"
|
|
2532
|
+
"init.js"
|
|
2375
2533
|
]
|
|
2376
2534
|
},
|
|
2377
|
-
"vc:
|
|
2535
|
+
"vc:log": {
|
|
2378
2536
|
"aliases": [],
|
|
2379
2537
|
"args": {
|
|
2380
|
-
"
|
|
2381
|
-
"description": "Branch name to
|
|
2382
|
-
"name": "
|
|
2538
|
+
"branch": {
|
|
2539
|
+
"description": "Branch name to show history for",
|
|
2540
|
+
"name": "branch"
|
|
2383
2541
|
}
|
|
2384
2542
|
},
|
|
2385
|
-
"description": "
|
|
2543
|
+
"description": "Show commit history for the context-tree",
|
|
2386
2544
|
"examples": [
|
|
2387
2545
|
"<%= config.bin %> <%= command.id %>",
|
|
2388
|
-
"<%= config.bin %> <%= command.id %>
|
|
2389
|
-
"<%= config.bin %> <%= command.id %>
|
|
2390
|
-
"<%= config.bin %> <%= command.id %>
|
|
2391
|
-
"<%= config.bin %> <%= command.id %> --set-upstream-to origin/main"
|
|
2546
|
+
"<%= config.bin %> <%= command.id %> --limit 20",
|
|
2547
|
+
"<%= config.bin %> <%= command.id %> main",
|
|
2548
|
+
"<%= config.bin %> <%= command.id %> --all"
|
|
2392
2549
|
],
|
|
2393
2550
|
"flags": {
|
|
2394
2551
|
"all": {
|
|
2395
2552
|
"char": "a",
|
|
2396
|
-
"description": "
|
|
2553
|
+
"description": "Show commits from all branches",
|
|
2397
2554
|
"name": "all",
|
|
2398
2555
|
"allowNo": false,
|
|
2399
2556
|
"type": "boolean"
|
|
2400
2557
|
},
|
|
2401
|
-
"
|
|
2402
|
-
"
|
|
2403
|
-
"
|
|
2404
|
-
"
|
|
2405
|
-
"hasDynamicHelp": false,
|
|
2406
|
-
"multiple": false,
|
|
2407
|
-
"type": "option"
|
|
2408
|
-
},
|
|
2409
|
-
"set-upstream-to": {
|
|
2410
|
-
"description": "Set upstream tracking (e.g. origin/main)",
|
|
2411
|
-
"name": "set-upstream-to",
|
|
2558
|
+
"limit": {
|
|
2559
|
+
"description": "Number of commits to show",
|
|
2560
|
+
"name": "limit",
|
|
2561
|
+
"default": 10,
|
|
2412
2562
|
"hasDynamicHelp": false,
|
|
2413
2563
|
"multiple": false,
|
|
2414
2564
|
"type": "option"
|
|
@@ -2416,7 +2566,7 @@
|
|
|
2416
2566
|
},
|
|
2417
2567
|
"hasDynamicHelp": false,
|
|
2418
2568
|
"hiddenAliases": [],
|
|
2419
|
-
"id": "vc:
|
|
2569
|
+
"id": "vc:log",
|
|
2420
2570
|
"pluginAlias": "byterover-cli",
|
|
2421
2571
|
"pluginName": "byterover-cli",
|
|
2422
2572
|
"pluginType": "core",
|
|
@@ -2428,42 +2578,62 @@
|
|
|
2428
2578
|
"oclif",
|
|
2429
2579
|
"commands",
|
|
2430
2580
|
"vc",
|
|
2431
|
-
"
|
|
2581
|
+
"log.js"
|
|
2432
2582
|
]
|
|
2433
2583
|
},
|
|
2434
|
-
"vc:
|
|
2584
|
+
"vc:merge": {
|
|
2435
2585
|
"aliases": [],
|
|
2436
2586
|
"args": {
|
|
2437
2587
|
"branch": {
|
|
2438
|
-
"description": "Branch to
|
|
2588
|
+
"description": "Branch to merge into the current branch",
|
|
2439
2589
|
"name": "branch",
|
|
2440
|
-
"required":
|
|
2590
|
+
"required": false
|
|
2441
2591
|
}
|
|
2442
2592
|
},
|
|
2443
|
-
"description": "
|
|
2593
|
+
"description": "Merge a branch into the current branch",
|
|
2444
2594
|
"examples": [
|
|
2445
2595
|
"<%= config.bin %> <%= command.id %> feature/my-branch",
|
|
2446
|
-
"<%= config.bin %> <%= command.id %>
|
|
2447
|
-
"<%= config.bin %> <%= command.id %> --
|
|
2596
|
+
"<%= config.bin %> <%= command.id %> --abort",
|
|
2597
|
+
"<%= config.bin %> <%= command.id %> --continue",
|
|
2598
|
+
"<%= config.bin %> <%= command.id %> -m \"Custom merge message\" feature/my-branch"
|
|
2448
2599
|
],
|
|
2449
2600
|
"flags": {
|
|
2450
|
-
"
|
|
2451
|
-
"
|
|
2452
|
-
"
|
|
2453
|
-
|
|
2601
|
+
"abort": {
|
|
2602
|
+
"description": "Abort the current merge",
|
|
2603
|
+
"exclusive": [
|
|
2604
|
+
"continue"
|
|
2605
|
+
],
|
|
2606
|
+
"name": "abort",
|
|
2454
2607
|
"allowNo": false,
|
|
2455
2608
|
"type": "boolean"
|
|
2456
2609
|
},
|
|
2457
|
-
"
|
|
2458
|
-
"description": "
|
|
2459
|
-
"name": "
|
|
2610
|
+
"allow-unrelated-histories": {
|
|
2611
|
+
"description": "Allow merging unrelated histories",
|
|
2612
|
+
"name": "allow-unrelated-histories",
|
|
2613
|
+
"allowNo": false,
|
|
2614
|
+
"type": "boolean"
|
|
2615
|
+
},
|
|
2616
|
+
"continue": {
|
|
2617
|
+
"description": "Continue the current merge after resolving conflicts",
|
|
2618
|
+
"exclusive": [
|
|
2619
|
+
"abort"
|
|
2620
|
+
],
|
|
2621
|
+
"name": "continue",
|
|
2460
2622
|
"allowNo": false,
|
|
2461
2623
|
"type": "boolean"
|
|
2624
|
+
},
|
|
2625
|
+
"message": {
|
|
2626
|
+
"char": "m",
|
|
2627
|
+
"description": "Merge commit message",
|
|
2628
|
+
"name": "message",
|
|
2629
|
+
"hasDynamicHelp": false,
|
|
2630
|
+
"multiple": false,
|
|
2631
|
+
"type": "option"
|
|
2462
2632
|
}
|
|
2463
2633
|
},
|
|
2464
2634
|
"hasDynamicHelp": false,
|
|
2465
2635
|
"hiddenAliases": [],
|
|
2466
|
-
"id": "vc:
|
|
2636
|
+
"id": "vc:merge",
|
|
2467
2637
|
"pluginAlias": "byterover-cli",
|
|
2468
2638
|
"pluginName": "byterover-cli",
|
|
2469
2639
|
"pluginType": "core",
|
|
@@ -2475,25 +2645,40 @@
|
|
|
2475
2645
|
"oclif",
|
|
2476
2646
|
"commands",
|
|
2477
2647
|
"vc",
|
|
2478
|
-
"
|
|
2648
|
+
"merge.js"
|
|
2479
2649
|
]
|
|
2480
2650
|
},
|
|
2481
|
-
"vc:
|
|
2651
|
+
"vc:pull": {
|
|
2482
2652
|
"aliases": [],
|
|
2483
2653
|
"args": {
|
|
2484
|
-
"
|
|
2485
|
-
"description": "
|
|
2486
|
-
"name": "
|
|
2654
|
+
"remote": {
|
|
2655
|
+
"description": "Remote name (only origin supported)",
|
|
2656
|
+
"name": "remote",
|
|
2657
|
+
"required": false
|
|
2658
|
+
},
|
|
2659
|
+
"branch": {
|
|
2660
|
+
"description": "Branch to pull",
|
|
2661
|
+
"name": "branch",
|
|
2662
|
+
"required": false
|
|
2487
2663
|
}
|
|
2488
2664
|
},
|
|
2489
|
-
"description": "
|
|
2665
|
+
"description": "Pull commits from ByteRover cloud",
|
|
2490
2666
|
"examples": [
|
|
2491
|
-
"<%= config.bin %>
|
|
2667
|
+
"<%= config.bin %> <%= command.id %>",
|
|
2668
|
+
"<%= config.bin %> <%= command.id %> origin main",
|
|
2669
|
+
"<%= config.bin %> <%= command.id %> origin main --allow-unrelated-histories"
|
|
2492
2670
|
],
|
|
2493
|
-
"flags": {
|
|
2671
|
+
"flags": {
|
|
2672
|
+
"allow-unrelated-histories": {
|
|
2673
|
+
"description": "Allow merging unrelated histories",
|
|
2674
|
+
"name": "allow-unrelated-histories",
|
|
2675
|
+
"allowNo": false,
|
|
2676
|
+
"type": "boolean"
|
|
2677
|
+
}
|
|
2678
|
+
},
|
|
2494
2679
|
"hasDynamicHelp": false,
|
|
2495
2680
|
"hiddenAliases": [],
|
|
2496
|
-
"id": "vc:
|
|
2681
|
+
"id": "vc:pull",
|
|
2497
2682
|
"pluginAlias": "byterover-cli",
|
|
2498
2683
|
"pluginName": "byterover-cli",
|
|
2499
2684
|
"pluginType": "core",
|
|
@@ -2505,29 +2690,89 @@
|
|
|
2505
2690
|
"oclif",
|
|
2506
2691
|
"commands",
|
|
2507
2692
|
"vc",
|
|
2508
|
-
"
|
|
2693
|
+
"pull.js"
|
|
2509
2694
|
]
|
|
2510
2695
|
},
|
|
2511
|
-
"vc:
|
|
2696
|
+
"vc:push": {
|
|
2697
|
+
"aliases": [],
|
|
2698
|
+
"args": {
|
|
2699
|
+
"remote": {
|
|
2700
|
+
"description": "Remote name (only origin supported)",
|
|
2701
|
+
"name": "remote",
|
|
2702
|
+
"required": false
|
|
2703
|
+
},
|
|
2704
|
+
"branch": {
|
|
2705
|
+
"description": "Branch to push",
|
|
2706
|
+
"name": "branch",
|
|
2707
|
+
"required": false
|
|
2708
|
+
}
|
|
2709
|
+
},
|
|
2710
|
+
"description": "Push commits to ByteRover cloud",
|
|
2711
|
+
"examples": [
|
|
2712
|
+
"<%= config.bin %> <%= command.id %>",
|
|
2713
|
+
"<%= config.bin %> <%= command.id %> -u",
|
|
2714
|
+
"<%= config.bin %> <%= command.id %> origin feat/my-branch"
|
|
2715
|
+
],
|
|
2716
|
+
"flags": {
|
|
2717
|
+
"set-upstream": {
|
|
2718
|
+
"char": "u",
|
|
2719
|
+
"description": "Set upstream tracking branch",
|
|
2720
|
+
"name": "set-upstream",
|
|
2721
|
+
"allowNo": false,
|
|
2722
|
+
"type": "boolean"
|
|
2723
|
+
}
|
|
2724
|
+
},
|
|
2725
|
+
"hasDynamicHelp": false,
|
|
2726
|
+
"hiddenAliases": [],
|
|
2727
|
+
"id": "vc:push",
|
|
2728
|
+
"pluginAlias": "byterover-cli",
|
|
2729
|
+
"pluginName": "byterover-cli",
|
|
2730
|
+
"pluginType": "core",
|
|
2731
|
+
"strict": true,
|
|
2732
|
+
"enableJsonFlag": false,
|
|
2733
|
+
"isESM": true,
|
|
2734
|
+
"relativePath": [
|
|
2735
|
+
"dist",
|
|
2736
|
+
"oclif",
|
|
2737
|
+
"commands",
|
|
2738
|
+
"vc",
|
|
2739
|
+
"push.js"
|
|
2740
|
+
]
|
|
2741
|
+
},
|
|
2742
|
+
"vc:reset": {
|
|
2512
2743
|
"aliases": [],
|
|
2513
2744
|
"args": {},
|
|
2514
|
-
"description": "
|
|
2745
|
+
"description": "Unstage files or undo commits",
|
|
2515
2746
|
"examples": [
|
|
2516
|
-
"<%= config.bin %> <%= command.id %>
|
|
2747
|
+
"<%= config.bin %> <%= command.id %>",
|
|
2748
|
+
"<%= config.bin %> <%= command.id %> notes.md",
|
|
2749
|
+
"<%= config.bin %> <%= command.id %> --soft HEAD~1",
|
|
2750
|
+
"<%= config.bin %> <%= command.id %> --hard HEAD~1",
|
|
2751
|
+
"<%= config.bin %> <%= command.id %> --hard"
|
|
2517
2752
|
],
|
|
2518
2753
|
"flags": {
|
|
2519
|
-
"
|
|
2520
|
-
"
|
|
2521
|
-
"
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
"
|
|
2525
|
-
"
|
|
2754
|
+
"hard": {
|
|
2755
|
+
"description": "Reset HEAD, index, and working tree",
|
|
2756
|
+
"exclusive": [
|
|
2757
|
+
"soft"
|
|
2758
|
+
],
|
|
2759
|
+
"name": "hard",
|
|
2760
|
+
"allowNo": false,
|
|
2761
|
+
"type": "boolean"
|
|
2762
|
+
},
|
|
2763
|
+
"soft": {
|
|
2764
|
+
"description": "Reset HEAD only, keep changes staged",
|
|
2765
|
+
"exclusive": [
|
|
2766
|
+
"hard"
|
|
2767
|
+
],
|
|
2768
|
+
"name": "soft",
|
|
2769
|
+
"allowNo": false,
|
|
2770
|
+
"type": "boolean"
|
|
2526
2771
|
}
|
|
2527
2772
|
},
|
|
2528
2773
|
"hasDynamicHelp": false,
|
|
2529
2774
|
"hiddenAliases": [],
|
|
2530
|
-
"id": "vc:
|
|
2775
|
+
"id": "vc:reset",
|
|
2531
2776
|
"pluginAlias": "byterover-cli",
|
|
2532
2777
|
"pluginName": "byterover-cli",
|
|
2533
2778
|
"pluginType": "core",
|
|
@@ -2539,33 +2784,20 @@
|
|
|
2539
2784
|
"oclif",
|
|
2540
2785
|
"commands",
|
|
2541
2786
|
"vc",
|
|
2542
|
-
"
|
|
2787
|
+
"reset.js"
|
|
2543
2788
|
]
|
|
2544
2789
|
},
|
|
2545
|
-
"vc:
|
|
2790
|
+
"vc:status": {
|
|
2546
2791
|
"aliases": [],
|
|
2547
|
-
"args": {
|
|
2548
|
-
|
|
2549
|
-
"description": "Config key (user.name or user.email)",
|
|
2550
|
-
"name": "key",
|
|
2551
|
-
"required": true
|
|
2552
|
-
},
|
|
2553
|
-
"value": {
|
|
2554
|
-
"description": "Value to set (omit to read current value)",
|
|
2555
|
-
"name": "value"
|
|
2556
|
-
}
|
|
2557
|
-
},
|
|
2558
|
-
"description": "Get or set commit author for ByteRover version control",
|
|
2792
|
+
"args": {},
|
|
2793
|
+
"description": "Show ByteRover version control status",
|
|
2559
2794
|
"examples": [
|
|
2560
|
-
"<%= config.bin %> <%= command.id %>
|
|
2561
|
-
"<%= config.bin %> <%= command.id %> user.email \"you@example.com\"",
|
|
2562
|
-
"<%= config.bin %> <%= command.id %> user.name",
|
|
2563
|
-
"<%= config.bin %> <%= command.id %> user.email"
|
|
2795
|
+
"<%= config.bin %> <%= command.id %>"
|
|
2564
2796
|
],
|
|
2565
2797
|
"flags": {},
|
|
2566
2798
|
"hasDynamicHelp": false,
|
|
2567
2799
|
"hiddenAliases": [],
|
|
2568
|
-
"id": "vc:
|
|
2800
|
+
"id": "vc:status",
|
|
2569
2801
|
"pluginAlias": "byterover-cli",
|
|
2570
2802
|
"pluginName": "byterover-cli",
|
|
2571
2803
|
"pluginType": "core",
|
|
@@ -2577,58 +2809,50 @@
|
|
|
2577
2809
|
"oclif",
|
|
2578
2810
|
"commands",
|
|
2579
2811
|
"vc",
|
|
2580
|
-
"
|
|
2812
|
+
"status.js"
|
|
2581
2813
|
]
|
|
2582
2814
|
},
|
|
2583
|
-
"
|
|
2815
|
+
"swarm:curate": {
|
|
2584
2816
|
"aliases": [],
|
|
2585
2817
|
"args": {
|
|
2586
|
-
"
|
|
2587
|
-
"description": "
|
|
2588
|
-
"name": "
|
|
2589
|
-
"required":
|
|
2590
|
-
},
|
|
2591
|
-
"branch": {
|
|
2592
|
-
"description": "Branch to fetch",
|
|
2593
|
-
"name": "branch",
|
|
2594
|
-
"required": false
|
|
2818
|
+
"content": {
|
|
2819
|
+
"description": "Knowledge content to store in a swarm provider",
|
|
2820
|
+
"name": "content",
|
|
2821
|
+
"required": true
|
|
2595
2822
|
}
|
|
2596
2823
|
},
|
|
2597
|
-
"description": "
|
|
2598
|
-
"examples": [
|
|
2599
|
-
"<%= config.bin %> <%= command.id %>",
|
|
2600
|
-
"<%= config.bin %> <%= command.id %> origin",
|
|
2601
|
-
"<%= config.bin %> <%= command.id %> origin main"
|
|
2602
|
-
],
|
|
2603
|
-
"flags": {},
|
|
2604
|
-
"hasDynamicHelp": false,
|
|
2605
|
-
"hiddenAliases": [],
|
|
2606
|
-
"id": "vc:fetch",
|
|
2607
|
-
"pluginAlias": "byterover-cli",
|
|
2608
|
-
"pluginName": "byterover-cli",
|
|
2609
|
-
"pluginType": "core",
|
|
2610
|
-
"strict": true,
|
|
2611
|
-
"enableJsonFlag": false,
|
|
2612
|
-
"isESM": true,
|
|
2613
|
-
"relativePath": [
|
|
2614
|
-
"dist",
|
|
2615
|
-
"oclif",
|
|
2616
|
-
"commands",
|
|
2617
|
-
"vc",
|
|
2618
|
-
"fetch.js"
|
|
2619
|
-
]
|
|
2620
|
-
},
|
|
2621
|
-
"vc": {
|
|
2622
|
-
"aliases": [],
|
|
2623
|
-
"args": {},
|
|
2624
|
-
"description": "Version control commands for the context tree",
|
|
2824
|
+
"description": "Store knowledge in a swarm provider (GBrain, local markdown)",
|
|
2625
2825
|
"examples": [
|
|
2626
|
-
"<%= config.bin %>
|
|
2826
|
+
"<%= config.bin %> swarm curate \"Dario Amodei is CEO of Anthropic\"",
|
|
2827
|
+
"<%= config.bin %> swarm curate \"meeting notes: decided on JWT\" --provider local-markdown:notes",
|
|
2828
|
+
"<%= config.bin %> swarm curate \"Architecture uses event sourcing\" --provider gbrain"
|
|
2627
2829
|
],
|
|
2628
|
-
"flags": {
|
|
2830
|
+
"flags": {
|
|
2831
|
+
"format": {
|
|
2832
|
+
"char": "f",
|
|
2833
|
+
"description": "Output format",
|
|
2834
|
+
"name": "format",
|
|
2835
|
+
"default": "text",
|
|
2836
|
+
"hasDynamicHelp": false,
|
|
2837
|
+
"multiple": false,
|
|
2838
|
+
"options": [
|
|
2839
|
+
"text",
|
|
2840
|
+
"json"
|
|
2841
|
+
],
|
|
2842
|
+
"type": "option"
|
|
2843
|
+
},
|
|
2844
|
+
"provider": {
|
|
2845
|
+
"char": "p",
|
|
2846
|
+
"description": "Target provider ID (e.g., gbrain, local-markdown:notes)",
|
|
2847
|
+
"name": "provider",
|
|
2848
|
+
"hasDynamicHelp": false,
|
|
2849
|
+
"multiple": false,
|
|
2850
|
+
"type": "option"
|
|
2851
|
+
}
|
|
2852
|
+
},
|
|
2629
2853
|
"hasDynamicHelp": false,
|
|
2630
2854
|
"hiddenAliases": [],
|
|
2631
|
-
"id": "
|
|
2855
|
+
"id": "swarm:curate",
|
|
2632
2856
|
"pluginAlias": "byterover-cli",
|
|
2633
2857
|
"pluginName": "byterover-cli",
|
|
2634
2858
|
"pluginType": "core",
|
|
@@ -2639,21 +2863,21 @@
|
|
|
2639
2863
|
"dist",
|
|
2640
2864
|
"oclif",
|
|
2641
2865
|
"commands",
|
|
2642
|
-
"
|
|
2643
|
-
"
|
|
2866
|
+
"swarm",
|
|
2867
|
+
"curate.js"
|
|
2644
2868
|
]
|
|
2645
2869
|
},
|
|
2646
|
-
"
|
|
2870
|
+
"swarm:onboard": {
|
|
2647
2871
|
"aliases": [],
|
|
2648
2872
|
"args": {},
|
|
2649
|
-
"description": "
|
|
2873
|
+
"description": "Set up memory swarm with interactive onboarding wizard",
|
|
2650
2874
|
"examples": [
|
|
2651
|
-
"<%= config.bin %>
|
|
2875
|
+
"<%= config.bin %> swarm onboard"
|
|
2652
2876
|
],
|
|
2653
2877
|
"flags": {},
|
|
2654
2878
|
"hasDynamicHelp": false,
|
|
2655
2879
|
"hiddenAliases": [],
|
|
2656
|
-
"id": "
|
|
2880
|
+
"id": "swarm:onboard",
|
|
2657
2881
|
"pluginAlias": "byterover-cli",
|
|
2658
2882
|
"pluginName": "byterover-cli",
|
|
2659
2883
|
"pluginType": "core",
|
|
@@ -2664,37 +2888,48 @@
|
|
|
2664
2888
|
"dist",
|
|
2665
2889
|
"oclif",
|
|
2666
2890
|
"commands",
|
|
2667
|
-
"
|
|
2668
|
-
"
|
|
2891
|
+
"swarm",
|
|
2892
|
+
"onboard.js"
|
|
2669
2893
|
]
|
|
2670
2894
|
},
|
|
2671
|
-
"
|
|
2895
|
+
"swarm:query": {
|
|
2672
2896
|
"aliases": [],
|
|
2673
2897
|
"args": {
|
|
2674
|
-
"
|
|
2675
|
-
"description": "
|
|
2676
|
-
"name": "
|
|
2898
|
+
"query": {
|
|
2899
|
+
"description": "Natural language query to search across memory providers",
|
|
2900
|
+
"name": "query",
|
|
2901
|
+
"required": true
|
|
2677
2902
|
}
|
|
2678
2903
|
},
|
|
2679
|
-
"description": "
|
|
2904
|
+
"description": "Query the memory swarm across all active providers",
|
|
2680
2905
|
"examples": [
|
|
2681
|
-
"<%= config.bin %>
|
|
2682
|
-
"<%= config.bin %>
|
|
2683
|
-
"<%= config.bin %> <%= command.id %> main",
|
|
2684
|
-
"<%= config.bin %> <%= command.id %> --all"
|
|
2906
|
+
"<%= config.bin %> swarm query \"auth tokens\"",
|
|
2907
|
+
"<%= config.bin %> swarm query \"what changed yesterday\" --format json"
|
|
2685
2908
|
],
|
|
2686
2909
|
"flags": {
|
|
2687
|
-
"
|
|
2688
|
-
"
|
|
2689
|
-
"
|
|
2690
|
-
"name": "all",
|
|
2910
|
+
"explain": {
|
|
2911
|
+
"description": "Show classification, routing, and enrichment details (ignored with --format json, which always includes all metadata)",
|
|
2912
|
+
"name": "explain",
|
|
2691
2913
|
"allowNo": false,
|
|
2692
2914
|
"type": "boolean"
|
|
2693
2915
|
},
|
|
2694
|
-
"
|
|
2695
|
-
"
|
|
2696
|
-
"
|
|
2697
|
-
"
|
|
2916
|
+
"format": {
|
|
2917
|
+
"char": "f",
|
|
2918
|
+
"description": "Output format",
|
|
2919
|
+
"name": "format",
|
|
2920
|
+
"default": "text",
|
|
2921
|
+
"hasDynamicHelp": false,
|
|
2922
|
+
"multiple": false,
|
|
2923
|
+
"options": [
|
|
2924
|
+
"text",
|
|
2925
|
+
"json"
|
|
2926
|
+
],
|
|
2927
|
+
"type": "option"
|
|
2928
|
+
},
|
|
2929
|
+
"max-results": {
|
|
2930
|
+
"char": "n",
|
|
2931
|
+
"description": "Maximum number of results",
|
|
2932
|
+
"name": "max-results",
|
|
2698
2933
|
"hasDynamicHelp": false,
|
|
2699
2934
|
"multiple": false,
|
|
2700
2935
|
"type": "option"
|
|
@@ -2702,7 +2937,7 @@
|
|
|
2702
2937
|
},
|
|
2703
2938
|
"hasDynamicHelp": false,
|
|
2704
2939
|
"hiddenAliases": [],
|
|
2705
|
-
"id": "
|
|
2940
|
+
"id": "swarm:query",
|
|
2706
2941
|
"pluginAlias": "byterover-cli",
|
|
2707
2942
|
"pluginName": "byterover-cli",
|
|
2708
2943
|
"pluginType": "core",
|
|
@@ -2713,63 +2948,36 @@
|
|
|
2713
2948
|
"dist",
|
|
2714
2949
|
"oclif",
|
|
2715
2950
|
"commands",
|
|
2716
|
-
"
|
|
2717
|
-
"
|
|
2951
|
+
"swarm",
|
|
2952
|
+
"query.js"
|
|
2718
2953
|
]
|
|
2719
2954
|
},
|
|
2720
|
-
"
|
|
2955
|
+
"swarm:status": {
|
|
2721
2956
|
"aliases": [],
|
|
2722
|
-
"args": {
|
|
2723
|
-
|
|
2724
|
-
"description": "Branch to merge into the current branch",
|
|
2725
|
-
"name": "branch",
|
|
2726
|
-
"required": false
|
|
2727
|
-
}
|
|
2728
|
-
},
|
|
2729
|
-
"description": "Merge a branch into the current branch",
|
|
2957
|
+
"args": {},
|
|
2958
|
+
"description": "Show memory swarm provider health and connection status",
|
|
2730
2959
|
"examples": [
|
|
2731
|
-
"<%= config.bin %>
|
|
2732
|
-
"<%= config.bin %>
|
|
2733
|
-
"<%= config.bin %> <%= command.id %> --continue",
|
|
2734
|
-
"<%= config.bin %> <%= command.id %> -m \"Custom merge message\" feature/my-branch"
|
|
2960
|
+
"<%= config.bin %> swarm status",
|
|
2961
|
+
"<%= config.bin %> swarm status --format json"
|
|
2735
2962
|
],
|
|
2736
2963
|
"flags": {
|
|
2737
|
-
"
|
|
2738
|
-
"
|
|
2739
|
-
"
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
"name": "abort",
|
|
2743
|
-
"allowNo": false,
|
|
2744
|
-
"type": "boolean"
|
|
2745
|
-
},
|
|
2746
|
-
"allow-unrelated-histories": {
|
|
2747
|
-
"description": "Allow merging unrelated histories",
|
|
2748
|
-
"name": "allow-unrelated-histories",
|
|
2749
|
-
"allowNo": false,
|
|
2750
|
-
"type": "boolean"
|
|
2751
|
-
},
|
|
2752
|
-
"continue": {
|
|
2753
|
-
"description": "Continue the current merge after resolving conflicts",
|
|
2754
|
-
"exclusive": [
|
|
2755
|
-
"abort"
|
|
2756
|
-
],
|
|
2757
|
-
"name": "continue",
|
|
2758
|
-
"allowNo": false,
|
|
2759
|
-
"type": "boolean"
|
|
2760
|
-
},
|
|
2761
|
-
"message": {
|
|
2762
|
-
"char": "m",
|
|
2763
|
-
"description": "Merge commit message",
|
|
2764
|
-
"name": "message",
|
|
2964
|
+
"format": {
|
|
2965
|
+
"char": "f",
|
|
2966
|
+
"description": "Output format",
|
|
2967
|
+
"name": "format",
|
|
2968
|
+
"default": "text",
|
|
2765
2969
|
"hasDynamicHelp": false,
|
|
2766
2970
|
"multiple": false,
|
|
2971
|
+
"options": [
|
|
2972
|
+
"text",
|
|
2973
|
+
"json"
|
|
2974
|
+
],
|
|
2767
2975
|
"type": "option"
|
|
2768
2976
|
}
|
|
2769
2977
|
},
|
|
2770
2978
|
"hasDynamicHelp": false,
|
|
2771
2979
|
"hiddenAliases": [],
|
|
2772
|
-
"id": "
|
|
2980
|
+
"id": "swarm:status",
|
|
2773
2981
|
"pluginAlias": "byterover-cli",
|
|
2774
2982
|
"pluginName": "byterover-cli",
|
|
2775
2983
|
"pluginType": "core",
|
|
@@ -2780,41 +2988,36 @@
|
|
|
2780
2988
|
"dist",
|
|
2781
2989
|
"oclif",
|
|
2782
2990
|
"commands",
|
|
2783
|
-
"
|
|
2784
|
-
"
|
|
2991
|
+
"swarm",
|
|
2992
|
+
"status.js"
|
|
2785
2993
|
]
|
|
2786
2994
|
},
|
|
2787
|
-
"
|
|
2995
|
+
"worktree:add": {
|
|
2788
2996
|
"aliases": [],
|
|
2789
2997
|
"args": {
|
|
2790
|
-
"
|
|
2791
|
-
"description": "
|
|
2792
|
-
"name": "
|
|
2793
|
-
"required": false
|
|
2794
|
-
},
|
|
2795
|
-
"branch": {
|
|
2796
|
-
"description": "Branch to pull",
|
|
2797
|
-
"name": "branch",
|
|
2998
|
+
"path": {
|
|
2999
|
+
"description": "Path to the directory to register as a worktree (relative or absolute)",
|
|
3000
|
+
"name": "path",
|
|
2798
3001
|
"required": false
|
|
2799
3002
|
}
|
|
2800
3003
|
},
|
|
2801
|
-
"description": "
|
|
3004
|
+
"description": "Register a directory as a worktree of this project",
|
|
2802
3005
|
"examples": [
|
|
2803
|
-
"<%= config.bin %> <%= command.id %>",
|
|
2804
|
-
"<%= config.bin %> <%= command.id %>
|
|
2805
|
-
"<%= config.bin %> <%= command.id %>
|
|
3006
|
+
"<%= config.bin %> <%= command.id %> packages/api",
|
|
3007
|
+
"<%= config.bin %> <%= command.id %> ../other-checkout",
|
|
3008
|
+
"<%= config.bin %> <%= command.id %> (auto-detect parent from subdirectory)"
|
|
2806
3009
|
],
|
|
2807
3010
|
"flags": {
|
|
2808
|
-
"
|
|
2809
|
-
"description": "
|
|
2810
|
-
"name": "
|
|
3011
|
+
"force": {
|
|
3012
|
+
"description": "Replace existing .brv/ directory in target with a worktree pointer",
|
|
3013
|
+
"name": "force",
|
|
2811
3014
|
"allowNo": false,
|
|
2812
3015
|
"type": "boolean"
|
|
2813
3016
|
}
|
|
2814
3017
|
},
|
|
2815
3018
|
"hasDynamicHelp": false,
|
|
2816
3019
|
"hiddenAliases": [],
|
|
2817
|
-
"id": "
|
|
3020
|
+
"id": "worktree:add",
|
|
2818
3021
|
"pluginAlias": "byterover-cli",
|
|
2819
3022
|
"pluginName": "byterover-cli",
|
|
2820
3023
|
"pluginType": "core",
|
|
@@ -2825,42 +3028,21 @@
|
|
|
2825
3028
|
"dist",
|
|
2826
3029
|
"oclif",
|
|
2827
3030
|
"commands",
|
|
2828
|
-
"
|
|
2829
|
-
"
|
|
3031
|
+
"worktree",
|
|
3032
|
+
"add.js"
|
|
2830
3033
|
]
|
|
2831
3034
|
},
|
|
2832
|
-
"
|
|
3035
|
+
"worktree": {
|
|
2833
3036
|
"aliases": [],
|
|
2834
|
-
"args": {
|
|
2835
|
-
|
|
2836
|
-
"description": "Remote name (only origin supported)",
|
|
2837
|
-
"name": "remote",
|
|
2838
|
-
"required": false
|
|
2839
|
-
},
|
|
2840
|
-
"branch": {
|
|
2841
|
-
"description": "Branch to push",
|
|
2842
|
-
"name": "branch",
|
|
2843
|
-
"required": false
|
|
2844
|
-
}
|
|
2845
|
-
},
|
|
2846
|
-
"description": "Push commits to ByteRover cloud",
|
|
3037
|
+
"args": {},
|
|
3038
|
+
"description": "Manage worktree links for subdirectories and sibling checkouts",
|
|
2847
3039
|
"examples": [
|
|
2848
|
-
"<%= config.bin %> <%= command.id %>"
|
|
2849
|
-
"<%= config.bin %> <%= command.id %> -u",
|
|
2850
|
-
"<%= config.bin %> <%= command.id %> origin feat/my-branch"
|
|
3040
|
+
"<%= config.bin %> <%= command.id %> --help"
|
|
2851
3041
|
],
|
|
2852
|
-
"flags": {
|
|
2853
|
-
"set-upstream": {
|
|
2854
|
-
"char": "u",
|
|
2855
|
-
"description": "Set upstream tracking branch",
|
|
2856
|
-
"name": "set-upstream",
|
|
2857
|
-
"allowNo": false,
|
|
2858
|
-
"type": "boolean"
|
|
2859
|
-
}
|
|
2860
|
-
},
|
|
3042
|
+
"flags": {},
|
|
2861
3043
|
"hasDynamicHelp": false,
|
|
2862
3044
|
"hiddenAliases": [],
|
|
2863
|
-
"id": "
|
|
3045
|
+
"id": "worktree",
|
|
2864
3046
|
"pluginAlias": "byterover-cli",
|
|
2865
3047
|
"pluginName": "byterover-cli",
|
|
2866
3048
|
"pluginType": "core",
|
|
@@ -2871,69 +3053,53 @@
|
|
|
2871
3053
|
"dist",
|
|
2872
3054
|
"oclif",
|
|
2873
3055
|
"commands",
|
|
2874
|
-
"
|
|
2875
|
-
"
|
|
3056
|
+
"worktree",
|
|
3057
|
+
"index.js"
|
|
2876
3058
|
]
|
|
2877
3059
|
},
|
|
2878
|
-
"
|
|
3060
|
+
"worktree:list": {
|
|
2879
3061
|
"aliases": [],
|
|
2880
3062
|
"args": {},
|
|
2881
|
-
"description": "
|
|
3063
|
+
"description": "Show the current worktree link and list all registered worktrees",
|
|
2882
3064
|
"examples": [
|
|
2883
|
-
"<%= config.bin %> <%= command.id %>"
|
|
2884
|
-
"<%= config.bin %> <%= command.id %> notes.md",
|
|
2885
|
-
"<%= config.bin %> <%= command.id %> --soft HEAD~1",
|
|
2886
|
-
"<%= config.bin %> <%= command.id %> --hard HEAD~1",
|
|
2887
|
-
"<%= config.bin %> <%= command.id %> --hard"
|
|
3065
|
+
"<%= config.bin %> <%= command.id %>"
|
|
2888
3066
|
],
|
|
2889
|
-
"flags": {
|
|
2890
|
-
"hard": {
|
|
2891
|
-
"description": "Reset HEAD, index, and working tree",
|
|
2892
|
-
"exclusive": [
|
|
2893
|
-
"soft"
|
|
2894
|
-
],
|
|
2895
|
-
"name": "hard",
|
|
2896
|
-
"allowNo": false,
|
|
2897
|
-
"type": "boolean"
|
|
2898
|
-
},
|
|
2899
|
-
"soft": {
|
|
2900
|
-
"description": "Reset HEAD only, keep changes staged",
|
|
2901
|
-
"exclusive": [
|
|
2902
|
-
"hard"
|
|
2903
|
-
],
|
|
2904
|
-
"name": "soft",
|
|
2905
|
-
"allowNo": false,
|
|
2906
|
-
"type": "boolean"
|
|
2907
|
-
}
|
|
2908
|
-
},
|
|
3067
|
+
"flags": {},
|
|
2909
3068
|
"hasDynamicHelp": false,
|
|
2910
3069
|
"hiddenAliases": [],
|
|
2911
|
-
"id": "
|
|
3070
|
+
"id": "worktree:list",
|
|
2912
3071
|
"pluginAlias": "byterover-cli",
|
|
2913
3072
|
"pluginName": "byterover-cli",
|
|
2914
3073
|
"pluginType": "core",
|
|
2915
|
-
"strict":
|
|
3074
|
+
"strict": true,
|
|
2916
3075
|
"enableJsonFlag": false,
|
|
2917
3076
|
"isESM": true,
|
|
2918
3077
|
"relativePath": [
|
|
2919
3078
|
"dist",
|
|
2920
3079
|
"oclif",
|
|
2921
3080
|
"commands",
|
|
2922
|
-
"
|
|
2923
|
-
"
|
|
3081
|
+
"worktree",
|
|
3082
|
+
"list.js"
|
|
2924
3083
|
]
|
|
2925
3084
|
},
|
|
2926
|
-
"
|
|
3085
|
+
"worktree:remove": {
|
|
2927
3086
|
"aliases": [],
|
|
2928
|
-
"args": {
|
|
2929
|
-
|
|
3087
|
+
"args": {
|
|
3088
|
+
"path": {
|
|
3089
|
+
"description": "Path to the worktree to remove (defaults to cwd)",
|
|
3090
|
+
"name": "path",
|
|
3091
|
+
"required": false
|
|
3092
|
+
}
|
|
3093
|
+
},
|
|
3094
|
+
"description": "Remove a worktree registration and its .brv pointer",
|
|
2930
3095
|
"examples": [
|
|
2931
|
-
"<%= config.bin %> <%= command.id %>"
|
|
3096
|
+
"<%= config.bin %> <%= command.id %> (remove cwd as worktree)",
|
|
3097
|
+
"<%= config.bin %> <%= command.id %> packages/api (remove from parent)"
|
|
2932
3098
|
],
|
|
2933
3099
|
"flags": {},
|
|
2934
3100
|
"hasDynamicHelp": false,
|
|
2935
3101
|
"hiddenAliases": [],
|
|
2936
|
-
"id": "
|
|
3102
|
+
"id": "worktree:remove",
|
|
2937
3103
|
"pluginAlias": "byterover-cli",
|
|
2938
3104
|
"pluginName": "byterover-cli",
|
|
2939
3105
|
"pluginType": "core",
|
|
@@ -2944,8 +3110,8 @@
|
|
|
2944
3110
|
"dist",
|
|
2945
3111
|
"oclif",
|
|
2946
3112
|
"commands",
|
|
2947
|
-
"
|
|
2948
|
-
"
|
|
3113
|
+
"worktree",
|
|
3114
|
+
"remove.js"
|
|
2949
3115
|
]
|
|
2950
3116
|
},
|
|
2951
3117
|
"hub:registry:add": {
|
|
@@ -3146,57 +3312,28 @@
|
|
|
3146
3312
|
"remove.js"
|
|
3147
3313
|
]
|
|
3148
3314
|
},
|
|
3149
|
-
"
|
|
3315
|
+
"vc:remote:add": {
|
|
3150
3316
|
"aliases": [],
|
|
3151
3317
|
"args": {
|
|
3152
|
-
"
|
|
3153
|
-
"description": "
|
|
3154
|
-
"name": "
|
|
3155
|
-
"required":
|
|
3156
|
-
}
|
|
3157
|
-
|
|
3158
|
-
|
|
3159
|
-
|
|
3160
|
-
|
|
3161
|
-
"<%= config.bin %> <%= command.id %> ../other-checkout",
|
|
3162
|
-
"<%= config.bin %> <%= command.id %> (auto-detect parent from subdirectory)"
|
|
3163
|
-
],
|
|
3164
|
-
"flags": {
|
|
3165
|
-
"force": {
|
|
3166
|
-
"description": "Replace existing .brv/ directory in target with a worktree pointer",
|
|
3167
|
-
"name": "force",
|
|
3168
|
-
"allowNo": false,
|
|
3169
|
-
"type": "boolean"
|
|
3318
|
+
"name": {
|
|
3319
|
+
"description": "Remote name",
|
|
3320
|
+
"name": "name",
|
|
3321
|
+
"required": true
|
|
3322
|
+
},
|
|
3323
|
+
"url": {
|
|
3324
|
+
"description": "Remote URL (e.g. https://byterover.dev/<team>/<space>.git)",
|
|
3325
|
+
"name": "url",
|
|
3326
|
+
"required": true
|
|
3170
3327
|
}
|
|
3171
3328
|
},
|
|
3172
|
-
"
|
|
3173
|
-
"hiddenAliases": [],
|
|
3174
|
-
"id": "worktree:add",
|
|
3175
|
-
"pluginAlias": "byterover-cli",
|
|
3176
|
-
"pluginName": "byterover-cli",
|
|
3177
|
-
"pluginType": "core",
|
|
3178
|
-
"strict": true,
|
|
3179
|
-
"enableJsonFlag": false,
|
|
3180
|
-
"isESM": true,
|
|
3181
|
-
"relativePath": [
|
|
3182
|
-
"dist",
|
|
3183
|
-
"oclif",
|
|
3184
|
-
"commands",
|
|
3185
|
-
"worktree",
|
|
3186
|
-
"add.js"
|
|
3187
|
-
]
|
|
3188
|
-
},
|
|
3189
|
-
"worktree": {
|
|
3190
|
-
"aliases": [],
|
|
3191
|
-
"args": {},
|
|
3192
|
-
"description": "Manage worktree links for subdirectories and sibling checkouts",
|
|
3329
|
+
"description": "Add a named remote",
|
|
3193
3330
|
"examples": [
|
|
3194
|
-
"<%= config.bin %> <%= command.id %>
|
|
3331
|
+
"<%= config.bin %> <%= command.id %> origin https://byterover.dev/acme/project.git"
|
|
3195
3332
|
],
|
|
3196
3333
|
"flags": {},
|
|
3197
3334
|
"hasDynamicHelp": false,
|
|
3198
3335
|
"hiddenAliases": [],
|
|
3199
|
-
"id": "
|
|
3336
|
+
"id": "vc:remote:add",
|
|
3200
3337
|
"pluginAlias": "byterover-cli",
|
|
3201
3338
|
"pluginName": "byterover-cli",
|
|
3202
3339
|
"pluginType": "core",
|
|
@@ -3207,53 +3344,22 @@
|
|
|
3207
3344
|
"dist",
|
|
3208
3345
|
"oclif",
|
|
3209
3346
|
"commands",
|
|
3210
|
-
"
|
|
3211
|
-
"
|
|
3347
|
+
"vc",
|
|
3348
|
+
"remote",
|
|
3349
|
+
"add.js"
|
|
3212
3350
|
]
|
|
3213
3351
|
},
|
|
3214
|
-
"
|
|
3352
|
+
"vc:remote": {
|
|
3215
3353
|
"aliases": [],
|
|
3216
3354
|
"args": {},
|
|
3217
|
-
"description": "Show
|
|
3355
|
+
"description": "Show current remote origin",
|
|
3218
3356
|
"examples": [
|
|
3219
3357
|
"<%= config.bin %> <%= command.id %>"
|
|
3220
3358
|
],
|
|
3221
3359
|
"flags": {},
|
|
3222
3360
|
"hasDynamicHelp": false,
|
|
3223
3361
|
"hiddenAliases": [],
|
|
3224
|
-
"id": "
|
|
3225
|
-
"pluginAlias": "byterover-cli",
|
|
3226
|
-
"pluginName": "byterover-cli",
|
|
3227
|
-
"pluginType": "core",
|
|
3228
|
-
"strict": true,
|
|
3229
|
-
"enableJsonFlag": false,
|
|
3230
|
-
"isESM": true,
|
|
3231
|
-
"relativePath": [
|
|
3232
|
-
"dist",
|
|
3233
|
-
"oclif",
|
|
3234
|
-
"commands",
|
|
3235
|
-
"worktree",
|
|
3236
|
-
"list.js"
|
|
3237
|
-
]
|
|
3238
|
-
},
|
|
3239
|
-
"worktree:remove": {
|
|
3240
|
-
"aliases": [],
|
|
3241
|
-
"args": {
|
|
3242
|
-
"path": {
|
|
3243
|
-
"description": "Path to the worktree to remove (defaults to cwd)",
|
|
3244
|
-
"name": "path",
|
|
3245
|
-
"required": false
|
|
3246
|
-
}
|
|
3247
|
-
},
|
|
3248
|
-
"description": "Remove a worktree registration and its .brv pointer",
|
|
3249
|
-
"examples": [
|
|
3250
|
-
"<%= config.bin %> <%= command.id %> (remove cwd as worktree)",
|
|
3251
|
-
"<%= config.bin %> <%= command.id %> packages/api (remove from parent)"
|
|
3252
|
-
],
|
|
3253
|
-
"flags": {},
|
|
3254
|
-
"hasDynamicHelp": false,
|
|
3255
|
-
"hiddenAliases": [],
|
|
3256
|
-
"id": "worktree:remove",
|
|
3362
|
+
"id": "vc:remote",
|
|
3257
3363
|
"pluginAlias": "byterover-cli",
|
|
3258
3364
|
"pluginName": "byterover-cli",
|
|
3259
3365
|
"pluginType": "core",
|
|
@@ -3264,58 +3370,28 @@
|
|
|
3264
3370
|
"dist",
|
|
3265
3371
|
"oclif",
|
|
3266
3372
|
"commands",
|
|
3267
|
-
"
|
|
3268
|
-
"
|
|
3373
|
+
"vc",
|
|
3374
|
+
"remote",
|
|
3375
|
+
"index.js"
|
|
3269
3376
|
]
|
|
3270
3377
|
},
|
|
3271
|
-
"vc:remote:
|
|
3378
|
+
"vc:remote:remove": {
|
|
3272
3379
|
"aliases": [],
|
|
3273
3380
|
"args": {
|
|
3274
3381
|
"name": {
|
|
3275
3382
|
"description": "Remote name",
|
|
3276
3383
|
"name": "name",
|
|
3277
3384
|
"required": true
|
|
3278
|
-
},
|
|
3279
|
-
"url": {
|
|
3280
|
-
"description": "Remote URL (e.g. https://byterover.dev/<team>/<space>.git)",
|
|
3281
|
-
"name": "url",
|
|
3282
|
-
"required": true
|
|
3283
3385
|
}
|
|
3284
3386
|
},
|
|
3285
|
-
"description": "
|
|
3286
|
-
"examples": [
|
|
3287
|
-
"<%= config.bin %> <%= command.id %> origin https://byterover.dev/acme/project.git"
|
|
3288
|
-
],
|
|
3289
|
-
"flags": {},
|
|
3290
|
-
"hasDynamicHelp": false,
|
|
3291
|
-
"hiddenAliases": [],
|
|
3292
|
-
"id": "vc:remote:add",
|
|
3293
|
-
"pluginAlias": "byterover-cli",
|
|
3294
|
-
"pluginName": "byterover-cli",
|
|
3295
|
-
"pluginType": "core",
|
|
3296
|
-
"strict": true,
|
|
3297
|
-
"enableJsonFlag": false,
|
|
3298
|
-
"isESM": true,
|
|
3299
|
-
"relativePath": [
|
|
3300
|
-
"dist",
|
|
3301
|
-
"oclif",
|
|
3302
|
-
"commands",
|
|
3303
|
-
"vc",
|
|
3304
|
-
"remote",
|
|
3305
|
-
"add.js"
|
|
3306
|
-
]
|
|
3307
|
-
},
|
|
3308
|
-
"vc:remote": {
|
|
3309
|
-
"aliases": [],
|
|
3310
|
-
"args": {},
|
|
3311
|
-
"description": "Show current remote origin",
|
|
3387
|
+
"description": "Remove a named remote",
|
|
3312
3388
|
"examples": [
|
|
3313
|
-
"<%= config.bin %> <%= command.id %>"
|
|
3389
|
+
"<%= config.bin %> <%= command.id %> origin"
|
|
3314
3390
|
],
|
|
3315
3391
|
"flags": {},
|
|
3316
3392
|
"hasDynamicHelp": false,
|
|
3317
3393
|
"hiddenAliases": [],
|
|
3318
|
-
"id": "vc:remote",
|
|
3394
|
+
"id": "vc:remote:remove",
|
|
3319
3395
|
"pluginAlias": "byterover-cli",
|
|
3320
3396
|
"pluginName": "byterover-cli",
|
|
3321
3397
|
"pluginType": "core",
|
|
@@ -3328,7 +3404,7 @@
|
|
|
3328
3404
|
"commands",
|
|
3329
3405
|
"vc",
|
|
3330
3406
|
"remote",
|
|
3331
|
-
"
|
|
3407
|
+
"remove.js"
|
|
3332
3408
|
]
|
|
3333
3409
|
},
|
|
3334
3410
|
"vc:remote:set-url": {
|
|
@@ -3369,5 +3445,5 @@
|
|
|
3369
3445
|
]
|
|
3370
3446
|
}
|
|
3371
3447
|
},
|
|
3372
|
-
"version": "3.
|
|
3448
|
+
"version": "3.9.0"
|
|
3373
3449
|
}
|