byterover-cli 3.12.0 → 3.13.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/.env.production +2 -1
- package/dist/oclif/commands/curate/index.js +6 -0
- package/dist/oclif/commands/providers/connect.d.ts +26 -1
- package/dist/oclif/commands/providers/connect.js +95 -17
- package/dist/oclif/commands/providers/list.d.ts +10 -1
- package/dist/oclif/commands/providers/list.js +35 -3
- package/dist/oclif/commands/query.js +6 -0
- package/dist/oclif/commands/status.js +4 -0
- package/dist/oclif/lib/billing-line.d.ts +8 -0
- package/dist/oclif/lib/billing-line.js +45 -0
- package/dist/oclif/lib/format-billing-line.d.ts +2 -0
- package/dist/oclif/lib/format-billing-line.js +19 -0
- package/dist/oclif/lib/insufficient-credits.d.ts +11 -0
- package/dist/oclif/lib/insufficient-credits.js +36 -0
- package/dist/server/config/environment.d.ts +1 -0
- package/dist/server/config/environment.js +3 -0
- package/dist/server/core/domain/transport/schemas.d.ts +17 -0
- package/dist/server/core/domain/transport/schemas.js +3 -0
- package/dist/server/core/interfaces/services/i-billing-service.d.ts +26 -0
- package/dist/server/core/interfaces/services/i-billing-service.js +1 -0
- package/dist/server/core/interfaces/storage/i-billing-config-store.d.ts +4 -0
- package/dist/server/core/interfaces/storage/i-billing-config-store.js +1 -0
- package/dist/server/infra/billing/billing-state-endpoint.d.ts +4 -0
- package/dist/server/infra/billing/billing-state-endpoint.js +7 -0
- package/dist/server/infra/billing/build-status-billing.d.ts +9 -0
- package/dist/server/infra/billing/build-status-billing.js +36 -0
- package/dist/server/infra/billing/http-billing-service.d.ts +19 -0
- package/dist/server/infra/billing/http-billing-service.js +57 -0
- package/dist/server/infra/billing/paid-organizations-endpoint.d.ts +8 -0
- package/dist/server/infra/billing/paid-organizations-endpoint.js +18 -0
- package/dist/server/infra/billing/resolve-billing-source.d.ts +13 -0
- package/dist/server/infra/billing/resolve-billing-source.js +36 -0
- package/dist/server/infra/billing/resolve-billing-team.d.ts +5 -0
- package/dist/server/infra/billing/resolve-billing-team.js +8 -0
- package/dist/server/infra/connectors/rules/rules-connector.js +7 -2
- package/dist/server/infra/connectors/shared/constants.d.ts +9 -0
- package/dist/server/infra/connectors/shared/constants.js +31 -5
- package/dist/server/infra/daemon/agent-process.js +10 -8
- package/dist/server/infra/daemon/brv-server.js +5 -0
- package/dist/server/infra/http/provider-model-fetchers.js +10 -4
- package/dist/server/infra/process/feature-handlers.d.ts +3 -1
- package/dist/server/infra/process/feature-handlers.js +26 -2
- package/dist/server/infra/storage/file-billing-config-store.d.ts +13 -0
- package/dist/server/infra/storage/file-billing-config-store.js +55 -0
- package/dist/server/infra/transport/handlers/auth-handler.d.ts +4 -0
- package/dist/server/infra/transport/handlers/auth-handler.js +20 -2
- package/dist/server/infra/transport/handlers/billing-handler.d.ts +30 -0
- package/dist/server/infra/transport/handlers/billing-handler.js +132 -0
- package/dist/server/infra/transport/handlers/index.d.ts +4 -0
- package/dist/server/infra/transport/handlers/index.js +2 -0
- package/dist/server/infra/transport/handlers/init-handler.js +2 -0
- package/dist/server/infra/transport/handlers/status-handler.d.ts +14 -0
- package/dist/server/infra/transport/handlers/status-handler.js +16 -0
- package/dist/server/infra/transport/handlers/team-handler.d.ts +19 -0
- package/dist/server/infra/transport/handlers/team-handler.js +40 -0
- package/dist/shared/transport/events/auth-events.d.ts +3 -0
- package/dist/shared/transport/events/billing-events.d.ts +48 -0
- package/dist/shared/transport/events/billing-events.js +8 -0
- package/dist/shared/transport/events/index.d.ts +11 -0
- package/dist/shared/transport/events/index.js +6 -0
- package/dist/shared/transport/events/team-events.d.ts +8 -0
- package/dist/shared/transport/events/team-events.js +3 -0
- package/dist/shared/transport/types/dto.d.ts +80 -0
- package/dist/webui/assets/index-B9JmEFOK.js +130 -0
- package/dist/webui/assets/index-CMIKsBMr.css +1 -0
- package/dist/webui/index.html +2 -2
- package/dist/webui/sw.js +1 -1
- package/oclif.manifest.json +1280 -1272
- package/package.json +1 -1
- package/dist/webui/assets/index-DyVvFoM6.css +0 -1
- package/dist/webui/assets/index-lr0byHh9.js +0 -130
package/oclif.manifest.json
CHANGED
|
@@ -771,144 +771,6 @@
|
|
|
771
771
|
"webui.js"
|
|
772
772
|
]
|
|
773
773
|
},
|
|
774
|
-
"connectors": {
|
|
775
|
-
"aliases": [],
|
|
776
|
-
"args": {},
|
|
777
|
-
"description": "List installed agent connectors",
|
|
778
|
-
"examples": [
|
|
779
|
-
"<%= config.bin %> connectors",
|
|
780
|
-
"<%= config.bin %> connectors --format json"
|
|
781
|
-
],
|
|
782
|
-
"flags": {
|
|
783
|
-
"format": {
|
|
784
|
-
"description": "Output format (text or json)",
|
|
785
|
-
"name": "format",
|
|
786
|
-
"default": "text",
|
|
787
|
-
"hasDynamicHelp": false,
|
|
788
|
-
"multiple": false,
|
|
789
|
-
"options": [
|
|
790
|
-
"text",
|
|
791
|
-
"json"
|
|
792
|
-
],
|
|
793
|
-
"type": "option"
|
|
794
|
-
}
|
|
795
|
-
},
|
|
796
|
-
"hasDynamicHelp": false,
|
|
797
|
-
"hiddenAliases": [],
|
|
798
|
-
"id": "connectors",
|
|
799
|
-
"pluginAlias": "byterover-cli",
|
|
800
|
-
"pluginName": "byterover-cli",
|
|
801
|
-
"pluginType": "core",
|
|
802
|
-
"strict": true,
|
|
803
|
-
"enableJsonFlag": false,
|
|
804
|
-
"isESM": true,
|
|
805
|
-
"relativePath": [
|
|
806
|
-
"dist",
|
|
807
|
-
"oclif",
|
|
808
|
-
"commands",
|
|
809
|
-
"connectors",
|
|
810
|
-
"index.js"
|
|
811
|
-
]
|
|
812
|
-
},
|
|
813
|
-
"connectors:install": {
|
|
814
|
-
"aliases": [],
|
|
815
|
-
"args": {
|
|
816
|
-
"agent": {
|
|
817
|
-
"description": "Agent name to install connector for (e.g., \"Claude Code\", \"Cursor\"). Omit for interactive selection.",
|
|
818
|
-
"name": "agent",
|
|
819
|
-
"required": false
|
|
820
|
-
}
|
|
821
|
-
},
|
|
822
|
-
"description": "Install or switch a connector for an agent\n\n Connector Types:\n Rules Agent reads instructions from rule file\n Hook Instructions injected on each prompt\n MCP Agent connects via MCP protocol\n Agent Skill Agent reads skill files from project directory\n\n Available agents Default Supported Types\n ──────────────────── ─────────────── ─────────────────────────\n Amp Agent Skill Rules, MCP, Agent Skill\n Antigravity Agent Skill Rules, MCP, Agent Skill\n Auggie CLI Agent Skill Rules, MCP, Agent Skill\n Augment Code MCP Rules, MCP\n Claude Code Agent Skill Rules, Hook, MCP, Agent Skill\n Claude Desktop MCP MCP\n Cline MCP Rules, MCP\n Codex Agent Skill Rules, MCP, Agent Skill\n Cursor Agent Skill Rules, MCP, Agent Skill\n Gemini CLI Agent Skill Rules, MCP, Agent Skill\n Github Copilot Agent Skill Rules, MCP, Agent Skill\n Junie Agent Skill Rules, MCP, Agent Skill\n Kilo Code Agent Skill Rules, MCP, Agent Skill\n Kiro Agent Skill Rules, MCP, Agent Skill\n OpenClaude Agent Skill Rules, MCP, Agent Skill\n OpenClaw Agent Skill Agent Skill\n OpenCode Agent Skill Rules, MCP, Agent Skill\n Qoder Agent Skill Rules, MCP, Agent Skill\n Qwen Code MCP Rules, MCP\n Roo Code Agent Skill Rules, MCP, Agent Skill\n Trae.ai Agent Skill Rules, MCP, Agent Skill\n Warp Agent Skill Rules, MCP, Agent Skill\n Windsurf Agent Skill Rules, MCP, Agent Skill\n Zed MCP Rules, MCP",
|
|
823
|
-
"examples": [
|
|
824
|
-
"<%= config.bin %> connectors install \"Claude Code\"",
|
|
825
|
-
"<%= config.bin %> connectors install \"Claude Code\" --type mcp",
|
|
826
|
-
"<%= config.bin %> connectors install Cursor --type rules"
|
|
827
|
-
],
|
|
828
|
-
"flags": {
|
|
829
|
-
"format": {
|
|
830
|
-
"description": "Output format (text or json)",
|
|
831
|
-
"name": "format",
|
|
832
|
-
"default": "text",
|
|
833
|
-
"hasDynamicHelp": false,
|
|
834
|
-
"multiple": false,
|
|
835
|
-
"options": [
|
|
836
|
-
"text",
|
|
837
|
-
"json"
|
|
838
|
-
],
|
|
839
|
-
"type": "option"
|
|
840
|
-
},
|
|
841
|
-
"type": {
|
|
842
|
-
"char": "t",
|
|
843
|
-
"description": "Connector type (rules, hook, mcp, skill). Defaults to agent's recommended type.",
|
|
844
|
-
"name": "type",
|
|
845
|
-
"hasDynamicHelp": false,
|
|
846
|
-
"multiple": false,
|
|
847
|
-
"options": [
|
|
848
|
-
"rules",
|
|
849
|
-
"hook",
|
|
850
|
-
"mcp",
|
|
851
|
-
"skill"
|
|
852
|
-
],
|
|
853
|
-
"type": "option"
|
|
854
|
-
}
|
|
855
|
-
},
|
|
856
|
-
"hasDynamicHelp": false,
|
|
857
|
-
"hiddenAliases": [],
|
|
858
|
-
"id": "connectors:install",
|
|
859
|
-
"pluginAlias": "byterover-cli",
|
|
860
|
-
"pluginName": "byterover-cli",
|
|
861
|
-
"pluginType": "core",
|
|
862
|
-
"strict": true,
|
|
863
|
-
"enableJsonFlag": false,
|
|
864
|
-
"isESM": true,
|
|
865
|
-
"relativePath": [
|
|
866
|
-
"dist",
|
|
867
|
-
"oclif",
|
|
868
|
-
"commands",
|
|
869
|
-
"connectors",
|
|
870
|
-
"install.js"
|
|
871
|
-
]
|
|
872
|
-
},
|
|
873
|
-
"connectors:list": {
|
|
874
|
-
"aliases": [],
|
|
875
|
-
"args": {},
|
|
876
|
-
"description": "List installed agent connectors",
|
|
877
|
-
"examples": [
|
|
878
|
-
"<%= config.bin %> connectors list",
|
|
879
|
-
"<%= config.bin %> connectors list --format json"
|
|
880
|
-
],
|
|
881
|
-
"flags": {
|
|
882
|
-
"format": {
|
|
883
|
-
"description": "Output format (text or json)",
|
|
884
|
-
"name": "format",
|
|
885
|
-
"default": "text",
|
|
886
|
-
"hasDynamicHelp": false,
|
|
887
|
-
"multiple": false,
|
|
888
|
-
"options": [
|
|
889
|
-
"text",
|
|
890
|
-
"json"
|
|
891
|
-
],
|
|
892
|
-
"type": "option"
|
|
893
|
-
}
|
|
894
|
-
},
|
|
895
|
-
"hasDynamicHelp": false,
|
|
896
|
-
"hiddenAliases": [],
|
|
897
|
-
"id": "connectors:list",
|
|
898
|
-
"pluginAlias": "byterover-cli",
|
|
899
|
-
"pluginName": "byterover-cli",
|
|
900
|
-
"pluginType": "core",
|
|
901
|
-
"strict": true,
|
|
902
|
-
"enableJsonFlag": false,
|
|
903
|
-
"isESM": true,
|
|
904
|
-
"relativePath": [
|
|
905
|
-
"dist",
|
|
906
|
-
"oclif",
|
|
907
|
-
"commands",
|
|
908
|
-
"connectors",
|
|
909
|
-
"list.js"
|
|
910
|
-
]
|
|
911
|
-
},
|
|
912
774
|
"curate": {
|
|
913
775
|
"aliases": [],
|
|
914
776
|
"args": {
|
|
@@ -1097,14 +959,31 @@
|
|
|
1097
959
|
"view.js"
|
|
1098
960
|
]
|
|
1099
961
|
},
|
|
1100
|
-
"
|
|
962
|
+
"connectors": {
|
|
1101
963
|
"aliases": [],
|
|
1102
964
|
"args": {},
|
|
1103
|
-
"description": "
|
|
1104
|
-
"
|
|
965
|
+
"description": "List installed agent connectors",
|
|
966
|
+
"examples": [
|
|
967
|
+
"<%= config.bin %> connectors",
|
|
968
|
+
"<%= config.bin %> connectors --format json"
|
|
969
|
+
],
|
|
970
|
+
"flags": {
|
|
971
|
+
"format": {
|
|
972
|
+
"description": "Output format (text or json)",
|
|
973
|
+
"name": "format",
|
|
974
|
+
"default": "text",
|
|
975
|
+
"hasDynamicHelp": false,
|
|
976
|
+
"multiple": false,
|
|
977
|
+
"options": [
|
|
978
|
+
"text",
|
|
979
|
+
"json"
|
|
980
|
+
],
|
|
981
|
+
"type": "option"
|
|
982
|
+
}
|
|
983
|
+
},
|
|
1105
984
|
"hasDynamicHelp": false,
|
|
1106
985
|
"hiddenAliases": [],
|
|
1107
|
-
"id": "
|
|
986
|
+
"id": "connectors",
|
|
1108
987
|
"pluginAlias": "byterover-cli",
|
|
1109
988
|
"pluginName": "byterover-cli",
|
|
1110
989
|
"pluginType": "core",
|
|
@@ -1115,58 +994,28 @@
|
|
|
1115
994
|
"dist",
|
|
1116
995
|
"oclif",
|
|
1117
996
|
"commands",
|
|
1118
|
-
"
|
|
997
|
+
"connectors",
|
|
1119
998
|
"index.js"
|
|
1120
999
|
]
|
|
1121
1000
|
},
|
|
1122
|
-
"
|
|
1001
|
+
"connectors:install": {
|
|
1123
1002
|
"aliases": [],
|
|
1124
1003
|
"args": {
|
|
1125
|
-
"
|
|
1126
|
-
"description": "
|
|
1127
|
-
"name": "
|
|
1128
|
-
"required":
|
|
1004
|
+
"agent": {
|
|
1005
|
+
"description": "Agent name to install connector for (e.g., \"Claude Code\", \"Cursor\"). Omit for interactive selection.",
|
|
1006
|
+
"name": "agent",
|
|
1007
|
+
"required": false
|
|
1129
1008
|
}
|
|
1130
1009
|
},
|
|
1131
|
-
"description": "Install a
|
|
1010
|
+
"description": "Install or switch a connector for an agent\n\n Connector Types:\n Rules Agent reads instructions from rule file\n Hook Instructions injected on each prompt\n MCP Agent connects via MCP protocol\n Agent Skill Agent reads skill files from project directory\n\n Available agents Default Supported Types\n ──────────────────── ─────────────── ─────────────────────────\n Amp Agent Skill Rules, MCP, Agent Skill\n Antigravity Agent Skill Rules, MCP, Agent Skill\n Auggie CLI Agent Skill Rules, MCP, Agent Skill\n Augment Code MCP Rules, MCP\n Claude Code Agent Skill Rules, Hook, MCP, Agent Skill\n Claude Desktop MCP MCP\n Cline MCP Rules, MCP\n Codex Agent Skill Rules, MCP, Agent Skill\n Cursor Agent Skill Rules, MCP, Agent Skill\n Gemini CLI Agent Skill Rules, MCP, Agent Skill\n Github Copilot Agent Skill Rules, MCP, Agent Skill\n Junie Agent Skill Rules, MCP, Agent Skill\n Kilo Code Agent Skill Rules, MCP, Agent Skill\n Kiro Agent Skill Rules, MCP, Agent Skill\n OpenClaude Agent Skill Rules, MCP, Agent Skill\n OpenClaw Agent Skill Agent Skill\n OpenCode Agent Skill Rules, MCP, Agent Skill\n Qoder Agent Skill Rules, MCP, Agent Skill\n Qwen Code MCP Rules, MCP\n Roo Code Agent Skill Rules, MCP, Agent Skill\n Trae.ai Agent Skill Rules, MCP, Agent Skill\n Warp Agent Skill Rules, MCP, Agent Skill\n Windsurf Agent Skill Rules, MCP, Agent Skill\n Zed MCP Rules, MCP",
|
|
1132
1011
|
"examples": [
|
|
1133
|
-
"<%= config.bin %>
|
|
1134
|
-
"<%= config.bin %>
|
|
1135
|
-
"<%= config.bin %>
|
|
1012
|
+
"<%= config.bin %> connectors install \"Claude Code\"",
|
|
1013
|
+
"<%= config.bin %> connectors install \"Claude Code\" --type mcp",
|
|
1014
|
+
"<%= config.bin %> connectors install Cursor --type rules"
|
|
1136
1015
|
],
|
|
1137
1016
|
"flags": {
|
|
1138
|
-
"agent": {
|
|
1139
|
-
"char": "a",
|
|
1140
|
-
"description": "Target agent for skill install",
|
|
1141
|
-
"name": "agent",
|
|
1142
|
-
"hasDynamicHelp": false,
|
|
1143
|
-
"multiple": false,
|
|
1144
|
-
"options": [
|
|
1145
|
-
"Amp",
|
|
1146
|
-
"Antigravity",
|
|
1147
|
-
"Auggie CLI",
|
|
1148
|
-
"Claude Code",
|
|
1149
|
-
"Codex",
|
|
1150
|
-
"Cursor",
|
|
1151
|
-
"Gemini CLI",
|
|
1152
|
-
"Github Copilot",
|
|
1153
|
-
"Junie",
|
|
1154
|
-
"Kilo Code",
|
|
1155
|
-
"Kiro",
|
|
1156
|
-
"OpenClaude",
|
|
1157
|
-
"OpenClaw",
|
|
1158
|
-
"OpenCode",
|
|
1159
|
-
"Qoder",
|
|
1160
|
-
"Roo Code",
|
|
1161
|
-
"Trae.ai",
|
|
1162
|
-
"Warp",
|
|
1163
|
-
"Windsurf"
|
|
1164
|
-
],
|
|
1165
|
-
"type": "option"
|
|
1166
|
-
},
|
|
1167
1017
|
"format": {
|
|
1168
|
-
"
|
|
1169
|
-
"description": "Output format",
|
|
1018
|
+
"description": "Output format (text or json)",
|
|
1170
1019
|
"name": "format",
|
|
1171
1020
|
"default": "text",
|
|
1172
1021
|
"hasDynamicHelp": false,
|
|
@@ -1177,31 +1026,24 @@
|
|
|
1177
1026
|
],
|
|
1178
1027
|
"type": "option"
|
|
1179
1028
|
},
|
|
1180
|
-
"
|
|
1181
|
-
"char": "
|
|
1182
|
-
"description": "
|
|
1183
|
-
"name": "
|
|
1184
|
-
"hasDynamicHelp": false,
|
|
1185
|
-
"multiple": false,
|
|
1186
|
-
"type": "option"
|
|
1187
|
-
},
|
|
1188
|
-
"scope": {
|
|
1189
|
-
"char": "s",
|
|
1190
|
-
"description": "Install scope for skills (global: home directory, project: current project)",
|
|
1191
|
-
"name": "scope",
|
|
1192
|
-
"default": "project",
|
|
1029
|
+
"type": {
|
|
1030
|
+
"char": "t",
|
|
1031
|
+
"description": "Connector type (rules, hook, mcp, skill). Defaults to agent's recommended type.",
|
|
1032
|
+
"name": "type",
|
|
1193
1033
|
"hasDynamicHelp": false,
|
|
1194
1034
|
"multiple": false,
|
|
1195
1035
|
"options": [
|
|
1196
|
-
"
|
|
1197
|
-
"
|
|
1036
|
+
"rules",
|
|
1037
|
+
"hook",
|
|
1038
|
+
"mcp",
|
|
1039
|
+
"skill"
|
|
1198
1040
|
],
|
|
1199
1041
|
"type": "option"
|
|
1200
1042
|
}
|
|
1201
1043
|
},
|
|
1202
1044
|
"hasDynamicHelp": false,
|
|
1203
1045
|
"hiddenAliases": [],
|
|
1204
|
-
"id": "
|
|
1046
|
+
"id": "connectors:install",
|
|
1205
1047
|
"pluginAlias": "byterover-cli",
|
|
1206
1048
|
"pluginName": "byterover-cli",
|
|
1207
1049
|
"pluginType": "core",
|
|
@@ -1212,22 +1054,21 @@
|
|
|
1212
1054
|
"dist",
|
|
1213
1055
|
"oclif",
|
|
1214
1056
|
"commands",
|
|
1215
|
-
"
|
|
1057
|
+
"connectors",
|
|
1216
1058
|
"install.js"
|
|
1217
1059
|
]
|
|
1218
1060
|
},
|
|
1219
|
-
"
|
|
1061
|
+
"connectors:list": {
|
|
1220
1062
|
"aliases": [],
|
|
1221
1063
|
"args": {},
|
|
1222
|
-
"description": "List
|
|
1064
|
+
"description": "List installed agent connectors",
|
|
1223
1065
|
"examples": [
|
|
1224
|
-
"<%= config.bin %>
|
|
1225
|
-
"<%= config.bin %>
|
|
1066
|
+
"<%= config.bin %> connectors list",
|
|
1067
|
+
"<%= config.bin %> connectors list --format json"
|
|
1226
1068
|
],
|
|
1227
1069
|
"flags": {
|
|
1228
1070
|
"format": {
|
|
1229
|
-
"
|
|
1230
|
-
"description": "Output format",
|
|
1071
|
+
"description": "Output format (text or json)",
|
|
1231
1072
|
"name": "format",
|
|
1232
1073
|
"default": "text",
|
|
1233
1074
|
"hasDynamicHelp": false,
|
|
@@ -1241,7 +1082,7 @@
|
|
|
1241
1082
|
},
|
|
1242
1083
|
"hasDynamicHelp": false,
|
|
1243
1084
|
"hiddenAliases": [],
|
|
1244
|
-
"id": "
|
|
1085
|
+
"id": "connectors:list",
|
|
1245
1086
|
"pluginAlias": "byterover-cli",
|
|
1246
1087
|
"pluginName": "byterover-cli",
|
|
1247
1088
|
"pluginType": "core",
|
|
@@ -1252,35 +1093,18 @@
|
|
|
1252
1093
|
"dist",
|
|
1253
1094
|
"oclif",
|
|
1254
1095
|
"commands",
|
|
1255
|
-
"
|
|
1096
|
+
"connectors",
|
|
1256
1097
|
"list.js"
|
|
1257
1098
|
]
|
|
1258
1099
|
},
|
|
1259
|
-
"
|
|
1100
|
+
"hub": {
|
|
1260
1101
|
"aliases": [],
|
|
1261
1102
|
"args": {},
|
|
1262
|
-
"description": "
|
|
1263
|
-
"
|
|
1264
|
-
"<%= config.bin %> model",
|
|
1265
|
-
"<%= config.bin %> model --format json"
|
|
1266
|
-
],
|
|
1267
|
-
"flags": {
|
|
1268
|
-
"format": {
|
|
1269
|
-
"description": "Output format (text or json)",
|
|
1270
|
-
"name": "format",
|
|
1271
|
-
"default": "text",
|
|
1272
|
-
"hasDynamicHelp": false,
|
|
1273
|
-
"multiple": false,
|
|
1274
|
-
"options": [
|
|
1275
|
-
"text",
|
|
1276
|
-
"json"
|
|
1277
|
-
],
|
|
1278
|
-
"type": "option"
|
|
1279
|
-
}
|
|
1280
|
-
},
|
|
1103
|
+
"description": "Browse and manage skills & bundles registry",
|
|
1104
|
+
"flags": {},
|
|
1281
1105
|
"hasDynamicHelp": false,
|
|
1282
1106
|
"hiddenAliases": [],
|
|
1283
|
-
"id": "
|
|
1107
|
+
"id": "hub",
|
|
1284
1108
|
"pluginAlias": "byterover-cli",
|
|
1285
1109
|
"pluginName": "byterover-cli",
|
|
1286
1110
|
"pluginType": "core",
|
|
@@ -1291,21 +1115,58 @@
|
|
|
1291
1115
|
"dist",
|
|
1292
1116
|
"oclif",
|
|
1293
1117
|
"commands",
|
|
1294
|
-
"
|
|
1118
|
+
"hub",
|
|
1295
1119
|
"index.js"
|
|
1296
1120
|
]
|
|
1297
1121
|
},
|
|
1298
|
-
"
|
|
1122
|
+
"hub:install": {
|
|
1299
1123
|
"aliases": [],
|
|
1300
|
-
"args": {
|
|
1301
|
-
|
|
1124
|
+
"args": {
|
|
1125
|
+
"id": {
|
|
1126
|
+
"description": "Entry ID to install",
|
|
1127
|
+
"name": "id",
|
|
1128
|
+
"required": true
|
|
1129
|
+
}
|
|
1130
|
+
},
|
|
1131
|
+
"description": "Install a skill or bundle from the hub",
|
|
1302
1132
|
"examples": [
|
|
1303
|
-
"<%= config.bin %>
|
|
1304
|
-
"<%= config.bin %>
|
|
1133
|
+
"<%= config.bin %> hub install byterover-review --agent \"Claude Code\"",
|
|
1134
|
+
"<%= config.bin %> hub install typescript-kickstart",
|
|
1135
|
+
"<%= config.bin %> hub install byterover-review --registry myco"
|
|
1305
1136
|
],
|
|
1306
1137
|
"flags": {
|
|
1138
|
+
"agent": {
|
|
1139
|
+
"char": "a",
|
|
1140
|
+
"description": "Target agent for skill install",
|
|
1141
|
+
"name": "agent",
|
|
1142
|
+
"hasDynamicHelp": false,
|
|
1143
|
+
"multiple": false,
|
|
1144
|
+
"options": [
|
|
1145
|
+
"Amp",
|
|
1146
|
+
"Antigravity",
|
|
1147
|
+
"Auggie CLI",
|
|
1148
|
+
"Claude Code",
|
|
1149
|
+
"Codex",
|
|
1150
|
+
"Cursor",
|
|
1151
|
+
"Gemini CLI",
|
|
1152
|
+
"Github Copilot",
|
|
1153
|
+
"Junie",
|
|
1154
|
+
"Kilo Code",
|
|
1155
|
+
"Kiro",
|
|
1156
|
+
"OpenClaude",
|
|
1157
|
+
"OpenClaw",
|
|
1158
|
+
"OpenCode",
|
|
1159
|
+
"Qoder",
|
|
1160
|
+
"Roo Code",
|
|
1161
|
+
"Trae.ai",
|
|
1162
|
+
"Warp",
|
|
1163
|
+
"Windsurf"
|
|
1164
|
+
],
|
|
1165
|
+
"type": "option"
|
|
1166
|
+
},
|
|
1307
1167
|
"format": {
|
|
1308
|
-
"
|
|
1168
|
+
"char": "f",
|
|
1169
|
+
"description": "Output format",
|
|
1309
1170
|
"name": "format",
|
|
1310
1171
|
"default": "text",
|
|
1311
1172
|
"hasDynamicHelp": false,
|
|
@@ -1316,18 +1177,31 @@
|
|
|
1316
1177
|
],
|
|
1317
1178
|
"type": "option"
|
|
1318
1179
|
},
|
|
1319
|
-
"
|
|
1320
|
-
"char": "
|
|
1321
|
-
"description": "
|
|
1322
|
-
"name": "
|
|
1180
|
+
"registry": {
|
|
1181
|
+
"char": "r",
|
|
1182
|
+
"description": "Registry to install from (when ID exists in multiple registries)",
|
|
1183
|
+
"name": "registry",
|
|
1184
|
+
"hasDynamicHelp": false,
|
|
1185
|
+
"multiple": false,
|
|
1186
|
+
"type": "option"
|
|
1187
|
+
},
|
|
1188
|
+
"scope": {
|
|
1189
|
+
"char": "s",
|
|
1190
|
+
"description": "Install scope for skills (global: home directory, project: current project)",
|
|
1191
|
+
"name": "scope",
|
|
1192
|
+
"default": "project",
|
|
1323
1193
|
"hasDynamicHelp": false,
|
|
1324
1194
|
"multiple": false,
|
|
1195
|
+
"options": [
|
|
1196
|
+
"global",
|
|
1197
|
+
"project"
|
|
1198
|
+
],
|
|
1325
1199
|
"type": "option"
|
|
1326
1200
|
}
|
|
1327
1201
|
},
|
|
1328
1202
|
"hasDynamicHelp": false,
|
|
1329
1203
|
"hiddenAliases": [],
|
|
1330
|
-
"id": "
|
|
1204
|
+
"id": "hub:install",
|
|
1331
1205
|
"pluginAlias": "byterover-cli",
|
|
1332
1206
|
"pluginName": "byterover-cli",
|
|
1333
1207
|
"pluginType": "core",
|
|
@@ -1338,28 +1212,22 @@
|
|
|
1338
1212
|
"dist",
|
|
1339
1213
|
"oclif",
|
|
1340
1214
|
"commands",
|
|
1341
|
-
"
|
|
1342
|
-
"
|
|
1215
|
+
"hub",
|
|
1216
|
+
"install.js"
|
|
1343
1217
|
]
|
|
1344
1218
|
},
|
|
1345
|
-
"
|
|
1219
|
+
"hub:list": {
|
|
1346
1220
|
"aliases": [],
|
|
1347
|
-
"args": {
|
|
1348
|
-
|
|
1349
|
-
"description": "Model ID to switch to (e.g., claude-sonnet-4-5, gpt-4.1)",
|
|
1350
|
-
"name": "model",
|
|
1351
|
-
"required": true
|
|
1352
|
-
}
|
|
1353
|
-
},
|
|
1354
|
-
"description": "Switch the active model",
|
|
1221
|
+
"args": {},
|
|
1222
|
+
"description": "List available skills & bundles from the hub",
|
|
1355
1223
|
"examples": [
|
|
1356
|
-
"<%= config.bin %>
|
|
1357
|
-
"<%= config.bin %>
|
|
1358
|
-
"<%= config.bin %> model switch claude-sonnet-4-5 --format json"
|
|
1224
|
+
"<%= config.bin %> hub list",
|
|
1225
|
+
"<%= config.bin %> hub list --format json"
|
|
1359
1226
|
],
|
|
1360
1227
|
"flags": {
|
|
1361
1228
|
"format": {
|
|
1362
|
-
"
|
|
1229
|
+
"char": "f",
|
|
1230
|
+
"description": "Output format",
|
|
1363
1231
|
"name": "format",
|
|
1364
1232
|
"default": "text",
|
|
1365
1233
|
"hasDynamicHelp": false,
|
|
@@ -1369,19 +1237,11 @@
|
|
|
1369
1237
|
"json"
|
|
1370
1238
|
],
|
|
1371
1239
|
"type": "option"
|
|
1372
|
-
},
|
|
1373
|
-
"provider": {
|
|
1374
|
-
"char": "p",
|
|
1375
|
-
"description": "Provider ID (defaults to active provider)",
|
|
1376
|
-
"name": "provider",
|
|
1377
|
-
"hasDynamicHelp": false,
|
|
1378
|
-
"multiple": false,
|
|
1379
|
-
"type": "option"
|
|
1380
1240
|
}
|
|
1381
1241
|
},
|
|
1382
1242
|
"hasDynamicHelp": false,
|
|
1383
1243
|
"hiddenAliases": [],
|
|
1384
|
-
"id": "
|
|
1244
|
+
"id": "hub:list",
|
|
1385
1245
|
"pluginAlias": "byterover-cli",
|
|
1386
1246
|
"pluginName": "byterover-cli",
|
|
1387
1247
|
"pluginType": "core",
|
|
@@ -1392,51 +1252,37 @@
|
|
|
1392
1252
|
"dist",
|
|
1393
1253
|
"oclif",
|
|
1394
1254
|
"commands",
|
|
1395
|
-
"
|
|
1396
|
-
"
|
|
1255
|
+
"hub",
|
|
1256
|
+
"list.js"
|
|
1397
1257
|
]
|
|
1398
1258
|
},
|
|
1399
|
-
"
|
|
1259
|
+
"review:approve": {
|
|
1400
1260
|
"aliases": [],
|
|
1401
1261
|
"args": {
|
|
1402
|
-
"
|
|
1403
|
-
"description": "
|
|
1404
|
-
"name": "
|
|
1405
|
-
"required":
|
|
1262
|
+
"taskId": {
|
|
1263
|
+
"description": "Task ID shown in the curate output (e.g. \"brv review approve abc-123\")",
|
|
1264
|
+
"name": "taskId",
|
|
1265
|
+
"required": true
|
|
1406
1266
|
}
|
|
1407
1267
|
},
|
|
1408
|
-
"description": "
|
|
1268
|
+
"description": "Approve pending review operations for a curate task",
|
|
1409
1269
|
"examples": [
|
|
1410
|
-
"
|
|
1411
|
-
"<%= config.bin %>
|
|
1412
|
-
"
|
|
1413
|
-
"
|
|
1414
|
-
"<%= config.bin %>
|
|
1270
|
+
"# Approve all pending changes from a curate task",
|
|
1271
|
+
"<%= config.bin %> review approve abc-123",
|
|
1272
|
+
"",
|
|
1273
|
+
"# Approve specific files",
|
|
1274
|
+
"<%= config.bin %> review approve abc-123 --file architecture/security/audit.md",
|
|
1275
|
+
"<%= config.bin %> review approve abc-123 --file auth/jwt.md --file auth/oauth.md",
|
|
1276
|
+
"",
|
|
1277
|
+
"# Approve and get structured output (useful for coding agents)",
|
|
1278
|
+
"<%= config.bin %> review approve abc-123 --format json"
|
|
1415
1279
|
],
|
|
1416
1280
|
"flags": {
|
|
1417
|
-
"
|
|
1418
|
-
"
|
|
1419
|
-
"
|
|
1420
|
-
"name": "api-key",
|
|
1421
|
-
"hasDynamicHelp": false,
|
|
1422
|
-
"multiple": false,
|
|
1423
|
-
"type": "option"
|
|
1424
|
-
},
|
|
1425
|
-
"base-url": {
|
|
1426
|
-
"char": "b",
|
|
1427
|
-
"description": "Base URL for OpenAI-compatible providers (e.g., http://localhost:11434/v1)",
|
|
1428
|
-
"name": "base-url",
|
|
1429
|
-
"hasDynamicHelp": false,
|
|
1430
|
-
"multiple": false,
|
|
1431
|
-
"type": "option"
|
|
1432
|
-
},
|
|
1433
|
-
"code": {
|
|
1434
|
-
"char": "c",
|
|
1435
|
-
"description": "Authorization code for code-paste OAuth providers (e.g., Anthropic). Not applicable to browser-callback providers like OpenAI — use --oauth without --code instead.",
|
|
1436
|
-
"hidden": true,
|
|
1437
|
-
"name": "code",
|
|
1281
|
+
"file": {
|
|
1282
|
+
"description": "Approve only the specified file path(s) (relative to context tree)",
|
|
1283
|
+
"name": "file",
|
|
1438
1284
|
"hasDynamicHelp": false,
|
|
1439
|
-
"multiple":
|
|
1285
|
+
"multiple": true,
|
|
1440
1286
|
"type": "option"
|
|
1441
1287
|
},
|
|
1442
1288
|
"format": {
|
|
@@ -1450,25 +1296,11 @@
|
|
|
1450
1296
|
"json"
|
|
1451
1297
|
],
|
|
1452
1298
|
"type": "option"
|
|
1453
|
-
},
|
|
1454
|
-
"model": {
|
|
1455
|
-
"char": "m",
|
|
1456
|
-
"description": "Model to set as active after connecting",
|
|
1457
|
-
"name": "model",
|
|
1458
|
-
"hasDynamicHelp": false,
|
|
1459
|
-
"multiple": false,
|
|
1460
|
-
"type": "option"
|
|
1461
|
-
},
|
|
1462
|
-
"oauth": {
|
|
1463
|
-
"description": "Connect via OAuth (browser-based)",
|
|
1464
|
-
"name": "oauth",
|
|
1465
|
-
"allowNo": false,
|
|
1466
|
-
"type": "boolean"
|
|
1467
1299
|
}
|
|
1468
1300
|
},
|
|
1469
1301
|
"hasDynamicHelp": false,
|
|
1470
1302
|
"hiddenAliases": [],
|
|
1471
|
-
"id": "
|
|
1303
|
+
"id": "review:approve",
|
|
1472
1304
|
"pluginAlias": "byterover-cli",
|
|
1473
1305
|
"pluginName": "byterover-cli",
|
|
1474
1306
|
"pluginType": "core",
|
|
@@ -1479,25 +1311,25 @@
|
|
|
1479
1311
|
"dist",
|
|
1480
1312
|
"oclif",
|
|
1481
1313
|
"commands",
|
|
1482
|
-
"
|
|
1483
|
-
"
|
|
1314
|
+
"review",
|
|
1315
|
+
"approve.js"
|
|
1484
1316
|
]
|
|
1485
1317
|
},
|
|
1486
|
-
"
|
|
1318
|
+
"review:base-review-decision": {
|
|
1487
1319
|
"aliases": [],
|
|
1488
1320
|
"args": {
|
|
1489
|
-
"
|
|
1490
|
-
"
|
|
1491
|
-
"name": "provider",
|
|
1321
|
+
"taskId": {
|
|
1322
|
+
"name": "taskId",
|
|
1492
1323
|
"required": true
|
|
1493
1324
|
}
|
|
1494
1325
|
},
|
|
1495
|
-
"description": "Disconnect an LLM provider",
|
|
1496
|
-
"examples": [
|
|
1497
|
-
"<%= config.bin %> providers disconnect anthropic",
|
|
1498
|
-
"<%= config.bin %> providers disconnect openai --format json"
|
|
1499
|
-
],
|
|
1500
1326
|
"flags": {
|
|
1327
|
+
"file": {
|
|
1328
|
+
"name": "file",
|
|
1329
|
+
"hasDynamicHelp": false,
|
|
1330
|
+
"multiple": true,
|
|
1331
|
+
"type": "option"
|
|
1332
|
+
},
|
|
1501
1333
|
"format": {
|
|
1502
1334
|
"description": "Output format (text or json)",
|
|
1503
1335
|
"name": "format",
|
|
@@ -1513,7 +1345,7 @@
|
|
|
1513
1345
|
},
|
|
1514
1346
|
"hasDynamicHelp": false,
|
|
1515
1347
|
"hiddenAliases": [],
|
|
1516
|
-
"id": "
|
|
1348
|
+
"id": "review:base-review-decision",
|
|
1517
1349
|
"pluginAlias": "byterover-cli",
|
|
1518
1350
|
"pluginName": "byterover-cli",
|
|
1519
1351
|
"pluginType": "core",
|
|
@@ -1524,17 +1356,20 @@
|
|
|
1524
1356
|
"dist",
|
|
1525
1357
|
"oclif",
|
|
1526
1358
|
"commands",
|
|
1527
|
-
"
|
|
1528
|
-
"
|
|
1359
|
+
"review",
|
|
1360
|
+
"base-review-decision.js"
|
|
1529
1361
|
]
|
|
1530
1362
|
},
|
|
1531
|
-
"
|
|
1363
|
+
"review:pending": {
|
|
1532
1364
|
"aliases": [],
|
|
1533
1365
|
"args": {},
|
|
1534
|
-
"description": "
|
|
1366
|
+
"description": "List all pending review operations for the current project",
|
|
1535
1367
|
"examples": [
|
|
1536
|
-
"
|
|
1537
|
-
"<%= config.bin %>
|
|
1368
|
+
"# Show all pending reviews",
|
|
1369
|
+
"<%= config.bin %> review pending",
|
|
1370
|
+
"",
|
|
1371
|
+
"# Get structured output for agent-driven workflows",
|
|
1372
|
+
"<%= config.bin %> review pending --format json"
|
|
1538
1373
|
],
|
|
1539
1374
|
"flags": {
|
|
1540
1375
|
"format": {
|
|
@@ -1552,7 +1387,7 @@
|
|
|
1552
1387
|
},
|
|
1553
1388
|
"hasDynamicHelp": false,
|
|
1554
1389
|
"hiddenAliases": [],
|
|
1555
|
-
"id": "
|
|
1390
|
+
"id": "review:pending",
|
|
1556
1391
|
"pluginAlias": "byterover-cli",
|
|
1557
1392
|
"pluginName": "byterover-cli",
|
|
1558
1393
|
"pluginType": "core",
|
|
@@ -1563,241 +1398,11 @@
|
|
|
1563
1398
|
"dist",
|
|
1564
1399
|
"oclif",
|
|
1565
1400
|
"commands",
|
|
1566
|
-
"
|
|
1567
|
-
"
|
|
1401
|
+
"review",
|
|
1402
|
+
"pending.js"
|
|
1568
1403
|
]
|
|
1569
1404
|
},
|
|
1570
|
-
"
|
|
1571
|
-
"aliases": [],
|
|
1572
|
-
"args": {},
|
|
1573
|
-
"description": "List all available providers and their connection status",
|
|
1574
|
-
"examples": [
|
|
1575
|
-
"<%= config.bin %> providers list",
|
|
1576
|
-
"<%= config.bin %> providers list --format json"
|
|
1577
|
-
],
|
|
1578
|
-
"flags": {
|
|
1579
|
-
"format": {
|
|
1580
|
-
"description": "Output format (text or json)",
|
|
1581
|
-
"name": "format",
|
|
1582
|
-
"default": "text",
|
|
1583
|
-
"hasDynamicHelp": false,
|
|
1584
|
-
"multiple": false,
|
|
1585
|
-
"options": [
|
|
1586
|
-
"text",
|
|
1587
|
-
"json"
|
|
1588
|
-
],
|
|
1589
|
-
"type": "option"
|
|
1590
|
-
}
|
|
1591
|
-
},
|
|
1592
|
-
"hasDynamicHelp": false,
|
|
1593
|
-
"hiddenAliases": [],
|
|
1594
|
-
"id": "providers:list",
|
|
1595
|
-
"pluginAlias": "byterover-cli",
|
|
1596
|
-
"pluginName": "byterover-cli",
|
|
1597
|
-
"pluginType": "core",
|
|
1598
|
-
"strict": true,
|
|
1599
|
-
"enableJsonFlag": false,
|
|
1600
|
-
"isESM": true,
|
|
1601
|
-
"relativePath": [
|
|
1602
|
-
"dist",
|
|
1603
|
-
"oclif",
|
|
1604
|
-
"commands",
|
|
1605
|
-
"providers",
|
|
1606
|
-
"list.js"
|
|
1607
|
-
]
|
|
1608
|
-
},
|
|
1609
|
-
"providers:switch": {
|
|
1610
|
-
"aliases": [],
|
|
1611
|
-
"args": {
|
|
1612
|
-
"provider": {
|
|
1613
|
-
"description": "Provider ID to switch to (e.g., anthropic, openai)",
|
|
1614
|
-
"name": "provider",
|
|
1615
|
-
"required": true
|
|
1616
|
-
}
|
|
1617
|
-
},
|
|
1618
|
-
"description": "Switch the active provider",
|
|
1619
|
-
"examples": [
|
|
1620
|
-
"<%= config.bin %> providers switch anthropic",
|
|
1621
|
-
"<%= config.bin %> providers switch openai --format json"
|
|
1622
|
-
],
|
|
1623
|
-
"flags": {
|
|
1624
|
-
"format": {
|
|
1625
|
-
"description": "Output format (text or json)",
|
|
1626
|
-
"name": "format",
|
|
1627
|
-
"default": "text",
|
|
1628
|
-
"hasDynamicHelp": false,
|
|
1629
|
-
"multiple": false,
|
|
1630
|
-
"options": [
|
|
1631
|
-
"text",
|
|
1632
|
-
"json"
|
|
1633
|
-
],
|
|
1634
|
-
"type": "option"
|
|
1635
|
-
}
|
|
1636
|
-
},
|
|
1637
|
-
"hasDynamicHelp": false,
|
|
1638
|
-
"hiddenAliases": [],
|
|
1639
|
-
"id": "providers:switch",
|
|
1640
|
-
"pluginAlias": "byterover-cli",
|
|
1641
|
-
"pluginName": "byterover-cli",
|
|
1642
|
-
"pluginType": "core",
|
|
1643
|
-
"strict": true,
|
|
1644
|
-
"enableJsonFlag": false,
|
|
1645
|
-
"isESM": true,
|
|
1646
|
-
"relativePath": [
|
|
1647
|
-
"dist",
|
|
1648
|
-
"oclif",
|
|
1649
|
-
"commands",
|
|
1650
|
-
"providers",
|
|
1651
|
-
"switch.js"
|
|
1652
|
-
]
|
|
1653
|
-
},
|
|
1654
|
-
"review:approve": {
|
|
1655
|
-
"aliases": [],
|
|
1656
|
-
"args": {
|
|
1657
|
-
"taskId": {
|
|
1658
|
-
"description": "Task ID shown in the curate output (e.g. \"brv review approve abc-123\")",
|
|
1659
|
-
"name": "taskId",
|
|
1660
|
-
"required": true
|
|
1661
|
-
}
|
|
1662
|
-
},
|
|
1663
|
-
"description": "Approve pending review operations for a curate task",
|
|
1664
|
-
"examples": [
|
|
1665
|
-
"# Approve all pending changes from a curate task",
|
|
1666
|
-
"<%= config.bin %> review approve abc-123",
|
|
1667
|
-
"",
|
|
1668
|
-
"# Approve specific files",
|
|
1669
|
-
"<%= config.bin %> review approve abc-123 --file architecture/security/audit.md",
|
|
1670
|
-
"<%= config.bin %> review approve abc-123 --file auth/jwt.md --file auth/oauth.md",
|
|
1671
|
-
"",
|
|
1672
|
-
"# Approve and get structured output (useful for coding agents)",
|
|
1673
|
-
"<%= config.bin %> review approve abc-123 --format json"
|
|
1674
|
-
],
|
|
1675
|
-
"flags": {
|
|
1676
|
-
"file": {
|
|
1677
|
-
"description": "Approve only the specified file path(s) (relative to context tree)",
|
|
1678
|
-
"name": "file",
|
|
1679
|
-
"hasDynamicHelp": false,
|
|
1680
|
-
"multiple": true,
|
|
1681
|
-
"type": "option"
|
|
1682
|
-
},
|
|
1683
|
-
"format": {
|
|
1684
|
-
"description": "Output format (text or json)",
|
|
1685
|
-
"name": "format",
|
|
1686
|
-
"default": "text",
|
|
1687
|
-
"hasDynamicHelp": false,
|
|
1688
|
-
"multiple": false,
|
|
1689
|
-
"options": [
|
|
1690
|
-
"text",
|
|
1691
|
-
"json"
|
|
1692
|
-
],
|
|
1693
|
-
"type": "option"
|
|
1694
|
-
}
|
|
1695
|
-
},
|
|
1696
|
-
"hasDynamicHelp": false,
|
|
1697
|
-
"hiddenAliases": [],
|
|
1698
|
-
"id": "review:approve",
|
|
1699
|
-
"pluginAlias": "byterover-cli",
|
|
1700
|
-
"pluginName": "byterover-cli",
|
|
1701
|
-
"pluginType": "core",
|
|
1702
|
-
"strict": true,
|
|
1703
|
-
"enableJsonFlag": false,
|
|
1704
|
-
"isESM": true,
|
|
1705
|
-
"relativePath": [
|
|
1706
|
-
"dist",
|
|
1707
|
-
"oclif",
|
|
1708
|
-
"commands",
|
|
1709
|
-
"review",
|
|
1710
|
-
"approve.js"
|
|
1711
|
-
]
|
|
1712
|
-
},
|
|
1713
|
-
"review:base-review-decision": {
|
|
1714
|
-
"aliases": [],
|
|
1715
|
-
"args": {
|
|
1716
|
-
"taskId": {
|
|
1717
|
-
"name": "taskId",
|
|
1718
|
-
"required": true
|
|
1719
|
-
}
|
|
1720
|
-
},
|
|
1721
|
-
"flags": {
|
|
1722
|
-
"file": {
|
|
1723
|
-
"name": "file",
|
|
1724
|
-
"hasDynamicHelp": false,
|
|
1725
|
-
"multiple": true,
|
|
1726
|
-
"type": "option"
|
|
1727
|
-
},
|
|
1728
|
-
"format": {
|
|
1729
|
-
"description": "Output format (text or json)",
|
|
1730
|
-
"name": "format",
|
|
1731
|
-
"default": "text",
|
|
1732
|
-
"hasDynamicHelp": false,
|
|
1733
|
-
"multiple": false,
|
|
1734
|
-
"options": [
|
|
1735
|
-
"text",
|
|
1736
|
-
"json"
|
|
1737
|
-
],
|
|
1738
|
-
"type": "option"
|
|
1739
|
-
}
|
|
1740
|
-
},
|
|
1741
|
-
"hasDynamicHelp": false,
|
|
1742
|
-
"hiddenAliases": [],
|
|
1743
|
-
"id": "review:base-review-decision",
|
|
1744
|
-
"pluginAlias": "byterover-cli",
|
|
1745
|
-
"pluginName": "byterover-cli",
|
|
1746
|
-
"pluginType": "core",
|
|
1747
|
-
"strict": true,
|
|
1748
|
-
"enableJsonFlag": false,
|
|
1749
|
-
"isESM": true,
|
|
1750
|
-
"relativePath": [
|
|
1751
|
-
"dist",
|
|
1752
|
-
"oclif",
|
|
1753
|
-
"commands",
|
|
1754
|
-
"review",
|
|
1755
|
-
"base-review-decision.js"
|
|
1756
|
-
]
|
|
1757
|
-
},
|
|
1758
|
-
"review:pending": {
|
|
1759
|
-
"aliases": [],
|
|
1760
|
-
"args": {},
|
|
1761
|
-
"description": "List all pending review operations for the current project",
|
|
1762
|
-
"examples": [
|
|
1763
|
-
"# Show all pending reviews",
|
|
1764
|
-
"<%= config.bin %> review pending",
|
|
1765
|
-
"",
|
|
1766
|
-
"# Get structured output for agent-driven workflows",
|
|
1767
|
-
"<%= config.bin %> review pending --format json"
|
|
1768
|
-
],
|
|
1769
|
-
"flags": {
|
|
1770
|
-
"format": {
|
|
1771
|
-
"description": "Output format (text or json)",
|
|
1772
|
-
"name": "format",
|
|
1773
|
-
"default": "text",
|
|
1774
|
-
"hasDynamicHelp": false,
|
|
1775
|
-
"multiple": false,
|
|
1776
|
-
"options": [
|
|
1777
|
-
"text",
|
|
1778
|
-
"json"
|
|
1779
|
-
],
|
|
1780
|
-
"type": "option"
|
|
1781
|
-
}
|
|
1782
|
-
},
|
|
1783
|
-
"hasDynamicHelp": false,
|
|
1784
|
-
"hiddenAliases": [],
|
|
1785
|
-
"id": "review:pending",
|
|
1786
|
-
"pluginAlias": "byterover-cli",
|
|
1787
|
-
"pluginName": "byterover-cli",
|
|
1788
|
-
"pluginType": "core",
|
|
1789
|
-
"strict": true,
|
|
1790
|
-
"enableJsonFlag": false,
|
|
1791
|
-
"isESM": true,
|
|
1792
|
-
"relativePath": [
|
|
1793
|
-
"dist",
|
|
1794
|
-
"oclif",
|
|
1795
|
-
"commands",
|
|
1796
|
-
"review",
|
|
1797
|
-
"pending.js"
|
|
1798
|
-
]
|
|
1799
|
-
},
|
|
1800
|
-
"review:reject": {
|
|
1405
|
+
"review:reject": {
|
|
1801
1406
|
"aliases": [],
|
|
1802
1407
|
"args": {
|
|
1803
1408
|
"taskId": {
|
|
@@ -1979,17 +1584,17 @@
|
|
|
1979
1584
|
"remove.js"
|
|
1980
1585
|
]
|
|
1981
1586
|
},
|
|
1982
|
-
"
|
|
1587
|
+
"model": {
|
|
1983
1588
|
"aliases": [],
|
|
1984
1589
|
"args": {},
|
|
1985
|
-
"description": "
|
|
1590
|
+
"description": "Show the active model",
|
|
1986
1591
|
"examples": [
|
|
1987
|
-
"<%= config.bin %>
|
|
1592
|
+
"<%= config.bin %> model",
|
|
1593
|
+
"<%= config.bin %> model --format json"
|
|
1988
1594
|
],
|
|
1989
1595
|
"flags": {
|
|
1990
1596
|
"format": {
|
|
1991
|
-
"
|
|
1992
|
-
"description": "Output format",
|
|
1597
|
+
"description": "Output format (text or json)",
|
|
1993
1598
|
"name": "format",
|
|
1994
1599
|
"default": "text",
|
|
1995
1600
|
"hasDynamicHelp": false,
|
|
@@ -2003,7 +1608,7 @@
|
|
|
2003
1608
|
},
|
|
2004
1609
|
"hasDynamicHelp": false,
|
|
2005
1610
|
"hiddenAliases": [],
|
|
2006
|
-
"id": "
|
|
1611
|
+
"id": "model",
|
|
2007
1612
|
"pluginAlias": "byterover-cli",
|
|
2008
1613
|
"pluginName": "byterover-cli",
|
|
2009
1614
|
"pluginType": "core",
|
|
@@ -2014,21 +1619,21 @@
|
|
|
2014
1619
|
"dist",
|
|
2015
1620
|
"oclif",
|
|
2016
1621
|
"commands",
|
|
2017
|
-
"
|
|
2018
|
-
"
|
|
1622
|
+
"model",
|
|
1623
|
+
"index.js"
|
|
2019
1624
|
]
|
|
2020
1625
|
},
|
|
2021
|
-
"
|
|
1626
|
+
"model:list": {
|
|
2022
1627
|
"aliases": [],
|
|
2023
1628
|
"args": {},
|
|
2024
|
-
"description": "
|
|
1629
|
+
"description": "List available models from all connected providers",
|
|
2025
1630
|
"examples": [
|
|
2026
|
-
"<%= config.bin %>
|
|
1631
|
+
"<%= config.bin %> model list",
|
|
1632
|
+
"<%= config.bin %> model list --format json"
|
|
2027
1633
|
],
|
|
2028
1634
|
"flags": {
|
|
2029
1635
|
"format": {
|
|
2030
|
-
"
|
|
2031
|
-
"description": "Output format",
|
|
1636
|
+
"description": "Output format (text or json)",
|
|
2032
1637
|
"name": "format",
|
|
2033
1638
|
"default": "text",
|
|
2034
1639
|
"hasDynamicHelp": false,
|
|
@@ -2038,9 +1643,587 @@
|
|
|
2038
1643
|
"json"
|
|
2039
1644
|
],
|
|
2040
1645
|
"type": "option"
|
|
2041
|
-
}
|
|
2042
|
-
|
|
2043
|
-
|
|
1646
|
+
},
|
|
1647
|
+
"provider": {
|
|
1648
|
+
"char": "p",
|
|
1649
|
+
"description": "Only list models for a specific provider",
|
|
1650
|
+
"name": "provider",
|
|
1651
|
+
"hasDynamicHelp": false,
|
|
1652
|
+
"multiple": false,
|
|
1653
|
+
"type": "option"
|
|
1654
|
+
}
|
|
1655
|
+
},
|
|
1656
|
+
"hasDynamicHelp": false,
|
|
1657
|
+
"hiddenAliases": [],
|
|
1658
|
+
"id": "model:list",
|
|
1659
|
+
"pluginAlias": "byterover-cli",
|
|
1660
|
+
"pluginName": "byterover-cli",
|
|
1661
|
+
"pluginType": "core",
|
|
1662
|
+
"strict": true,
|
|
1663
|
+
"enableJsonFlag": false,
|
|
1664
|
+
"isESM": true,
|
|
1665
|
+
"relativePath": [
|
|
1666
|
+
"dist",
|
|
1667
|
+
"oclif",
|
|
1668
|
+
"commands",
|
|
1669
|
+
"model",
|
|
1670
|
+
"list.js"
|
|
1671
|
+
]
|
|
1672
|
+
},
|
|
1673
|
+
"model:switch": {
|
|
1674
|
+
"aliases": [],
|
|
1675
|
+
"args": {
|
|
1676
|
+
"model": {
|
|
1677
|
+
"description": "Model ID to switch to (e.g., claude-sonnet-4-5, gpt-4.1)",
|
|
1678
|
+
"name": "model",
|
|
1679
|
+
"required": true
|
|
1680
|
+
}
|
|
1681
|
+
},
|
|
1682
|
+
"description": "Switch the active model",
|
|
1683
|
+
"examples": [
|
|
1684
|
+
"<%= config.bin %> model switch claude-sonnet-4-5",
|
|
1685
|
+
"<%= config.bin %> model switch gpt-4.1 --provider openai",
|
|
1686
|
+
"<%= config.bin %> model switch claude-sonnet-4-5 --format json"
|
|
1687
|
+
],
|
|
1688
|
+
"flags": {
|
|
1689
|
+
"format": {
|
|
1690
|
+
"description": "Output format (text or json)",
|
|
1691
|
+
"name": "format",
|
|
1692
|
+
"default": "text",
|
|
1693
|
+
"hasDynamicHelp": false,
|
|
1694
|
+
"multiple": false,
|
|
1695
|
+
"options": [
|
|
1696
|
+
"text",
|
|
1697
|
+
"json"
|
|
1698
|
+
],
|
|
1699
|
+
"type": "option"
|
|
1700
|
+
},
|
|
1701
|
+
"provider": {
|
|
1702
|
+
"char": "p",
|
|
1703
|
+
"description": "Provider ID (defaults to active provider)",
|
|
1704
|
+
"name": "provider",
|
|
1705
|
+
"hasDynamicHelp": false,
|
|
1706
|
+
"multiple": false,
|
|
1707
|
+
"type": "option"
|
|
1708
|
+
}
|
|
1709
|
+
},
|
|
1710
|
+
"hasDynamicHelp": false,
|
|
1711
|
+
"hiddenAliases": [],
|
|
1712
|
+
"id": "model:switch",
|
|
1713
|
+
"pluginAlias": "byterover-cli",
|
|
1714
|
+
"pluginName": "byterover-cli",
|
|
1715
|
+
"pluginType": "core",
|
|
1716
|
+
"strict": true,
|
|
1717
|
+
"enableJsonFlag": false,
|
|
1718
|
+
"isESM": true,
|
|
1719
|
+
"relativePath": [
|
|
1720
|
+
"dist",
|
|
1721
|
+
"oclif",
|
|
1722
|
+
"commands",
|
|
1723
|
+
"model",
|
|
1724
|
+
"switch.js"
|
|
1725
|
+
]
|
|
1726
|
+
},
|
|
1727
|
+
"query-log:summary": {
|
|
1728
|
+
"aliases": [],
|
|
1729
|
+
"args": {},
|
|
1730
|
+
"description": "View aggregated query recall metrics (coverage, cache hit rate, top topics)",
|
|
1731
|
+
"examples": [
|
|
1732
|
+
"<%= config.bin %> <%= command.id %>",
|
|
1733
|
+
"<%= config.bin %> <%= command.id %> --last 24h",
|
|
1734
|
+
"<%= config.bin %> <%= command.id %> --last 7d",
|
|
1735
|
+
"<%= config.bin %> <%= command.id %> --last 30d",
|
|
1736
|
+
"<%= config.bin %> <%= command.id %> --format json",
|
|
1737
|
+
"<%= config.bin %> <%= command.id %> --format narrative",
|
|
1738
|
+
"<%= config.bin %> <%= command.id %> --since 2026-04-01 --before 2026-04-03"
|
|
1739
|
+
],
|
|
1740
|
+
"flags": {
|
|
1741
|
+
"before": {
|
|
1742
|
+
"description": "Entries before (ISO date or relative: 1h, 24h, 7d, 2w)",
|
|
1743
|
+
"name": "before",
|
|
1744
|
+
"hasDynamicHelp": false,
|
|
1745
|
+
"multiple": false,
|
|
1746
|
+
"type": "option"
|
|
1747
|
+
},
|
|
1748
|
+
"format": {
|
|
1749
|
+
"description": "Output format",
|
|
1750
|
+
"name": "format",
|
|
1751
|
+
"default": "text",
|
|
1752
|
+
"hasDynamicHelp": false,
|
|
1753
|
+
"multiple": false,
|
|
1754
|
+
"options": [
|
|
1755
|
+
"text",
|
|
1756
|
+
"json",
|
|
1757
|
+
"narrative"
|
|
1758
|
+
],
|
|
1759
|
+
"type": "option"
|
|
1760
|
+
},
|
|
1761
|
+
"last": {
|
|
1762
|
+
"description": "Relative time window (e.g., 1h, 24h, 7d, 30d). Default: 24h. Takes precedence over --since.",
|
|
1763
|
+
"name": "last",
|
|
1764
|
+
"hasDynamicHelp": false,
|
|
1765
|
+
"multiple": false,
|
|
1766
|
+
"type": "option"
|
|
1767
|
+
},
|
|
1768
|
+
"since": {
|
|
1769
|
+
"description": "Entries after (ISO date or relative: 1h, 24h, 7d, 2w)",
|
|
1770
|
+
"name": "since",
|
|
1771
|
+
"hasDynamicHelp": false,
|
|
1772
|
+
"multiple": false,
|
|
1773
|
+
"type": "option"
|
|
1774
|
+
}
|
|
1775
|
+
},
|
|
1776
|
+
"hasDynamicHelp": false,
|
|
1777
|
+
"hiddenAliases": [],
|
|
1778
|
+
"id": "query-log:summary",
|
|
1779
|
+
"pluginAlias": "byterover-cli",
|
|
1780
|
+
"pluginName": "byterover-cli",
|
|
1781
|
+
"pluginType": "core",
|
|
1782
|
+
"strict": true,
|
|
1783
|
+
"enableJsonFlag": false,
|
|
1784
|
+
"isESM": true,
|
|
1785
|
+
"relativePath": [
|
|
1786
|
+
"dist",
|
|
1787
|
+
"oclif",
|
|
1788
|
+
"commands",
|
|
1789
|
+
"query-log",
|
|
1790
|
+
"summary.js"
|
|
1791
|
+
]
|
|
1792
|
+
},
|
|
1793
|
+
"query-log:view": {
|
|
1794
|
+
"aliases": [],
|
|
1795
|
+
"args": {
|
|
1796
|
+
"id": {
|
|
1797
|
+
"description": "Query log entry ID to view in detail",
|
|
1798
|
+
"name": "id",
|
|
1799
|
+
"required": false
|
|
1800
|
+
}
|
|
1801
|
+
},
|
|
1802
|
+
"description": "View query log history",
|
|
1803
|
+
"examples": [
|
|
1804
|
+
"<%= config.bin %> <%= command.id %>",
|
|
1805
|
+
"<%= config.bin %> <%= command.id %> qry-1712345678901",
|
|
1806
|
+
"<%= config.bin %> <%= command.id %> --limit 20",
|
|
1807
|
+
"<%= config.bin %> <%= command.id %> --status completed",
|
|
1808
|
+
"<%= config.bin %> <%= command.id %> --status completed --status error",
|
|
1809
|
+
"<%= config.bin %> <%= command.id %> --tier 0 --tier 1",
|
|
1810
|
+
"<%= config.bin %> <%= command.id %> --since 1h",
|
|
1811
|
+
"<%= config.bin %> <%= command.id %> --since 2024-01-15",
|
|
1812
|
+
"<%= config.bin %> <%= command.id %> --before 2024-02-01",
|
|
1813
|
+
"<%= config.bin %> <%= command.id %> --detail",
|
|
1814
|
+
"<%= config.bin %> <%= command.id %> --format json"
|
|
1815
|
+
],
|
|
1816
|
+
"flags": {
|
|
1817
|
+
"before": {
|
|
1818
|
+
"description": "Show entries started before this time (ISO date or relative: 30m, 1h, 24h, 7d, 2w)",
|
|
1819
|
+
"name": "before",
|
|
1820
|
+
"hasDynamicHelp": false,
|
|
1821
|
+
"multiple": false,
|
|
1822
|
+
"type": "option"
|
|
1823
|
+
},
|
|
1824
|
+
"detail": {
|
|
1825
|
+
"description": "Show matched docs for each entry",
|
|
1826
|
+
"name": "detail",
|
|
1827
|
+
"allowNo": false,
|
|
1828
|
+
"type": "boolean"
|
|
1829
|
+
},
|
|
1830
|
+
"format": {
|
|
1831
|
+
"description": "Output format",
|
|
1832
|
+
"name": "format",
|
|
1833
|
+
"default": "text",
|
|
1834
|
+
"hasDynamicHelp": false,
|
|
1835
|
+
"multiple": false,
|
|
1836
|
+
"options": [
|
|
1837
|
+
"text",
|
|
1838
|
+
"json"
|
|
1839
|
+
],
|
|
1840
|
+
"type": "option"
|
|
1841
|
+
},
|
|
1842
|
+
"limit": {
|
|
1843
|
+
"description": "Maximum number of log entries to display",
|
|
1844
|
+
"name": "limit",
|
|
1845
|
+
"default": 10,
|
|
1846
|
+
"hasDynamicHelp": false,
|
|
1847
|
+
"multiple": false,
|
|
1848
|
+
"type": "option"
|
|
1849
|
+
},
|
|
1850
|
+
"since": {
|
|
1851
|
+
"description": "Show entries started after this time (ISO date or relative: 30m, 1h, 24h, 7d, 2w)",
|
|
1852
|
+
"name": "since",
|
|
1853
|
+
"hasDynamicHelp": false,
|
|
1854
|
+
"multiple": false,
|
|
1855
|
+
"type": "option"
|
|
1856
|
+
},
|
|
1857
|
+
"status": {
|
|
1858
|
+
"description": "Filter by status (can be repeated). Options: cancelled, completed, error, processing",
|
|
1859
|
+
"name": "status",
|
|
1860
|
+
"hasDynamicHelp": false,
|
|
1861
|
+
"multiple": true,
|
|
1862
|
+
"options": [
|
|
1863
|
+
"cancelled",
|
|
1864
|
+
"completed",
|
|
1865
|
+
"error",
|
|
1866
|
+
"processing"
|
|
1867
|
+
],
|
|
1868
|
+
"type": "option"
|
|
1869
|
+
},
|
|
1870
|
+
"tier": {
|
|
1871
|
+
"description": "Filter by resolution tier (can be repeated). Options: 0, 1, 2, 3, 4",
|
|
1872
|
+
"name": "tier",
|
|
1873
|
+
"hasDynamicHelp": false,
|
|
1874
|
+
"multiple": true,
|
|
1875
|
+
"options": [
|
|
1876
|
+
"0",
|
|
1877
|
+
"1",
|
|
1878
|
+
"2",
|
|
1879
|
+
"3",
|
|
1880
|
+
"4"
|
|
1881
|
+
],
|
|
1882
|
+
"type": "option"
|
|
1883
|
+
}
|
|
1884
|
+
},
|
|
1885
|
+
"hasDynamicHelp": false,
|
|
1886
|
+
"hiddenAliases": [],
|
|
1887
|
+
"id": "query-log:view",
|
|
1888
|
+
"pluginAlias": "byterover-cli",
|
|
1889
|
+
"pluginName": "byterover-cli",
|
|
1890
|
+
"pluginType": "core",
|
|
1891
|
+
"strict": true,
|
|
1892
|
+
"enableJsonFlag": false,
|
|
1893
|
+
"isESM": true,
|
|
1894
|
+
"relativePath": [
|
|
1895
|
+
"dist",
|
|
1896
|
+
"oclif",
|
|
1897
|
+
"commands",
|
|
1898
|
+
"query-log",
|
|
1899
|
+
"view.js"
|
|
1900
|
+
]
|
|
1901
|
+
},
|
|
1902
|
+
"providers:connect": {
|
|
1903
|
+
"aliases": [],
|
|
1904
|
+
"args": {
|
|
1905
|
+
"provider": {
|
|
1906
|
+
"description": "Provider ID to connect (e.g., anthropic, openai, openrouter). Omit for interactive selection.",
|
|
1907
|
+
"name": "provider",
|
|
1908
|
+
"required": false
|
|
1909
|
+
}
|
|
1910
|
+
},
|
|
1911
|
+
"description": "Connect or switch to an LLM provider",
|
|
1912
|
+
"examples": [
|
|
1913
|
+
"<%= config.bin %> providers connect",
|
|
1914
|
+
"<%= config.bin %> providers connect anthropic --api-key sk-xxx",
|
|
1915
|
+
"<%= config.bin %> providers connect openai --oauth",
|
|
1916
|
+
"<%= config.bin %> providers connect byterover",
|
|
1917
|
+
"<%= config.bin %> providers connect byterover --team acme",
|
|
1918
|
+
"<%= config.bin %> providers connect openai-compatible --base-url http://localhost:11434/v1 --api-key sk-xxx"
|
|
1919
|
+
],
|
|
1920
|
+
"flags": {
|
|
1921
|
+
"api-key": {
|
|
1922
|
+
"char": "k",
|
|
1923
|
+
"description": "API key for the provider",
|
|
1924
|
+
"name": "api-key",
|
|
1925
|
+
"hasDynamicHelp": false,
|
|
1926
|
+
"multiple": false,
|
|
1927
|
+
"type": "option"
|
|
1928
|
+
},
|
|
1929
|
+
"base-url": {
|
|
1930
|
+
"char": "b",
|
|
1931
|
+
"description": "Base URL for OpenAI-compatible providers (e.g., http://localhost:11434/v1)",
|
|
1932
|
+
"name": "base-url",
|
|
1933
|
+
"hasDynamicHelp": false,
|
|
1934
|
+
"multiple": false,
|
|
1935
|
+
"type": "option"
|
|
1936
|
+
},
|
|
1937
|
+
"code": {
|
|
1938
|
+
"char": "c",
|
|
1939
|
+
"description": "Authorization code for code-paste OAuth providers (e.g., Anthropic). Not applicable to browser-callback providers like OpenAI — use --oauth without --code instead.",
|
|
1940
|
+
"hidden": true,
|
|
1941
|
+
"name": "code",
|
|
1942
|
+
"hasDynamicHelp": false,
|
|
1943
|
+
"multiple": false,
|
|
1944
|
+
"type": "option"
|
|
1945
|
+
},
|
|
1946
|
+
"format": {
|
|
1947
|
+
"description": "Output format (text or json)",
|
|
1948
|
+
"name": "format",
|
|
1949
|
+
"default": "text",
|
|
1950
|
+
"hasDynamicHelp": false,
|
|
1951
|
+
"multiple": false,
|
|
1952
|
+
"options": [
|
|
1953
|
+
"text",
|
|
1954
|
+
"json"
|
|
1955
|
+
],
|
|
1956
|
+
"type": "option"
|
|
1957
|
+
},
|
|
1958
|
+
"model": {
|
|
1959
|
+
"char": "m",
|
|
1960
|
+
"description": "Model to set as active after connecting",
|
|
1961
|
+
"name": "model",
|
|
1962
|
+
"hasDynamicHelp": false,
|
|
1963
|
+
"multiple": false,
|
|
1964
|
+
"type": "option"
|
|
1965
|
+
},
|
|
1966
|
+
"oauth": {
|
|
1967
|
+
"description": "Connect via OAuth (browser-based)",
|
|
1968
|
+
"name": "oauth",
|
|
1969
|
+
"allowNo": false,
|
|
1970
|
+
"type": "boolean"
|
|
1971
|
+
},
|
|
1972
|
+
"team": {
|
|
1973
|
+
"description": "Pin this project to a billing team (byterover only). Accepts team name or slug.",
|
|
1974
|
+
"name": "team",
|
|
1975
|
+
"hasDynamicHelp": false,
|
|
1976
|
+
"multiple": false,
|
|
1977
|
+
"type": "option"
|
|
1978
|
+
}
|
|
1979
|
+
},
|
|
1980
|
+
"hasDynamicHelp": false,
|
|
1981
|
+
"hiddenAliases": [],
|
|
1982
|
+
"id": "providers:connect",
|
|
1983
|
+
"pluginAlias": "byterover-cli",
|
|
1984
|
+
"pluginName": "byterover-cli",
|
|
1985
|
+
"pluginType": "core",
|
|
1986
|
+
"strict": true,
|
|
1987
|
+
"enableJsonFlag": false,
|
|
1988
|
+
"isESM": true,
|
|
1989
|
+
"relativePath": [
|
|
1990
|
+
"dist",
|
|
1991
|
+
"oclif",
|
|
1992
|
+
"commands",
|
|
1993
|
+
"providers",
|
|
1994
|
+
"connect.js"
|
|
1995
|
+
]
|
|
1996
|
+
},
|
|
1997
|
+
"providers:disconnect": {
|
|
1998
|
+
"aliases": [],
|
|
1999
|
+
"args": {
|
|
2000
|
+
"provider": {
|
|
2001
|
+
"description": "Provider ID to disconnect",
|
|
2002
|
+
"name": "provider",
|
|
2003
|
+
"required": true
|
|
2004
|
+
}
|
|
2005
|
+
},
|
|
2006
|
+
"description": "Disconnect an LLM provider",
|
|
2007
|
+
"examples": [
|
|
2008
|
+
"<%= config.bin %> providers disconnect anthropic",
|
|
2009
|
+
"<%= config.bin %> providers disconnect openai --format json"
|
|
2010
|
+
],
|
|
2011
|
+
"flags": {
|
|
2012
|
+
"format": {
|
|
2013
|
+
"description": "Output format (text or json)",
|
|
2014
|
+
"name": "format",
|
|
2015
|
+
"default": "text",
|
|
2016
|
+
"hasDynamicHelp": false,
|
|
2017
|
+
"multiple": false,
|
|
2018
|
+
"options": [
|
|
2019
|
+
"text",
|
|
2020
|
+
"json"
|
|
2021
|
+
],
|
|
2022
|
+
"type": "option"
|
|
2023
|
+
}
|
|
2024
|
+
},
|
|
2025
|
+
"hasDynamicHelp": false,
|
|
2026
|
+
"hiddenAliases": [],
|
|
2027
|
+
"id": "providers:disconnect",
|
|
2028
|
+
"pluginAlias": "byterover-cli",
|
|
2029
|
+
"pluginName": "byterover-cli",
|
|
2030
|
+
"pluginType": "core",
|
|
2031
|
+
"strict": true,
|
|
2032
|
+
"enableJsonFlag": false,
|
|
2033
|
+
"isESM": true,
|
|
2034
|
+
"relativePath": [
|
|
2035
|
+
"dist",
|
|
2036
|
+
"oclif",
|
|
2037
|
+
"commands",
|
|
2038
|
+
"providers",
|
|
2039
|
+
"disconnect.js"
|
|
2040
|
+
]
|
|
2041
|
+
},
|
|
2042
|
+
"providers": {
|
|
2043
|
+
"aliases": [],
|
|
2044
|
+
"args": {},
|
|
2045
|
+
"description": "Show active provider and model",
|
|
2046
|
+
"examples": [
|
|
2047
|
+
"<%= config.bin %> providers",
|
|
2048
|
+
"<%= config.bin %> providers --format json"
|
|
2049
|
+
],
|
|
2050
|
+
"flags": {
|
|
2051
|
+
"format": {
|
|
2052
|
+
"description": "Output format (text or json)",
|
|
2053
|
+
"name": "format",
|
|
2054
|
+
"default": "text",
|
|
2055
|
+
"hasDynamicHelp": false,
|
|
2056
|
+
"multiple": false,
|
|
2057
|
+
"options": [
|
|
2058
|
+
"text",
|
|
2059
|
+
"json"
|
|
2060
|
+
],
|
|
2061
|
+
"type": "option"
|
|
2062
|
+
}
|
|
2063
|
+
},
|
|
2064
|
+
"hasDynamicHelp": false,
|
|
2065
|
+
"hiddenAliases": [],
|
|
2066
|
+
"id": "providers",
|
|
2067
|
+
"pluginAlias": "byterover-cli",
|
|
2068
|
+
"pluginName": "byterover-cli",
|
|
2069
|
+
"pluginType": "core",
|
|
2070
|
+
"strict": true,
|
|
2071
|
+
"enableJsonFlag": false,
|
|
2072
|
+
"isESM": true,
|
|
2073
|
+
"relativePath": [
|
|
2074
|
+
"dist",
|
|
2075
|
+
"oclif",
|
|
2076
|
+
"commands",
|
|
2077
|
+
"providers",
|
|
2078
|
+
"index.js"
|
|
2079
|
+
]
|
|
2080
|
+
},
|
|
2081
|
+
"providers:list": {
|
|
2082
|
+
"aliases": [],
|
|
2083
|
+
"args": {},
|
|
2084
|
+
"description": "List all available providers and their connection status",
|
|
2085
|
+
"examples": [
|
|
2086
|
+
"<%= config.bin %> providers list",
|
|
2087
|
+
"<%= config.bin %> providers list --format json"
|
|
2088
|
+
],
|
|
2089
|
+
"flags": {
|
|
2090
|
+
"format": {
|
|
2091
|
+
"description": "Output format (text or json)",
|
|
2092
|
+
"name": "format",
|
|
2093
|
+
"default": "text",
|
|
2094
|
+
"hasDynamicHelp": false,
|
|
2095
|
+
"multiple": false,
|
|
2096
|
+
"options": [
|
|
2097
|
+
"text",
|
|
2098
|
+
"json"
|
|
2099
|
+
],
|
|
2100
|
+
"type": "option"
|
|
2101
|
+
}
|
|
2102
|
+
},
|
|
2103
|
+
"hasDynamicHelp": false,
|
|
2104
|
+
"hiddenAliases": [],
|
|
2105
|
+
"id": "providers:list",
|
|
2106
|
+
"pluginAlias": "byterover-cli",
|
|
2107
|
+
"pluginName": "byterover-cli",
|
|
2108
|
+
"pluginType": "core",
|
|
2109
|
+
"strict": true,
|
|
2110
|
+
"enableJsonFlag": false,
|
|
2111
|
+
"isESM": true,
|
|
2112
|
+
"relativePath": [
|
|
2113
|
+
"dist",
|
|
2114
|
+
"oclif",
|
|
2115
|
+
"commands",
|
|
2116
|
+
"providers",
|
|
2117
|
+
"list.js"
|
|
2118
|
+
]
|
|
2119
|
+
},
|
|
2120
|
+
"providers:switch": {
|
|
2121
|
+
"aliases": [],
|
|
2122
|
+
"args": {
|
|
2123
|
+
"provider": {
|
|
2124
|
+
"description": "Provider ID to switch to (e.g., anthropic, openai)",
|
|
2125
|
+
"name": "provider",
|
|
2126
|
+
"required": true
|
|
2127
|
+
}
|
|
2128
|
+
},
|
|
2129
|
+
"description": "Switch the active provider",
|
|
2130
|
+
"examples": [
|
|
2131
|
+
"<%= config.bin %> providers switch anthropic",
|
|
2132
|
+
"<%= config.bin %> providers switch openai --format json"
|
|
2133
|
+
],
|
|
2134
|
+
"flags": {
|
|
2135
|
+
"format": {
|
|
2136
|
+
"description": "Output format (text or json)",
|
|
2137
|
+
"name": "format",
|
|
2138
|
+
"default": "text",
|
|
2139
|
+
"hasDynamicHelp": false,
|
|
2140
|
+
"multiple": false,
|
|
2141
|
+
"options": [
|
|
2142
|
+
"text",
|
|
2143
|
+
"json"
|
|
2144
|
+
],
|
|
2145
|
+
"type": "option"
|
|
2146
|
+
}
|
|
2147
|
+
},
|
|
2148
|
+
"hasDynamicHelp": false,
|
|
2149
|
+
"hiddenAliases": [],
|
|
2150
|
+
"id": "providers:switch",
|
|
2151
|
+
"pluginAlias": "byterover-cli",
|
|
2152
|
+
"pluginName": "byterover-cli",
|
|
2153
|
+
"pluginType": "core",
|
|
2154
|
+
"strict": true,
|
|
2155
|
+
"enableJsonFlag": false,
|
|
2156
|
+
"isESM": true,
|
|
2157
|
+
"relativePath": [
|
|
2158
|
+
"dist",
|
|
2159
|
+
"oclif",
|
|
2160
|
+
"commands",
|
|
2161
|
+
"providers",
|
|
2162
|
+
"switch.js"
|
|
2163
|
+
]
|
|
2164
|
+
},
|
|
2165
|
+
"space:list": {
|
|
2166
|
+
"aliases": [],
|
|
2167
|
+
"args": {},
|
|
2168
|
+
"description": "List all teams and spaces (deprecated)",
|
|
2169
|
+
"examples": [
|
|
2170
|
+
"<%= config.bin %> space list"
|
|
2171
|
+
],
|
|
2172
|
+
"flags": {
|
|
2173
|
+
"format": {
|
|
2174
|
+
"char": "f",
|
|
2175
|
+
"description": "Output format",
|
|
2176
|
+
"name": "format",
|
|
2177
|
+
"default": "text",
|
|
2178
|
+
"hasDynamicHelp": false,
|
|
2179
|
+
"multiple": false,
|
|
2180
|
+
"options": [
|
|
2181
|
+
"text",
|
|
2182
|
+
"json"
|
|
2183
|
+
],
|
|
2184
|
+
"type": "option"
|
|
2185
|
+
}
|
|
2186
|
+
},
|
|
2187
|
+
"hasDynamicHelp": false,
|
|
2188
|
+
"hiddenAliases": [],
|
|
2189
|
+
"id": "space:list",
|
|
2190
|
+
"pluginAlias": "byterover-cli",
|
|
2191
|
+
"pluginName": "byterover-cli",
|
|
2192
|
+
"pluginType": "core",
|
|
2193
|
+
"strict": true,
|
|
2194
|
+
"enableJsonFlag": false,
|
|
2195
|
+
"isESM": true,
|
|
2196
|
+
"relativePath": [
|
|
2197
|
+
"dist",
|
|
2198
|
+
"oclif",
|
|
2199
|
+
"commands",
|
|
2200
|
+
"space",
|
|
2201
|
+
"list.js"
|
|
2202
|
+
]
|
|
2203
|
+
},
|
|
2204
|
+
"space:switch": {
|
|
2205
|
+
"aliases": [],
|
|
2206
|
+
"args": {},
|
|
2207
|
+
"description": "Switch to a different space (deprecated)",
|
|
2208
|
+
"examples": [
|
|
2209
|
+
"<%= config.bin %> space switch"
|
|
2210
|
+
],
|
|
2211
|
+
"flags": {
|
|
2212
|
+
"format": {
|
|
2213
|
+
"char": "f",
|
|
2214
|
+
"description": "Output format",
|
|
2215
|
+
"name": "format",
|
|
2216
|
+
"default": "text",
|
|
2217
|
+
"hasDynamicHelp": false,
|
|
2218
|
+
"multiple": false,
|
|
2219
|
+
"options": [
|
|
2220
|
+
"text",
|
|
2221
|
+
"json"
|
|
2222
|
+
],
|
|
2223
|
+
"type": "option"
|
|
2224
|
+
}
|
|
2225
|
+
},
|
|
2226
|
+
"hasDynamicHelp": false,
|
|
2044
2227
|
"hiddenAliases": [],
|
|
2045
2228
|
"id": "space:switch",
|
|
2046
2229
|
"pluginAlias": "byterover-cli",
|
|
@@ -2179,180 +2362,39 @@
|
|
|
2179
2362
|
"remove.js"
|
|
2180
2363
|
]
|
|
2181
2364
|
},
|
|
2182
|
-
"
|
|
2183
|
-
"aliases": [],
|
|
2184
|
-
"args": {},
|
|
2185
|
-
"description": "Stage files for the next commit",
|
|
2186
|
-
"examples": [
|
|
2187
|
-
"<%= config.bin %> <%= command.id %> .",
|
|
2188
|
-
"<%= config.bin %> <%= command.id %> notes.md",
|
|
2189
|
-
"<%= config.bin %> <%= command.id %> design/architecture.md",
|
|
2190
|
-
"<%= config.bin %> <%= command.id %> docs/"
|
|
2191
|
-
],
|
|
2192
|
-
"flags": {},
|
|
2193
|
-
"hasDynamicHelp": false,
|
|
2194
|
-
"hiddenAliases": [],
|
|
2195
|
-
"id": "vc:add",
|
|
2196
|
-
"pluginAlias": "byterover-cli",
|
|
2197
|
-
"pluginName": "byterover-cli",
|
|
2198
|
-
"pluginType": "core",
|
|
2199
|
-
"strict": false,
|
|
2200
|
-
"enableJsonFlag": false,
|
|
2201
|
-
"isESM": true,
|
|
2202
|
-
"relativePath": [
|
|
2203
|
-
"dist",
|
|
2204
|
-
"oclif",
|
|
2205
|
-
"commands",
|
|
2206
|
-
"vc",
|
|
2207
|
-
"add.js"
|
|
2208
|
-
]
|
|
2209
|
-
},
|
|
2210
|
-
"vc:branch": {
|
|
2211
|
-
"aliases": [],
|
|
2212
|
-
"args": {
|
|
2213
|
-
"name": {
|
|
2214
|
-
"description": "Branch name to create",
|
|
2215
|
-
"name": "name"
|
|
2216
|
-
}
|
|
2217
|
-
},
|
|
2218
|
-
"description": "List, create, or delete local branches",
|
|
2219
|
-
"examples": [
|
|
2220
|
-
"<%= config.bin %> <%= command.id %>",
|
|
2221
|
-
"<%= config.bin %> <%= command.id %> feature/new-context",
|
|
2222
|
-
"<%= config.bin %> <%= command.id %> -d feature/new-context",
|
|
2223
|
-
"<%= config.bin %> <%= command.id %> -a",
|
|
2224
|
-
"<%= config.bin %> <%= command.id %> --set-upstream-to origin/main"
|
|
2225
|
-
],
|
|
2226
|
-
"flags": {
|
|
2227
|
-
"all": {
|
|
2228
|
-
"char": "a",
|
|
2229
|
-
"description": "List all branches including remote-tracking",
|
|
2230
|
-
"name": "all",
|
|
2231
|
-
"allowNo": false,
|
|
2232
|
-
"type": "boolean"
|
|
2233
|
-
},
|
|
2234
|
-
"delete": {
|
|
2235
|
-
"char": "d",
|
|
2236
|
-
"description": "Delete a branch by name",
|
|
2237
|
-
"name": "delete",
|
|
2238
|
-
"hasDynamicHelp": false,
|
|
2239
|
-
"multiple": false,
|
|
2240
|
-
"type": "option"
|
|
2241
|
-
},
|
|
2242
|
-
"set-upstream-to": {
|
|
2243
|
-
"description": "Set upstream tracking (e.g. origin/main)",
|
|
2244
|
-
"name": "set-upstream-to",
|
|
2245
|
-
"hasDynamicHelp": false,
|
|
2246
|
-
"multiple": false,
|
|
2247
|
-
"type": "option"
|
|
2248
|
-
}
|
|
2249
|
-
},
|
|
2250
|
-
"hasDynamicHelp": false,
|
|
2251
|
-
"hiddenAliases": [],
|
|
2252
|
-
"id": "vc:branch",
|
|
2253
|
-
"pluginAlias": "byterover-cli",
|
|
2254
|
-
"pluginName": "byterover-cli",
|
|
2255
|
-
"pluginType": "core",
|
|
2256
|
-
"strict": true,
|
|
2257
|
-
"enableJsonFlag": false,
|
|
2258
|
-
"isESM": true,
|
|
2259
|
-
"relativePath": [
|
|
2260
|
-
"dist",
|
|
2261
|
-
"oclif",
|
|
2262
|
-
"commands",
|
|
2263
|
-
"vc",
|
|
2264
|
-
"branch.js"
|
|
2265
|
-
]
|
|
2266
|
-
},
|
|
2267
|
-
"vc:checkout": {
|
|
2365
|
+
"swarm:curate": {
|
|
2268
2366
|
"aliases": [],
|
|
2269
2367
|
"args": {
|
|
2270
|
-
"
|
|
2271
|
-
"description": "
|
|
2272
|
-
"name": "
|
|
2368
|
+
"content": {
|
|
2369
|
+
"description": "Knowledge content to store in a swarm provider",
|
|
2370
|
+
"name": "content",
|
|
2273
2371
|
"required": true
|
|
2274
2372
|
}
|
|
2275
2373
|
},
|
|
2276
|
-
"description": "
|
|
2277
|
-
"examples": [
|
|
2278
|
-
"<%= config.bin %> <%= command.id %> feature/my-branch",
|
|
2279
|
-
"<%= config.bin %> <%= command.id %> -b feature/new-branch",
|
|
2280
|
-
"<%= config.bin %> <%= command.id %> --force feature/my-branch"
|
|
2281
|
-
],
|
|
2282
|
-
"flags": {
|
|
2283
|
-
"create": {
|
|
2284
|
-
"char": "b",
|
|
2285
|
-
"description": "Create a new branch and switch to it",
|
|
2286
|
-
"name": "create",
|
|
2287
|
-
"allowNo": false,
|
|
2288
|
-
"type": "boolean"
|
|
2289
|
-
},
|
|
2290
|
-
"force": {
|
|
2291
|
-
"description": "Discard local changes and switch",
|
|
2292
|
-
"name": "force",
|
|
2293
|
-
"allowNo": false,
|
|
2294
|
-
"type": "boolean"
|
|
2295
|
-
}
|
|
2296
|
-
},
|
|
2297
|
-
"hasDynamicHelp": false,
|
|
2298
|
-
"hiddenAliases": [],
|
|
2299
|
-
"id": "vc:checkout",
|
|
2300
|
-
"pluginAlias": "byterover-cli",
|
|
2301
|
-
"pluginName": "byterover-cli",
|
|
2302
|
-
"pluginType": "core",
|
|
2303
|
-
"strict": true,
|
|
2304
|
-
"enableJsonFlag": false,
|
|
2305
|
-
"isESM": true,
|
|
2306
|
-
"relativePath": [
|
|
2307
|
-
"dist",
|
|
2308
|
-
"oclif",
|
|
2309
|
-
"commands",
|
|
2310
|
-
"vc",
|
|
2311
|
-
"checkout.js"
|
|
2312
|
-
]
|
|
2313
|
-
},
|
|
2314
|
-
"vc:clone": {
|
|
2315
|
-
"aliases": [],
|
|
2316
|
-
"args": {
|
|
2317
|
-
"url": {
|
|
2318
|
-
"description": "Clone URL (e.g. https://byterover.dev/<team>/<space>.git)",
|
|
2319
|
-
"name": "url"
|
|
2320
|
-
}
|
|
2321
|
-
},
|
|
2322
|
-
"description": "Clone a ByteRover space repository",
|
|
2323
|
-
"examples": [
|
|
2324
|
-
"<%= config.bin %> vc clone https://byterover.dev/acme/project.git"
|
|
2325
|
-
],
|
|
2326
|
-
"flags": {},
|
|
2327
|
-
"hasDynamicHelp": false,
|
|
2328
|
-
"hiddenAliases": [],
|
|
2329
|
-
"id": "vc:clone",
|
|
2330
|
-
"pluginAlias": "byterover-cli",
|
|
2331
|
-
"pluginName": "byterover-cli",
|
|
2332
|
-
"pluginType": "core",
|
|
2333
|
-
"strict": true,
|
|
2334
|
-
"enableJsonFlag": false,
|
|
2335
|
-
"isESM": true,
|
|
2336
|
-
"relativePath": [
|
|
2337
|
-
"dist",
|
|
2338
|
-
"oclif",
|
|
2339
|
-
"commands",
|
|
2340
|
-
"vc",
|
|
2341
|
-
"clone.js"
|
|
2342
|
-
]
|
|
2343
|
-
},
|
|
2344
|
-
"vc:commit": {
|
|
2345
|
-
"aliases": [],
|
|
2346
|
-
"args": {},
|
|
2347
|
-
"description": "Save staged changes as a commit",
|
|
2374
|
+
"description": "Store knowledge in a swarm provider (GBrain, local markdown)",
|
|
2348
2375
|
"examples": [
|
|
2349
|
-
"<%= config.bin %>
|
|
2376
|
+
"<%= config.bin %> swarm curate \"Dario Amodei is CEO of Anthropic\"",
|
|
2377
|
+
"<%= config.bin %> swarm curate \"meeting notes: decided on JWT\" --provider local-markdown:notes",
|
|
2378
|
+
"<%= config.bin %> swarm curate \"Architecture uses event sourcing\" --provider gbrain"
|
|
2350
2379
|
],
|
|
2351
2380
|
"flags": {
|
|
2352
|
-
"
|
|
2353
|
-
"char": "
|
|
2354
|
-
"description": "
|
|
2355
|
-
"name": "
|
|
2381
|
+
"format": {
|
|
2382
|
+
"char": "f",
|
|
2383
|
+
"description": "Output format",
|
|
2384
|
+
"name": "format",
|
|
2385
|
+
"default": "text",
|
|
2386
|
+
"hasDynamicHelp": false,
|
|
2387
|
+
"multiple": false,
|
|
2388
|
+
"options": [
|
|
2389
|
+
"text",
|
|
2390
|
+
"json"
|
|
2391
|
+
],
|
|
2392
|
+
"type": "option"
|
|
2393
|
+
},
|
|
2394
|
+
"provider": {
|
|
2395
|
+
"char": "p",
|
|
2396
|
+
"description": "Target provider ID (e.g., gbrain, local-markdown:notes)",
|
|
2397
|
+
"name": "provider",
|
|
2356
2398
|
"hasDynamicHelp": false,
|
|
2357
2399
|
"multiple": false,
|
|
2358
2400
|
"type": "option"
|
|
@@ -2360,45 +2402,32 @@
|
|
|
2360
2402
|
},
|
|
2361
2403
|
"hasDynamicHelp": false,
|
|
2362
2404
|
"hiddenAliases": [],
|
|
2363
|
-
"id": "
|
|
2405
|
+
"id": "swarm:curate",
|
|
2364
2406
|
"pluginAlias": "byterover-cli",
|
|
2365
2407
|
"pluginName": "byterover-cli",
|
|
2366
2408
|
"pluginType": "core",
|
|
2367
|
-
"strict":
|
|
2409
|
+
"strict": true,
|
|
2368
2410
|
"enableJsonFlag": false,
|
|
2369
2411
|
"isESM": true,
|
|
2370
2412
|
"relativePath": [
|
|
2371
2413
|
"dist",
|
|
2372
2414
|
"oclif",
|
|
2373
2415
|
"commands",
|
|
2374
|
-
"
|
|
2375
|
-
"
|
|
2416
|
+
"swarm",
|
|
2417
|
+
"curate.js"
|
|
2376
2418
|
]
|
|
2377
2419
|
},
|
|
2378
|
-
"
|
|
2420
|
+
"swarm:onboard": {
|
|
2379
2421
|
"aliases": [],
|
|
2380
|
-
"args": {
|
|
2381
|
-
|
|
2382
|
-
"description": "Config key (user.name or user.email)",
|
|
2383
|
-
"name": "key",
|
|
2384
|
-
"required": true
|
|
2385
|
-
},
|
|
2386
|
-
"value": {
|
|
2387
|
-
"description": "Value to set (omit to read current value)",
|
|
2388
|
-
"name": "value"
|
|
2389
|
-
}
|
|
2390
|
-
},
|
|
2391
|
-
"description": "Get or set commit author for ByteRover version control",
|
|
2422
|
+
"args": {},
|
|
2423
|
+
"description": "Set up memory swarm with interactive onboarding wizard",
|
|
2392
2424
|
"examples": [
|
|
2393
|
-
"<%= config.bin %>
|
|
2394
|
-
"<%= config.bin %> <%= command.id %> user.email \"you@example.com\"",
|
|
2395
|
-
"<%= config.bin %> <%= command.id %> user.name",
|
|
2396
|
-
"<%= config.bin %> <%= command.id %> user.email"
|
|
2425
|
+
"<%= config.bin %> swarm onboard"
|
|
2397
2426
|
],
|
|
2398
2427
|
"flags": {},
|
|
2399
2428
|
"hasDynamicHelp": false,
|
|
2400
2429
|
"hiddenAliases": [],
|
|
2401
|
-
"id": "
|
|
2430
|
+
"id": "swarm:onboard",
|
|
2402
2431
|
"pluginAlias": "byterover-cli",
|
|
2403
2432
|
"pluginName": "byterover-cli",
|
|
2404
2433
|
"pluginType": "core",
|
|
@@ -2409,75 +2438,56 @@
|
|
|
2409
2438
|
"dist",
|
|
2410
2439
|
"oclif",
|
|
2411
2440
|
"commands",
|
|
2412
|
-
"
|
|
2413
|
-
"
|
|
2441
|
+
"swarm",
|
|
2442
|
+
"onboard.js"
|
|
2414
2443
|
]
|
|
2415
2444
|
},
|
|
2416
|
-
"
|
|
2445
|
+
"swarm:query": {
|
|
2417
2446
|
"aliases": [],
|
|
2418
2447
|
"args": {
|
|
2419
|
-
"
|
|
2420
|
-
"description": "
|
|
2421
|
-
"name": "
|
|
2448
|
+
"query": {
|
|
2449
|
+
"description": "Natural language query to search across memory providers",
|
|
2450
|
+
"name": "query",
|
|
2451
|
+
"required": true
|
|
2422
2452
|
}
|
|
2423
2453
|
},
|
|
2424
|
-
"description": "
|
|
2454
|
+
"description": "Query the memory swarm across all active providers",
|
|
2425
2455
|
"examples": [
|
|
2426
|
-
"<%= config.bin %>
|
|
2427
|
-
"<%= config.bin %>
|
|
2428
|
-
"<%= config.bin %> <%= command.id %> HEAD~1",
|
|
2429
|
-
"<%= config.bin %> <%= command.id %> main..feature/x",
|
|
2430
|
-
"<%= config.bin %> <%= command.id %> main"
|
|
2456
|
+
"<%= config.bin %> swarm query \"auth tokens\"",
|
|
2457
|
+
"<%= config.bin %> swarm query \"what changed yesterday\" --format json"
|
|
2431
2458
|
],
|
|
2432
2459
|
"flags": {
|
|
2433
|
-
"
|
|
2434
|
-
"description": "Show
|
|
2435
|
-
"name": "
|
|
2460
|
+
"explain": {
|
|
2461
|
+
"description": "Show classification, routing, and enrichment details (ignored with --format json, which always includes all metadata)",
|
|
2462
|
+
"name": "explain",
|
|
2436
2463
|
"allowNo": false,
|
|
2437
2464
|
"type": "boolean"
|
|
2438
|
-
}
|
|
2439
|
-
},
|
|
2440
|
-
"hasDynamicHelp": false,
|
|
2441
|
-
"hiddenAliases": [],
|
|
2442
|
-
"id": "vc:diff",
|
|
2443
|
-
"pluginAlias": "byterover-cli",
|
|
2444
|
-
"pluginName": "byterover-cli",
|
|
2445
|
-
"pluginType": "core",
|
|
2446
|
-
"strict": true,
|
|
2447
|
-
"enableJsonFlag": false,
|
|
2448
|
-
"isESM": true,
|
|
2449
|
-
"relativePath": [
|
|
2450
|
-
"dist",
|
|
2451
|
-
"oclif",
|
|
2452
|
-
"commands",
|
|
2453
|
-
"vc",
|
|
2454
|
-
"diff.js"
|
|
2455
|
-
]
|
|
2456
|
-
},
|
|
2457
|
-
"vc:fetch": {
|
|
2458
|
-
"aliases": [],
|
|
2459
|
-
"args": {
|
|
2460
|
-
"remote": {
|
|
2461
|
-
"description": "Remote name (only origin supported)",
|
|
2462
|
-
"name": "remote",
|
|
2463
|
-
"required": false
|
|
2464
2465
|
},
|
|
2465
|
-
"
|
|
2466
|
-
"
|
|
2467
|
-
"
|
|
2468
|
-
"
|
|
2466
|
+
"format": {
|
|
2467
|
+
"char": "f",
|
|
2468
|
+
"description": "Output format",
|
|
2469
|
+
"name": "format",
|
|
2470
|
+
"default": "text",
|
|
2471
|
+
"hasDynamicHelp": false,
|
|
2472
|
+
"multiple": false,
|
|
2473
|
+
"options": [
|
|
2474
|
+
"text",
|
|
2475
|
+
"json"
|
|
2476
|
+
],
|
|
2477
|
+
"type": "option"
|
|
2478
|
+
},
|
|
2479
|
+
"max-results": {
|
|
2480
|
+
"char": "n",
|
|
2481
|
+
"description": "Maximum number of results",
|
|
2482
|
+
"name": "max-results",
|
|
2483
|
+
"hasDynamicHelp": false,
|
|
2484
|
+
"multiple": false,
|
|
2485
|
+
"type": "option"
|
|
2469
2486
|
}
|
|
2470
2487
|
},
|
|
2471
|
-
"description": "Fetch refs from ByteRover cloud",
|
|
2472
|
-
"examples": [
|
|
2473
|
-
"<%= config.bin %> <%= command.id %>",
|
|
2474
|
-
"<%= config.bin %> <%= command.id %> origin",
|
|
2475
|
-
"<%= config.bin %> <%= command.id %> origin main"
|
|
2476
|
-
],
|
|
2477
|
-
"flags": {},
|
|
2478
2488
|
"hasDynamicHelp": false,
|
|
2479
2489
|
"hiddenAliases": [],
|
|
2480
|
-
"id": "
|
|
2490
|
+
"id": "swarm:query",
|
|
2481
2491
|
"pluginAlias": "byterover-cli",
|
|
2482
2492
|
"pluginName": "byterover-cli",
|
|
2483
2493
|
"pluginType": "core",
|
|
@@ -2488,21 +2498,36 @@
|
|
|
2488
2498
|
"dist",
|
|
2489
2499
|
"oclif",
|
|
2490
2500
|
"commands",
|
|
2491
|
-
"
|
|
2492
|
-
"
|
|
2501
|
+
"swarm",
|
|
2502
|
+
"query.js"
|
|
2493
2503
|
]
|
|
2494
2504
|
},
|
|
2495
|
-
"
|
|
2505
|
+
"swarm:status": {
|
|
2496
2506
|
"aliases": [],
|
|
2497
2507
|
"args": {},
|
|
2498
|
-
"description": "
|
|
2508
|
+
"description": "Show memory swarm provider health and connection status",
|
|
2499
2509
|
"examples": [
|
|
2500
|
-
"<%= config.bin %>
|
|
2510
|
+
"<%= config.bin %> swarm status",
|
|
2511
|
+
"<%= config.bin %> swarm status --format json"
|
|
2501
2512
|
],
|
|
2502
|
-
"flags": {
|
|
2513
|
+
"flags": {
|
|
2514
|
+
"format": {
|
|
2515
|
+
"char": "f",
|
|
2516
|
+
"description": "Output format",
|
|
2517
|
+
"name": "format",
|
|
2518
|
+
"default": "text",
|
|
2519
|
+
"hasDynamicHelp": false,
|
|
2520
|
+
"multiple": false,
|
|
2521
|
+
"options": [
|
|
2522
|
+
"text",
|
|
2523
|
+
"json"
|
|
2524
|
+
],
|
|
2525
|
+
"type": "option"
|
|
2526
|
+
}
|
|
2527
|
+
},
|
|
2503
2528
|
"hasDynamicHelp": false,
|
|
2504
2529
|
"hiddenAliases": [],
|
|
2505
|
-
"id": "
|
|
2530
|
+
"id": "swarm:status",
|
|
2506
2531
|
"pluginAlias": "byterover-cli",
|
|
2507
2532
|
"pluginName": "byterover-cli",
|
|
2508
2533
|
"pluginType": "core",
|
|
@@ -2513,25 +2538,28 @@
|
|
|
2513
2538
|
"dist",
|
|
2514
2539
|
"oclif",
|
|
2515
2540
|
"commands",
|
|
2516
|
-
"
|
|
2517
|
-
"
|
|
2541
|
+
"swarm",
|
|
2542
|
+
"status.js"
|
|
2518
2543
|
]
|
|
2519
2544
|
},
|
|
2520
|
-
"vc:
|
|
2545
|
+
"vc:add": {
|
|
2521
2546
|
"aliases": [],
|
|
2522
2547
|
"args": {},
|
|
2523
|
-
"description": "
|
|
2548
|
+
"description": "Stage files for the next commit",
|
|
2524
2549
|
"examples": [
|
|
2525
|
-
"<%= config.bin %> <%= command.id %>"
|
|
2550
|
+
"<%= config.bin %> <%= command.id %> .",
|
|
2551
|
+
"<%= config.bin %> <%= command.id %> notes.md",
|
|
2552
|
+
"<%= config.bin %> <%= command.id %> design/architecture.md",
|
|
2553
|
+
"<%= config.bin %> <%= command.id %> docs/"
|
|
2526
2554
|
],
|
|
2527
2555
|
"flags": {},
|
|
2528
2556
|
"hasDynamicHelp": false,
|
|
2529
2557
|
"hiddenAliases": [],
|
|
2530
|
-
"id": "vc:
|
|
2558
|
+
"id": "vc:add",
|
|
2531
2559
|
"pluginAlias": "byterover-cli",
|
|
2532
2560
|
"pluginName": "byterover-cli",
|
|
2533
2561
|
"pluginType": "core",
|
|
2534
|
-
"strict":
|
|
2562
|
+
"strict": false,
|
|
2535
2563
|
"enableJsonFlag": false,
|
|
2536
2564
|
"isESM": true,
|
|
2537
2565
|
"relativePath": [
|
|
@@ -2539,36 +2567,44 @@
|
|
|
2539
2567
|
"oclif",
|
|
2540
2568
|
"commands",
|
|
2541
2569
|
"vc",
|
|
2542
|
-
"
|
|
2570
|
+
"add.js"
|
|
2543
2571
|
]
|
|
2544
2572
|
},
|
|
2545
|
-
"vc:
|
|
2573
|
+
"vc:branch": {
|
|
2546
2574
|
"aliases": [],
|
|
2547
2575
|
"args": {
|
|
2548
|
-
"
|
|
2549
|
-
"description": "Branch name to
|
|
2550
|
-
"name": "
|
|
2576
|
+
"name": {
|
|
2577
|
+
"description": "Branch name to create",
|
|
2578
|
+
"name": "name"
|
|
2551
2579
|
}
|
|
2552
2580
|
},
|
|
2553
|
-
"description": "
|
|
2581
|
+
"description": "List, create, or delete local branches",
|
|
2554
2582
|
"examples": [
|
|
2555
2583
|
"<%= config.bin %> <%= command.id %>",
|
|
2556
|
-
"<%= config.bin %> <%= command.id %>
|
|
2557
|
-
"<%= config.bin %> <%= command.id %>
|
|
2558
|
-
"<%= config.bin %> <%= command.id %>
|
|
2584
|
+
"<%= config.bin %> <%= command.id %> feature/new-context",
|
|
2585
|
+
"<%= config.bin %> <%= command.id %> -d feature/new-context",
|
|
2586
|
+
"<%= config.bin %> <%= command.id %> -a",
|
|
2587
|
+
"<%= config.bin %> <%= command.id %> --set-upstream-to origin/main"
|
|
2559
2588
|
],
|
|
2560
2589
|
"flags": {
|
|
2561
2590
|
"all": {
|
|
2562
2591
|
"char": "a",
|
|
2563
|
-
"description": "
|
|
2592
|
+
"description": "List all branches including remote-tracking",
|
|
2564
2593
|
"name": "all",
|
|
2565
2594
|
"allowNo": false,
|
|
2566
2595
|
"type": "boolean"
|
|
2567
2596
|
},
|
|
2568
|
-
"
|
|
2569
|
-
"
|
|
2570
|
-
"
|
|
2571
|
-
"
|
|
2597
|
+
"delete": {
|
|
2598
|
+
"char": "d",
|
|
2599
|
+
"description": "Delete a branch by name",
|
|
2600
|
+
"name": "delete",
|
|
2601
|
+
"hasDynamicHelp": false,
|
|
2602
|
+
"multiple": false,
|
|
2603
|
+
"type": "option"
|
|
2604
|
+
},
|
|
2605
|
+
"set-upstream-to": {
|
|
2606
|
+
"description": "Set upstream tracking (e.g. origin/main)",
|
|
2607
|
+
"name": "set-upstream-to",
|
|
2572
2608
|
"hasDynamicHelp": false,
|
|
2573
2609
|
"multiple": false,
|
|
2574
2610
|
"type": "option"
|
|
@@ -2576,7 +2612,7 @@
|
|
|
2576
2612
|
},
|
|
2577
2613
|
"hasDynamicHelp": false,
|
|
2578
2614
|
"hiddenAliases": [],
|
|
2579
|
-
"id": "vc:
|
|
2615
|
+
"id": "vc:branch",
|
|
2580
2616
|
"pluginAlias": "byterover-cli",
|
|
2581
2617
|
"pluginName": "byterover-cli",
|
|
2582
2618
|
"pluginType": "core",
|
|
@@ -2588,62 +2624,42 @@
|
|
|
2588
2624
|
"oclif",
|
|
2589
2625
|
"commands",
|
|
2590
2626
|
"vc",
|
|
2591
|
-
"
|
|
2627
|
+
"branch.js"
|
|
2592
2628
|
]
|
|
2593
2629
|
},
|
|
2594
|
-
"vc:
|
|
2630
|
+
"vc:checkout": {
|
|
2595
2631
|
"aliases": [],
|
|
2596
2632
|
"args": {
|
|
2597
2633
|
"branch": {
|
|
2598
|
-
"description": "Branch to
|
|
2634
|
+
"description": "Branch to switch to",
|
|
2599
2635
|
"name": "branch",
|
|
2600
|
-
"required":
|
|
2636
|
+
"required": true
|
|
2601
2637
|
}
|
|
2602
2638
|
},
|
|
2603
|
-
"description": "
|
|
2639
|
+
"description": "Switch to an existing branch, or create and switch with -b",
|
|
2604
2640
|
"examples": [
|
|
2605
2641
|
"<%= config.bin %> <%= command.id %> feature/my-branch",
|
|
2606
|
-
"<%= config.bin %> <%= command.id %>
|
|
2607
|
-
"<%= config.bin %> <%= command.id %> --
|
|
2608
|
-
"<%= config.bin %> <%= command.id %> -m \"Custom merge message\" feature/my-branch"
|
|
2642
|
+
"<%= config.bin %> <%= command.id %> -b feature/new-branch",
|
|
2643
|
+
"<%= config.bin %> <%= command.id %> --force feature/my-branch"
|
|
2609
2644
|
],
|
|
2610
2645
|
"flags": {
|
|
2611
|
-
"
|
|
2612
|
-
"
|
|
2613
|
-
"
|
|
2614
|
-
|
|
2615
|
-
],
|
|
2616
|
-
"name": "abort",
|
|
2617
|
-
"allowNo": false,
|
|
2618
|
-
"type": "boolean"
|
|
2619
|
-
},
|
|
2620
|
-
"allow-unrelated-histories": {
|
|
2621
|
-
"description": "Allow merging unrelated histories",
|
|
2622
|
-
"name": "allow-unrelated-histories",
|
|
2646
|
+
"create": {
|
|
2647
|
+
"char": "b",
|
|
2648
|
+
"description": "Create a new branch and switch to it",
|
|
2649
|
+
"name": "create",
|
|
2623
2650
|
"allowNo": false,
|
|
2624
2651
|
"type": "boolean"
|
|
2625
2652
|
},
|
|
2626
|
-
"
|
|
2627
|
-
"description": "
|
|
2628
|
-
"
|
|
2629
|
-
"abort"
|
|
2630
|
-
],
|
|
2631
|
-
"name": "continue",
|
|
2653
|
+
"force": {
|
|
2654
|
+
"description": "Discard local changes and switch",
|
|
2655
|
+
"name": "force",
|
|
2632
2656
|
"allowNo": false,
|
|
2633
2657
|
"type": "boolean"
|
|
2634
|
-
},
|
|
2635
|
-
"message": {
|
|
2636
|
-
"char": "m",
|
|
2637
|
-
"description": "Merge commit message",
|
|
2638
|
-
"name": "message",
|
|
2639
|
-
"hasDynamicHelp": false,
|
|
2640
|
-
"multiple": false,
|
|
2641
|
-
"type": "option"
|
|
2642
2658
|
}
|
|
2643
2659
|
},
|
|
2644
2660
|
"hasDynamicHelp": false,
|
|
2645
2661
|
"hiddenAliases": [],
|
|
2646
|
-
"id": "vc:
|
|
2662
|
+
"id": "vc:checkout",
|
|
2647
2663
|
"pluginAlias": "byterover-cli",
|
|
2648
2664
|
"pluginName": "byterover-cli",
|
|
2649
2665
|
"pluginType": "core",
|
|
@@ -2655,44 +2671,63 @@
|
|
|
2655
2671
|
"oclif",
|
|
2656
2672
|
"commands",
|
|
2657
2673
|
"vc",
|
|
2658
|
-
"
|
|
2674
|
+
"checkout.js"
|
|
2659
2675
|
]
|
|
2660
2676
|
},
|
|
2661
|
-
"vc:
|
|
2677
|
+
"vc:clone": {
|
|
2662
2678
|
"aliases": [],
|
|
2663
2679
|
"args": {
|
|
2664
|
-
"
|
|
2665
|
-
"description": "
|
|
2666
|
-
"name": "
|
|
2667
|
-
"required": false
|
|
2668
|
-
},
|
|
2669
|
-
"branch": {
|
|
2670
|
-
"description": "Branch to pull",
|
|
2671
|
-
"name": "branch",
|
|
2672
|
-
"required": false
|
|
2680
|
+
"url": {
|
|
2681
|
+
"description": "Clone URL (e.g. https://byterover.dev/<team>/<space>.git)",
|
|
2682
|
+
"name": "url"
|
|
2673
2683
|
}
|
|
2674
2684
|
},
|
|
2675
|
-
"description": "
|
|
2685
|
+
"description": "Clone a ByteRover space repository",
|
|
2676
2686
|
"examples": [
|
|
2677
|
-
"<%= config.bin %>
|
|
2678
|
-
|
|
2679
|
-
|
|
2687
|
+
"<%= config.bin %> vc clone https://byterover.dev/acme/project.git"
|
|
2688
|
+
],
|
|
2689
|
+
"flags": {},
|
|
2690
|
+
"hasDynamicHelp": false,
|
|
2691
|
+
"hiddenAliases": [],
|
|
2692
|
+
"id": "vc:clone",
|
|
2693
|
+
"pluginAlias": "byterover-cli",
|
|
2694
|
+
"pluginName": "byterover-cli",
|
|
2695
|
+
"pluginType": "core",
|
|
2696
|
+
"strict": true,
|
|
2697
|
+
"enableJsonFlag": false,
|
|
2698
|
+
"isESM": true,
|
|
2699
|
+
"relativePath": [
|
|
2700
|
+
"dist",
|
|
2701
|
+
"oclif",
|
|
2702
|
+
"commands",
|
|
2703
|
+
"vc",
|
|
2704
|
+
"clone.js"
|
|
2705
|
+
]
|
|
2706
|
+
},
|
|
2707
|
+
"vc:commit": {
|
|
2708
|
+
"aliases": [],
|
|
2709
|
+
"args": {},
|
|
2710
|
+
"description": "Save staged changes as a commit",
|
|
2711
|
+
"examples": [
|
|
2712
|
+
"<%= config.bin %> <%= command.id %> -m \"Add project architecture notes\""
|
|
2680
2713
|
],
|
|
2681
2714
|
"flags": {
|
|
2682
|
-
"
|
|
2683
|
-
"
|
|
2684
|
-
"
|
|
2685
|
-
"
|
|
2686
|
-
"
|
|
2715
|
+
"message": {
|
|
2716
|
+
"char": "m",
|
|
2717
|
+
"description": "Commit message",
|
|
2718
|
+
"name": "message",
|
|
2719
|
+
"hasDynamicHelp": false,
|
|
2720
|
+
"multiple": false,
|
|
2721
|
+
"type": "option"
|
|
2687
2722
|
}
|
|
2688
2723
|
},
|
|
2689
2724
|
"hasDynamicHelp": false,
|
|
2690
2725
|
"hiddenAliases": [],
|
|
2691
|
-
"id": "vc:
|
|
2726
|
+
"id": "vc:commit",
|
|
2692
2727
|
"pluginAlias": "byterover-cli",
|
|
2693
2728
|
"pluginName": "byterover-cli",
|
|
2694
2729
|
"pluginType": "core",
|
|
2695
|
-
"strict":
|
|
2730
|
+
"strict": false,
|
|
2696
2731
|
"enableJsonFlag": false,
|
|
2697
2732
|
"isESM": true,
|
|
2698
2733
|
"relativePath": [
|
|
@@ -2700,41 +2735,33 @@
|
|
|
2700
2735
|
"oclif",
|
|
2701
2736
|
"commands",
|
|
2702
2737
|
"vc",
|
|
2703
|
-
"
|
|
2738
|
+
"commit.js"
|
|
2704
2739
|
]
|
|
2705
2740
|
},
|
|
2706
|
-
"vc:
|
|
2741
|
+
"vc:config": {
|
|
2707
2742
|
"aliases": [],
|
|
2708
2743
|
"args": {
|
|
2709
|
-
"
|
|
2710
|
-
"description": "
|
|
2711
|
-
"name": "
|
|
2712
|
-
"required":
|
|
2744
|
+
"key": {
|
|
2745
|
+
"description": "Config key (user.name or user.email)",
|
|
2746
|
+
"name": "key",
|
|
2747
|
+
"required": true
|
|
2713
2748
|
},
|
|
2714
|
-
"
|
|
2715
|
-
"description": "
|
|
2716
|
-
"name": "
|
|
2717
|
-
"required": false
|
|
2749
|
+
"value": {
|
|
2750
|
+
"description": "Value to set (omit to read current value)",
|
|
2751
|
+
"name": "value"
|
|
2718
2752
|
}
|
|
2719
2753
|
},
|
|
2720
|
-
"description": "
|
|
2754
|
+
"description": "Get or set commit author for ByteRover version control",
|
|
2721
2755
|
"examples": [
|
|
2722
|
-
"<%= config.bin %> <%= command.id %>",
|
|
2723
|
-
"<%= config.bin %> <%= command.id %>
|
|
2724
|
-
"<%= config.bin %> <%= command.id %>
|
|
2756
|
+
"<%= config.bin %> <%= command.id %> user.name \"Your Name\"",
|
|
2757
|
+
"<%= config.bin %> <%= command.id %> user.email \"you@example.com\"",
|
|
2758
|
+
"<%= config.bin %> <%= command.id %> user.name",
|
|
2759
|
+
"<%= config.bin %> <%= command.id %> user.email"
|
|
2725
2760
|
],
|
|
2726
|
-
"flags": {
|
|
2727
|
-
"set-upstream": {
|
|
2728
|
-
"char": "u",
|
|
2729
|
-
"description": "Set upstream tracking branch",
|
|
2730
|
-
"name": "set-upstream",
|
|
2731
|
-
"allowNo": false,
|
|
2732
|
-
"type": "boolean"
|
|
2733
|
-
}
|
|
2734
|
-
},
|
|
2761
|
+
"flags": {},
|
|
2735
2762
|
"hasDynamicHelp": false,
|
|
2736
2763
|
"hiddenAliases": [],
|
|
2737
|
-
"id": "vc:
|
|
2764
|
+
"id": "vc:config",
|
|
2738
2765
|
"pluginAlias": "byterover-cli",
|
|
2739
2766
|
"pluginName": "byterover-cli",
|
|
2740
2767
|
"pluginType": "core",
|
|
@@ -2746,47 +2773,40 @@
|
|
|
2746
2773
|
"oclif",
|
|
2747
2774
|
"commands",
|
|
2748
2775
|
"vc",
|
|
2749
|
-
"
|
|
2776
|
+
"config.js"
|
|
2750
2777
|
]
|
|
2751
2778
|
},
|
|
2752
|
-
"vc:
|
|
2779
|
+
"vc:diff": {
|
|
2753
2780
|
"aliases": [],
|
|
2754
|
-
"args": {
|
|
2755
|
-
|
|
2781
|
+
"args": {
|
|
2782
|
+
"ref": {
|
|
2783
|
+
"description": "commit, branch, or <ref1>..<ref2> range",
|
|
2784
|
+
"name": "ref"
|
|
2785
|
+
}
|
|
2786
|
+
},
|
|
2787
|
+
"description": "Show changes between commits, the index, or the working tree",
|
|
2756
2788
|
"examples": [
|
|
2757
2789
|
"<%= config.bin %> <%= command.id %>",
|
|
2758
|
-
"<%= config.bin %> <%= command.id %>
|
|
2759
|
-
"<%= config.bin %> <%= command.id %>
|
|
2760
|
-
"<%= config.bin %> <%= command.id %>
|
|
2761
|
-
"<%= config.bin %> <%= command.id %>
|
|
2790
|
+
"<%= config.bin %> <%= command.id %> --staged",
|
|
2791
|
+
"<%= config.bin %> <%= command.id %> HEAD~1",
|
|
2792
|
+
"<%= config.bin %> <%= command.id %> main..feature/x",
|
|
2793
|
+
"<%= config.bin %> <%= command.id %> main"
|
|
2762
2794
|
],
|
|
2763
2795
|
"flags": {
|
|
2764
|
-
"
|
|
2765
|
-
"description": "
|
|
2766
|
-
"
|
|
2767
|
-
"soft"
|
|
2768
|
-
],
|
|
2769
|
-
"name": "hard",
|
|
2770
|
-
"allowNo": false,
|
|
2771
|
-
"type": "boolean"
|
|
2772
|
-
},
|
|
2773
|
-
"soft": {
|
|
2774
|
-
"description": "Reset HEAD only, keep changes staged",
|
|
2775
|
-
"exclusive": [
|
|
2776
|
-
"hard"
|
|
2777
|
-
],
|
|
2778
|
-
"name": "soft",
|
|
2796
|
+
"staged": {
|
|
2797
|
+
"description": "Show staged changes (HEAD vs index)",
|
|
2798
|
+
"name": "staged",
|
|
2779
2799
|
"allowNo": false,
|
|
2780
2800
|
"type": "boolean"
|
|
2781
2801
|
}
|
|
2782
2802
|
},
|
|
2783
2803
|
"hasDynamicHelp": false,
|
|
2784
2804
|
"hiddenAliases": [],
|
|
2785
|
-
"id": "vc:
|
|
2805
|
+
"id": "vc:diff",
|
|
2786
2806
|
"pluginAlias": "byterover-cli",
|
|
2787
2807
|
"pluginName": "byterover-cli",
|
|
2788
2808
|
"pluginType": "core",
|
|
2789
|
-
"strict":
|
|
2809
|
+
"strict": true,
|
|
2790
2810
|
"enableJsonFlag": false,
|
|
2791
2811
|
"isESM": true,
|
|
2792
2812
|
"relativePath": [
|
|
@@ -2794,20 +2814,33 @@
|
|
|
2794
2814
|
"oclif",
|
|
2795
2815
|
"commands",
|
|
2796
2816
|
"vc",
|
|
2797
|
-
"
|
|
2817
|
+
"diff.js"
|
|
2798
2818
|
]
|
|
2799
2819
|
},
|
|
2800
|
-
"vc:
|
|
2820
|
+
"vc:fetch": {
|
|
2801
2821
|
"aliases": [],
|
|
2802
|
-
"args": {
|
|
2803
|
-
|
|
2822
|
+
"args": {
|
|
2823
|
+
"remote": {
|
|
2824
|
+
"description": "Remote name (only origin supported)",
|
|
2825
|
+
"name": "remote",
|
|
2826
|
+
"required": false
|
|
2827
|
+
},
|
|
2828
|
+
"branch": {
|
|
2829
|
+
"description": "Branch to fetch",
|
|
2830
|
+
"name": "branch",
|
|
2831
|
+
"required": false
|
|
2832
|
+
}
|
|
2833
|
+
},
|
|
2834
|
+
"description": "Fetch refs from ByteRover cloud",
|
|
2804
2835
|
"examples": [
|
|
2805
|
-
"<%= config.bin %> <%= command.id %>"
|
|
2836
|
+
"<%= config.bin %> <%= command.id %>",
|
|
2837
|
+
"<%= config.bin %> <%= command.id %> origin",
|
|
2838
|
+
"<%= config.bin %> <%= command.id %> origin main"
|
|
2806
2839
|
],
|
|
2807
2840
|
"flags": {},
|
|
2808
2841
|
"hasDynamicHelp": false,
|
|
2809
2842
|
"hiddenAliases": [],
|
|
2810
|
-
"id": "vc:
|
|
2843
|
+
"id": "vc:fetch",
|
|
2811
2844
|
"pluginAlias": "byterover-cli",
|
|
2812
2845
|
"pluginName": "byterover-cli",
|
|
2813
2846
|
"pluginType": "core",
|
|
@@ -2819,82 +2852,20 @@
|
|
|
2819
2852
|
"oclif",
|
|
2820
2853
|
"commands",
|
|
2821
2854
|
"vc",
|
|
2822
|
-
"
|
|
2855
|
+
"fetch.js"
|
|
2823
2856
|
]
|
|
2824
2857
|
},
|
|
2825
|
-
"
|
|
2858
|
+
"vc": {
|
|
2826
2859
|
"aliases": [],
|
|
2827
|
-
"args": {
|
|
2828
|
-
|
|
2829
|
-
"description": "Registry name",
|
|
2830
|
-
"name": "name",
|
|
2831
|
-
"required": true
|
|
2832
|
-
}
|
|
2833
|
-
},
|
|
2834
|
-
"description": "Add a hub registry",
|
|
2860
|
+
"args": {},
|
|
2861
|
+
"description": "Version control commands for the context tree",
|
|
2835
2862
|
"examples": [
|
|
2836
|
-
"<%= config.bin %>
|
|
2837
|
-
"<%= config.bin %> hub registry add myco --url https://example.com/registry.json --token secret",
|
|
2838
|
-
"<%= config.bin %> hub registry add ghrepo --url https://raw.githubusercontent.com/org/repo/main/registry.json --auth-scheme token --token ghp_xxx",
|
|
2839
|
-
"<%= config.bin %> hub registry add gitlab --url https://gitlab.com/.../registry.json --auth-scheme custom-header --header-name PRIVATE-TOKEN --token glpat-xxx"
|
|
2863
|
+
"<%= config.bin %> <%= command.id %> --help"
|
|
2840
2864
|
],
|
|
2841
|
-
"flags": {
|
|
2842
|
-
"auth-scheme": {
|
|
2843
|
-
"char": "s",
|
|
2844
|
-
"description": "Auth scheme for hub registry",
|
|
2845
|
-
"name": "auth-scheme",
|
|
2846
|
-
"hasDynamicHelp": false,
|
|
2847
|
-
"multiple": false,
|
|
2848
|
-
"options": [
|
|
2849
|
-
"bearer",
|
|
2850
|
-
"token",
|
|
2851
|
-
"basic",
|
|
2852
|
-
"custom-header",
|
|
2853
|
-
"none"
|
|
2854
|
-
],
|
|
2855
|
-
"type": "option"
|
|
2856
|
-
},
|
|
2857
|
-
"format": {
|
|
2858
|
-
"char": "f",
|
|
2859
|
-
"description": "Output format",
|
|
2860
|
-
"name": "format",
|
|
2861
|
-
"default": "text",
|
|
2862
|
-
"hasDynamicHelp": false,
|
|
2863
|
-
"multiple": false,
|
|
2864
|
-
"options": [
|
|
2865
|
-
"text",
|
|
2866
|
-
"json"
|
|
2867
|
-
],
|
|
2868
|
-
"type": "option"
|
|
2869
|
-
},
|
|
2870
|
-
"header-name": {
|
|
2871
|
-
"description": "Custom header name (for custom-header auth scheme)",
|
|
2872
|
-
"name": "header-name",
|
|
2873
|
-
"hasDynamicHelp": false,
|
|
2874
|
-
"multiple": false,
|
|
2875
|
-
"type": "option"
|
|
2876
|
-
},
|
|
2877
|
-
"token": {
|
|
2878
|
-
"char": "t",
|
|
2879
|
-
"description": "Auth token for private hub registry",
|
|
2880
|
-
"name": "token",
|
|
2881
|
-
"hasDynamicHelp": false,
|
|
2882
|
-
"multiple": false,
|
|
2883
|
-
"type": "option"
|
|
2884
|
-
},
|
|
2885
|
-
"url": {
|
|
2886
|
-
"char": "u",
|
|
2887
|
-
"description": "Registry URL",
|
|
2888
|
-
"name": "url",
|
|
2889
|
-
"required": true,
|
|
2890
|
-
"hasDynamicHelp": false,
|
|
2891
|
-
"multiple": false,
|
|
2892
|
-
"type": "option"
|
|
2893
|
-
}
|
|
2894
|
-
},
|
|
2865
|
+
"flags": {},
|
|
2895
2866
|
"hasDynamicHelp": false,
|
|
2896
2867
|
"hiddenAliases": [],
|
|
2897
|
-
"id": "
|
|
2868
|
+
"id": "vc",
|
|
2898
2869
|
"pluginAlias": "byterover-cli",
|
|
2899
2870
|
"pluginName": "byterover-cli",
|
|
2900
2871
|
"pluginType": "core",
|
|
@@ -2905,19 +2876,21 @@
|
|
|
2905
2876
|
"dist",
|
|
2906
2877
|
"oclif",
|
|
2907
2878
|
"commands",
|
|
2908
|
-
"
|
|
2909
|
-
"
|
|
2910
|
-
"add.js"
|
|
2879
|
+
"vc",
|
|
2880
|
+
"index.js"
|
|
2911
2881
|
]
|
|
2912
2882
|
},
|
|
2913
|
-
"
|
|
2883
|
+
"vc:init": {
|
|
2914
2884
|
"aliases": [],
|
|
2915
2885
|
"args": {},
|
|
2916
|
-
"description": "
|
|
2886
|
+
"description": "Initialize ByteRover version control for context tree",
|
|
2887
|
+
"examples": [
|
|
2888
|
+
"<%= config.bin %> <%= command.id %>"
|
|
2889
|
+
],
|
|
2917
2890
|
"flags": {},
|
|
2918
2891
|
"hasDynamicHelp": false,
|
|
2919
2892
|
"hiddenAliases": [],
|
|
2920
|
-
"id": "
|
|
2893
|
+
"id": "vc:init",
|
|
2921
2894
|
"pluginAlias": "byterover-cli",
|
|
2922
2895
|
"pluginName": "byterover-cli",
|
|
2923
2896
|
"pluginType": "core",
|
|
@@ -2928,37 +2901,45 @@
|
|
|
2928
2901
|
"dist",
|
|
2929
2902
|
"oclif",
|
|
2930
2903
|
"commands",
|
|
2931
|
-
"
|
|
2932
|
-
"
|
|
2933
|
-
"index.js"
|
|
2904
|
+
"vc",
|
|
2905
|
+
"init.js"
|
|
2934
2906
|
]
|
|
2935
2907
|
},
|
|
2936
|
-
"
|
|
2908
|
+
"vc:log": {
|
|
2937
2909
|
"aliases": [],
|
|
2938
|
-
"args": {
|
|
2939
|
-
|
|
2910
|
+
"args": {
|
|
2911
|
+
"branch": {
|
|
2912
|
+
"description": "Branch name to show history for",
|
|
2913
|
+
"name": "branch"
|
|
2914
|
+
}
|
|
2915
|
+
},
|
|
2916
|
+
"description": "Show commit history for the context-tree",
|
|
2940
2917
|
"examples": [
|
|
2941
|
-
"<%= config.bin %>
|
|
2942
|
-
"<%= config.bin %>
|
|
2918
|
+
"<%= config.bin %> <%= command.id %>",
|
|
2919
|
+
"<%= config.bin %> <%= command.id %> --limit 20",
|
|
2920
|
+
"<%= config.bin %> <%= command.id %> main",
|
|
2921
|
+
"<%= config.bin %> <%= command.id %> --all"
|
|
2943
2922
|
],
|
|
2944
2923
|
"flags": {
|
|
2945
|
-
"
|
|
2946
|
-
"char": "
|
|
2947
|
-
"description": "
|
|
2948
|
-
"name": "
|
|
2949
|
-
"
|
|
2924
|
+
"all": {
|
|
2925
|
+
"char": "a",
|
|
2926
|
+
"description": "Show commits from all branches",
|
|
2927
|
+
"name": "all",
|
|
2928
|
+
"allowNo": false,
|
|
2929
|
+
"type": "boolean"
|
|
2930
|
+
},
|
|
2931
|
+
"limit": {
|
|
2932
|
+
"description": "Number of commits to show",
|
|
2933
|
+
"name": "limit",
|
|
2934
|
+
"default": 10,
|
|
2950
2935
|
"hasDynamicHelp": false,
|
|
2951
2936
|
"multiple": false,
|
|
2952
|
-
"options": [
|
|
2953
|
-
"text",
|
|
2954
|
-
"json"
|
|
2955
|
-
],
|
|
2956
2937
|
"type": "option"
|
|
2957
2938
|
}
|
|
2958
2939
|
},
|
|
2959
2940
|
"hasDynamicHelp": false,
|
|
2960
2941
|
"hiddenAliases": [],
|
|
2961
|
-
"id": "
|
|
2942
|
+
"id": "vc:log",
|
|
2962
2943
|
"pluginAlias": "byterover-cli",
|
|
2963
2944
|
"pluginName": "byterover-cli",
|
|
2964
2945
|
"pluginType": "core",
|
|
@@ -2969,42 +2950,63 @@
|
|
|
2969
2950
|
"dist",
|
|
2970
2951
|
"oclif",
|
|
2971
2952
|
"commands",
|
|
2972
|
-
"
|
|
2973
|
-
"
|
|
2974
|
-
"list.js"
|
|
2953
|
+
"vc",
|
|
2954
|
+
"log.js"
|
|
2975
2955
|
]
|
|
2976
2956
|
},
|
|
2977
|
-
"
|
|
2957
|
+
"vc:merge": {
|
|
2978
2958
|
"aliases": [],
|
|
2979
2959
|
"args": {
|
|
2980
|
-
"
|
|
2981
|
-
"description": "
|
|
2982
|
-
"name": "
|
|
2983
|
-
"required":
|
|
2960
|
+
"branch": {
|
|
2961
|
+
"description": "Branch to merge into the current branch",
|
|
2962
|
+
"name": "branch",
|
|
2963
|
+
"required": false
|
|
2984
2964
|
}
|
|
2985
2965
|
},
|
|
2986
|
-
"description": "
|
|
2966
|
+
"description": "Merge a branch into the current branch",
|
|
2987
2967
|
"examples": [
|
|
2988
|
-
"<%= config.bin %>
|
|
2968
|
+
"<%= config.bin %> <%= command.id %> feature/my-branch",
|
|
2969
|
+
"<%= config.bin %> <%= command.id %> --abort",
|
|
2970
|
+
"<%= config.bin %> <%= command.id %> --continue",
|
|
2971
|
+
"<%= config.bin %> <%= command.id %> -m \"Custom merge message\" feature/my-branch"
|
|
2989
2972
|
],
|
|
2990
2973
|
"flags": {
|
|
2991
|
-
"
|
|
2992
|
-
"
|
|
2993
|
-
"
|
|
2994
|
-
|
|
2995
|
-
|
|
2974
|
+
"abort": {
|
|
2975
|
+
"description": "Abort the current merge",
|
|
2976
|
+
"exclusive": [
|
|
2977
|
+
"continue"
|
|
2978
|
+
],
|
|
2979
|
+
"name": "abort",
|
|
2980
|
+
"allowNo": false,
|
|
2981
|
+
"type": "boolean"
|
|
2982
|
+
},
|
|
2983
|
+
"allow-unrelated-histories": {
|
|
2984
|
+
"description": "Allow merging unrelated histories",
|
|
2985
|
+
"name": "allow-unrelated-histories",
|
|
2986
|
+
"allowNo": false,
|
|
2987
|
+
"type": "boolean"
|
|
2988
|
+
},
|
|
2989
|
+
"continue": {
|
|
2990
|
+
"description": "Continue the current merge after resolving conflicts",
|
|
2991
|
+
"exclusive": [
|
|
2992
|
+
"abort"
|
|
2993
|
+
],
|
|
2994
|
+
"name": "continue",
|
|
2995
|
+
"allowNo": false,
|
|
2996
|
+
"type": "boolean"
|
|
2997
|
+
},
|
|
2998
|
+
"message": {
|
|
2999
|
+
"char": "m",
|
|
3000
|
+
"description": "Merge commit message",
|
|
3001
|
+
"name": "message",
|
|
2996
3002
|
"hasDynamicHelp": false,
|
|
2997
3003
|
"multiple": false,
|
|
2998
|
-
"options": [
|
|
2999
|
-
"text",
|
|
3000
|
-
"json"
|
|
3001
|
-
],
|
|
3002
3004
|
"type": "option"
|
|
3003
3005
|
}
|
|
3004
3006
|
},
|
|
3005
3007
|
"hasDynamicHelp": false,
|
|
3006
3008
|
"hiddenAliases": [],
|
|
3007
|
-
"id": "
|
|
3009
|
+
"id": "vc:merge",
|
|
3008
3010
|
"pluginAlias": "byterover-cli",
|
|
3009
3011
|
"pluginName": "byterover-cli",
|
|
3010
3012
|
"pluginType": "core",
|
|
@@ -3015,77 +3017,160 @@
|
|
|
3015
3017
|
"dist",
|
|
3016
3018
|
"oclif",
|
|
3017
3019
|
"commands",
|
|
3018
|
-
"
|
|
3019
|
-
"
|
|
3020
|
-
"remove.js"
|
|
3020
|
+
"vc",
|
|
3021
|
+
"merge.js"
|
|
3021
3022
|
]
|
|
3022
3023
|
},
|
|
3023
|
-
"
|
|
3024
|
+
"vc:pull": {
|
|
3024
3025
|
"aliases": [],
|
|
3025
3026
|
"args": {
|
|
3026
|
-
"
|
|
3027
|
-
"description": "
|
|
3028
|
-
"name": "
|
|
3029
|
-
"required":
|
|
3027
|
+
"remote": {
|
|
3028
|
+
"description": "Remote name (only origin supported)",
|
|
3029
|
+
"name": "remote",
|
|
3030
|
+
"required": false
|
|
3031
|
+
},
|
|
3032
|
+
"branch": {
|
|
3033
|
+
"description": "Branch to pull",
|
|
3034
|
+
"name": "branch",
|
|
3035
|
+
"required": false
|
|
3030
3036
|
}
|
|
3031
3037
|
},
|
|
3032
|
-
"description": "
|
|
3038
|
+
"description": "Pull commits from ByteRover cloud",
|
|
3033
3039
|
"examples": [
|
|
3034
|
-
"<%= config.bin %>
|
|
3035
|
-
"<%= config.bin %>
|
|
3036
|
-
"<%= config.bin %>
|
|
3040
|
+
"<%= config.bin %> <%= command.id %>",
|
|
3041
|
+
"<%= config.bin %> <%= command.id %> origin main",
|
|
3042
|
+
"<%= config.bin %> <%= command.id %> origin main --allow-unrelated-histories"
|
|
3037
3043
|
],
|
|
3038
3044
|
"flags": {
|
|
3039
|
-
"
|
|
3040
|
-
"
|
|
3041
|
-
"
|
|
3042
|
-
"
|
|
3043
|
-
"
|
|
3044
|
-
|
|
3045
|
-
|
|
3046
|
-
|
|
3047
|
-
|
|
3048
|
-
|
|
3045
|
+
"allow-unrelated-histories": {
|
|
3046
|
+
"description": "Allow merging unrelated histories",
|
|
3047
|
+
"name": "allow-unrelated-histories",
|
|
3048
|
+
"allowNo": false,
|
|
3049
|
+
"type": "boolean"
|
|
3050
|
+
}
|
|
3051
|
+
},
|
|
3052
|
+
"hasDynamicHelp": false,
|
|
3053
|
+
"hiddenAliases": [],
|
|
3054
|
+
"id": "vc:pull",
|
|
3055
|
+
"pluginAlias": "byterover-cli",
|
|
3056
|
+
"pluginName": "byterover-cli",
|
|
3057
|
+
"pluginType": "core",
|
|
3058
|
+
"strict": true,
|
|
3059
|
+
"enableJsonFlag": false,
|
|
3060
|
+
"isESM": true,
|
|
3061
|
+
"relativePath": [
|
|
3062
|
+
"dist",
|
|
3063
|
+
"oclif",
|
|
3064
|
+
"commands",
|
|
3065
|
+
"vc",
|
|
3066
|
+
"pull.js"
|
|
3067
|
+
]
|
|
3068
|
+
},
|
|
3069
|
+
"vc:push": {
|
|
3070
|
+
"aliases": [],
|
|
3071
|
+
"args": {
|
|
3072
|
+
"remote": {
|
|
3073
|
+
"description": "Remote name (only origin supported)",
|
|
3074
|
+
"name": "remote",
|
|
3075
|
+
"required": false
|
|
3076
|
+
},
|
|
3077
|
+
"branch": {
|
|
3078
|
+
"description": "Branch to push",
|
|
3079
|
+
"name": "branch",
|
|
3080
|
+
"required": false
|
|
3081
|
+
}
|
|
3082
|
+
},
|
|
3083
|
+
"description": "Push commits to ByteRover cloud",
|
|
3084
|
+
"examples": [
|
|
3085
|
+
"<%= config.bin %> <%= command.id %>",
|
|
3086
|
+
"<%= config.bin %> <%= command.id %> -u",
|
|
3087
|
+
"<%= config.bin %> <%= command.id %> origin feat/my-branch"
|
|
3088
|
+
],
|
|
3089
|
+
"flags": {
|
|
3090
|
+
"set-upstream": {
|
|
3091
|
+
"char": "u",
|
|
3092
|
+
"description": "Set upstream tracking branch",
|
|
3093
|
+
"name": "set-upstream",
|
|
3094
|
+
"allowNo": false,
|
|
3095
|
+
"type": "boolean"
|
|
3096
|
+
}
|
|
3097
|
+
},
|
|
3098
|
+
"hasDynamicHelp": false,
|
|
3099
|
+
"hiddenAliases": [],
|
|
3100
|
+
"id": "vc:push",
|
|
3101
|
+
"pluginAlias": "byterover-cli",
|
|
3102
|
+
"pluginName": "byterover-cli",
|
|
3103
|
+
"pluginType": "core",
|
|
3104
|
+
"strict": true,
|
|
3105
|
+
"enableJsonFlag": false,
|
|
3106
|
+
"isESM": true,
|
|
3107
|
+
"relativePath": [
|
|
3108
|
+
"dist",
|
|
3109
|
+
"oclif",
|
|
3110
|
+
"commands",
|
|
3111
|
+
"vc",
|
|
3112
|
+
"push.js"
|
|
3113
|
+
]
|
|
3114
|
+
},
|
|
3115
|
+
"vc:reset": {
|
|
3116
|
+
"aliases": [],
|
|
3117
|
+
"args": {},
|
|
3118
|
+
"description": "Unstage files or undo commits",
|
|
3119
|
+
"examples": [
|
|
3120
|
+
"<%= config.bin %> <%= command.id %>",
|
|
3121
|
+
"<%= config.bin %> <%= command.id %> notes.md",
|
|
3122
|
+
"<%= config.bin %> <%= command.id %> --soft HEAD~1",
|
|
3123
|
+
"<%= config.bin %> <%= command.id %> --hard HEAD~1",
|
|
3124
|
+
"<%= config.bin %> <%= command.id %> --hard"
|
|
3125
|
+
],
|
|
3126
|
+
"flags": {
|
|
3127
|
+
"hard": {
|
|
3128
|
+
"description": "Reset HEAD, index, and working tree",
|
|
3129
|
+
"exclusive": [
|
|
3130
|
+
"soft"
|
|
3049
3131
|
],
|
|
3050
|
-
"
|
|
3132
|
+
"name": "hard",
|
|
3133
|
+
"allowNo": false,
|
|
3134
|
+
"type": "boolean"
|
|
3051
3135
|
},
|
|
3052
|
-
"
|
|
3053
|
-
"
|
|
3054
|
-
"
|
|
3055
|
-
|
|
3056
|
-
|
|
3057
|
-
"
|
|
3058
|
-
"
|
|
3136
|
+
"soft": {
|
|
3137
|
+
"description": "Reset HEAD only, keep changes staged",
|
|
3138
|
+
"exclusive": [
|
|
3139
|
+
"hard"
|
|
3140
|
+
],
|
|
3141
|
+
"name": "soft",
|
|
3142
|
+
"allowNo": false,
|
|
3143
|
+
"type": "boolean"
|
|
3059
3144
|
}
|
|
3060
3145
|
},
|
|
3061
3146
|
"hasDynamicHelp": false,
|
|
3062
3147
|
"hiddenAliases": [],
|
|
3063
|
-
"id": "
|
|
3148
|
+
"id": "vc:reset",
|
|
3064
3149
|
"pluginAlias": "byterover-cli",
|
|
3065
3150
|
"pluginName": "byterover-cli",
|
|
3066
3151
|
"pluginType": "core",
|
|
3067
|
-
"strict":
|
|
3152
|
+
"strict": false,
|
|
3068
3153
|
"enableJsonFlag": false,
|
|
3069
3154
|
"isESM": true,
|
|
3070
3155
|
"relativePath": [
|
|
3071
3156
|
"dist",
|
|
3072
3157
|
"oclif",
|
|
3073
3158
|
"commands",
|
|
3074
|
-
"
|
|
3075
|
-
"
|
|
3159
|
+
"vc",
|
|
3160
|
+
"reset.js"
|
|
3076
3161
|
]
|
|
3077
3162
|
},
|
|
3078
|
-
"
|
|
3163
|
+
"vc:status": {
|
|
3079
3164
|
"aliases": [],
|
|
3080
3165
|
"args": {},
|
|
3081
|
-
"description": "
|
|
3166
|
+
"description": "Show ByteRover version control status",
|
|
3082
3167
|
"examples": [
|
|
3083
|
-
"<%= config.bin %>
|
|
3168
|
+
"<%= config.bin %> <%= command.id %>"
|
|
3084
3169
|
],
|
|
3085
3170
|
"flags": {},
|
|
3086
3171
|
"hasDynamicHelp": false,
|
|
3087
3172
|
"hiddenAliases": [],
|
|
3088
|
-
"id": "
|
|
3173
|
+
"id": "vc:status",
|
|
3089
3174
|
"pluginAlias": "byterover-cli",
|
|
3090
3175
|
"pluginName": "byterover-cli",
|
|
3091
3176
|
"pluginType": "core",
|
|
@@ -3096,30 +3181,41 @@
|
|
|
3096
3181
|
"dist",
|
|
3097
3182
|
"oclif",
|
|
3098
3183
|
"commands",
|
|
3099
|
-
"
|
|
3100
|
-
"
|
|
3184
|
+
"vc",
|
|
3185
|
+
"status.js"
|
|
3101
3186
|
]
|
|
3102
3187
|
},
|
|
3103
|
-
"
|
|
3188
|
+
"hub:registry:add": {
|
|
3104
3189
|
"aliases": [],
|
|
3105
3190
|
"args": {
|
|
3106
|
-
"
|
|
3107
|
-
"description": "
|
|
3108
|
-
"name": "
|
|
3191
|
+
"name": {
|
|
3192
|
+
"description": "Registry name",
|
|
3193
|
+
"name": "name",
|
|
3109
3194
|
"required": true
|
|
3110
3195
|
}
|
|
3111
3196
|
},
|
|
3112
|
-
"description": "
|
|
3197
|
+
"description": "Add a hub registry",
|
|
3113
3198
|
"examples": [
|
|
3114
|
-
"<%= config.bin %>
|
|
3115
|
-
"<%= config.bin %>
|
|
3199
|
+
"<%= config.bin %> hub registry add myco --url https://example.com/registry.json",
|
|
3200
|
+
"<%= config.bin %> hub registry add myco --url https://example.com/registry.json --token secret",
|
|
3201
|
+
"<%= config.bin %> hub registry add ghrepo --url https://raw.githubusercontent.com/org/repo/main/registry.json --auth-scheme token --token ghp_xxx",
|
|
3202
|
+
"<%= config.bin %> hub registry add gitlab --url https://gitlab.com/.../registry.json --auth-scheme custom-header --header-name PRIVATE-TOKEN --token glpat-xxx"
|
|
3116
3203
|
],
|
|
3117
3204
|
"flags": {
|
|
3118
|
-
"
|
|
3119
|
-
"
|
|
3120
|
-
"
|
|
3121
|
-
"
|
|
3122
|
-
"
|
|
3205
|
+
"auth-scheme": {
|
|
3206
|
+
"char": "s",
|
|
3207
|
+
"description": "Auth scheme for hub registry",
|
|
3208
|
+
"name": "auth-scheme",
|
|
3209
|
+
"hasDynamicHelp": false,
|
|
3210
|
+
"multiple": false,
|
|
3211
|
+
"options": [
|
|
3212
|
+
"bearer",
|
|
3213
|
+
"token",
|
|
3214
|
+
"basic",
|
|
3215
|
+
"custom-header",
|
|
3216
|
+
"none"
|
|
3217
|
+
],
|
|
3218
|
+
"type": "option"
|
|
3123
3219
|
},
|
|
3124
3220
|
"format": {
|
|
3125
3221
|
"char": "f",
|
|
@@ -3134,10 +3230,26 @@
|
|
|
3134
3230
|
],
|
|
3135
3231
|
"type": "option"
|
|
3136
3232
|
},
|
|
3137
|
-
"
|
|
3138
|
-
"
|
|
3139
|
-
"
|
|
3140
|
-
"
|
|
3233
|
+
"header-name": {
|
|
3234
|
+
"description": "Custom header name (for custom-header auth scheme)",
|
|
3235
|
+
"name": "header-name",
|
|
3236
|
+
"hasDynamicHelp": false,
|
|
3237
|
+
"multiple": false,
|
|
3238
|
+
"type": "option"
|
|
3239
|
+
},
|
|
3240
|
+
"token": {
|
|
3241
|
+
"char": "t",
|
|
3242
|
+
"description": "Auth token for private hub registry",
|
|
3243
|
+
"name": "token",
|
|
3244
|
+
"hasDynamicHelp": false,
|
|
3245
|
+
"multiple": false,
|
|
3246
|
+
"type": "option"
|
|
3247
|
+
},
|
|
3248
|
+
"url": {
|
|
3249
|
+
"char": "u",
|
|
3250
|
+
"description": "Registry URL",
|
|
3251
|
+
"name": "url",
|
|
3252
|
+
"required": true,
|
|
3141
3253
|
"hasDynamicHelp": false,
|
|
3142
3254
|
"multiple": false,
|
|
3143
3255
|
"type": "option"
|
|
@@ -3145,7 +3257,7 @@
|
|
|
3145
3257
|
},
|
|
3146
3258
|
"hasDynamicHelp": false,
|
|
3147
3259
|
"hiddenAliases": [],
|
|
3148
|
-
"id": "
|
|
3260
|
+
"id": "hub:registry:add",
|
|
3149
3261
|
"pluginAlias": "byterover-cli",
|
|
3150
3262
|
"pluginName": "byterover-cli",
|
|
3151
3263
|
"pluginType": "core",
|
|
@@ -3156,36 +3268,19 @@
|
|
|
3156
3268
|
"dist",
|
|
3157
3269
|
"oclif",
|
|
3158
3270
|
"commands",
|
|
3159
|
-
"
|
|
3160
|
-
"
|
|
3271
|
+
"hub",
|
|
3272
|
+
"registry",
|
|
3273
|
+
"add.js"
|
|
3161
3274
|
]
|
|
3162
3275
|
},
|
|
3163
|
-
"
|
|
3276
|
+
"hub:registry": {
|
|
3164
3277
|
"aliases": [],
|
|
3165
3278
|
"args": {},
|
|
3166
|
-
"description": "
|
|
3167
|
-
"
|
|
3168
|
-
"<%= config.bin %> swarm status",
|
|
3169
|
-
"<%= config.bin %> swarm status --format json"
|
|
3170
|
-
],
|
|
3171
|
-
"flags": {
|
|
3172
|
-
"format": {
|
|
3173
|
-
"char": "f",
|
|
3174
|
-
"description": "Output format",
|
|
3175
|
-
"name": "format",
|
|
3176
|
-
"default": "text",
|
|
3177
|
-
"hasDynamicHelp": false,
|
|
3178
|
-
"multiple": false,
|
|
3179
|
-
"options": [
|
|
3180
|
-
"text",
|
|
3181
|
-
"json"
|
|
3182
|
-
],
|
|
3183
|
-
"type": "option"
|
|
3184
|
-
}
|
|
3185
|
-
},
|
|
3279
|
+
"description": "Manage hub registries",
|
|
3280
|
+
"flags": {},
|
|
3186
3281
|
"hasDynamicHelp": false,
|
|
3187
3282
|
"hiddenAliases": [],
|
|
3188
|
-
"id": "
|
|
3283
|
+
"id": "hub:registry",
|
|
3189
3284
|
"pluginAlias": "byterover-cli",
|
|
3190
3285
|
"pluginName": "byterover-cli",
|
|
3191
3286
|
"pluginType": "core",
|
|
@@ -3196,32 +3291,22 @@
|
|
|
3196
3291
|
"dist",
|
|
3197
3292
|
"oclif",
|
|
3198
3293
|
"commands",
|
|
3199
|
-
"
|
|
3200
|
-
"
|
|
3294
|
+
"hub",
|
|
3295
|
+
"registry",
|
|
3296
|
+
"index.js"
|
|
3201
3297
|
]
|
|
3202
3298
|
},
|
|
3203
|
-
"
|
|
3299
|
+
"hub:registry:list": {
|
|
3204
3300
|
"aliases": [],
|
|
3205
3301
|
"args": {},
|
|
3206
|
-
"description": "
|
|
3302
|
+
"description": "List configured hub registries",
|
|
3207
3303
|
"examples": [
|
|
3208
|
-
"<%= config.bin %>
|
|
3209
|
-
"<%= config.bin %>
|
|
3210
|
-
"<%= config.bin %> <%= command.id %> --last 7d",
|
|
3211
|
-
"<%= config.bin %> <%= command.id %> --last 30d",
|
|
3212
|
-
"<%= config.bin %> <%= command.id %> --format json",
|
|
3213
|
-
"<%= config.bin %> <%= command.id %> --format narrative",
|
|
3214
|
-
"<%= config.bin %> <%= command.id %> --since 2026-04-01 --before 2026-04-03"
|
|
3304
|
+
"<%= config.bin %> hub registry list",
|
|
3305
|
+
"<%= config.bin %> hub registry list --format json"
|
|
3215
3306
|
],
|
|
3216
3307
|
"flags": {
|
|
3217
|
-
"before": {
|
|
3218
|
-
"description": "Entries before (ISO date or relative: 1h, 24h, 7d, 2w)",
|
|
3219
|
-
"name": "before",
|
|
3220
|
-
"hasDynamicHelp": false,
|
|
3221
|
-
"multiple": false,
|
|
3222
|
-
"type": "option"
|
|
3223
|
-
},
|
|
3224
3308
|
"format": {
|
|
3309
|
+
"char": "f",
|
|
3225
3310
|
"description": "Output format",
|
|
3226
3311
|
"name": "format",
|
|
3227
3312
|
"default": "text",
|
|
@@ -3229,29 +3314,14 @@
|
|
|
3229
3314
|
"multiple": false,
|
|
3230
3315
|
"options": [
|
|
3231
3316
|
"text",
|
|
3232
|
-
"json"
|
|
3233
|
-
"narrative"
|
|
3317
|
+
"json"
|
|
3234
3318
|
],
|
|
3235
3319
|
"type": "option"
|
|
3236
|
-
},
|
|
3237
|
-
"last": {
|
|
3238
|
-
"description": "Relative time window (e.g., 1h, 24h, 7d, 30d). Default: 24h. Takes precedence over --since.",
|
|
3239
|
-
"name": "last",
|
|
3240
|
-
"hasDynamicHelp": false,
|
|
3241
|
-
"multiple": false,
|
|
3242
|
-
"type": "option"
|
|
3243
|
-
},
|
|
3244
|
-
"since": {
|
|
3245
|
-
"description": "Entries after (ISO date or relative: 1h, 24h, 7d, 2w)",
|
|
3246
|
-
"name": "since",
|
|
3247
|
-
"hasDynamicHelp": false,
|
|
3248
|
-
"multiple": false,
|
|
3249
|
-
"type": "option"
|
|
3250
3320
|
}
|
|
3251
3321
|
},
|
|
3252
3322
|
"hasDynamicHelp": false,
|
|
3253
3323
|
"hiddenAliases": [],
|
|
3254
|
-
"id": "
|
|
3324
|
+
"id": "hub:registry:list",
|
|
3255
3325
|
"pluginAlias": "byterover-cli",
|
|
3256
3326
|
"pluginName": "byterover-cli",
|
|
3257
3327
|
"pluginType": "core",
|
|
@@ -3262,48 +3332,27 @@
|
|
|
3262
3332
|
"dist",
|
|
3263
3333
|
"oclif",
|
|
3264
3334
|
"commands",
|
|
3265
|
-
"
|
|
3266
|
-
"
|
|
3335
|
+
"hub",
|
|
3336
|
+
"registry",
|
|
3337
|
+
"list.js"
|
|
3267
3338
|
]
|
|
3268
3339
|
},
|
|
3269
|
-
"
|
|
3340
|
+
"hub:registry:remove": {
|
|
3270
3341
|
"aliases": [],
|
|
3271
3342
|
"args": {
|
|
3272
|
-
"
|
|
3273
|
-
"description": "
|
|
3274
|
-
"name": "
|
|
3275
|
-
"required":
|
|
3343
|
+
"name": {
|
|
3344
|
+
"description": "Registry name to remove",
|
|
3345
|
+
"name": "name",
|
|
3346
|
+
"required": true
|
|
3276
3347
|
}
|
|
3277
3348
|
},
|
|
3278
|
-
"description": "
|
|
3349
|
+
"description": "Remove a hub registry",
|
|
3279
3350
|
"examples": [
|
|
3280
|
-
"<%= config.bin %>
|
|
3281
|
-
"<%= config.bin %> <%= command.id %> qry-1712345678901",
|
|
3282
|
-
"<%= config.bin %> <%= command.id %> --limit 20",
|
|
3283
|
-
"<%= config.bin %> <%= command.id %> --status completed",
|
|
3284
|
-
"<%= config.bin %> <%= command.id %> --status completed --status error",
|
|
3285
|
-
"<%= config.bin %> <%= command.id %> --tier 0 --tier 1",
|
|
3286
|
-
"<%= config.bin %> <%= command.id %> --since 1h",
|
|
3287
|
-
"<%= config.bin %> <%= command.id %> --since 2024-01-15",
|
|
3288
|
-
"<%= config.bin %> <%= command.id %> --before 2024-02-01",
|
|
3289
|
-
"<%= config.bin %> <%= command.id %> --detail",
|
|
3290
|
-
"<%= config.bin %> <%= command.id %> --format json"
|
|
3351
|
+
"<%= config.bin %> hub registry remove myco"
|
|
3291
3352
|
],
|
|
3292
3353
|
"flags": {
|
|
3293
|
-
"before": {
|
|
3294
|
-
"description": "Show entries started before this time (ISO date or relative: 30m, 1h, 24h, 7d, 2w)",
|
|
3295
|
-
"name": "before",
|
|
3296
|
-
"hasDynamicHelp": false,
|
|
3297
|
-
"multiple": false,
|
|
3298
|
-
"type": "option"
|
|
3299
|
-
},
|
|
3300
|
-
"detail": {
|
|
3301
|
-
"description": "Show matched docs for each entry",
|
|
3302
|
-
"name": "detail",
|
|
3303
|
-
"allowNo": false,
|
|
3304
|
-
"type": "boolean"
|
|
3305
|
-
},
|
|
3306
3354
|
"format": {
|
|
3355
|
+
"char": "f",
|
|
3307
3356
|
"description": "Output format",
|
|
3308
3357
|
"name": "format",
|
|
3309
3358
|
"default": "text",
|
|
@@ -3314,53 +3363,11 @@
|
|
|
3314
3363
|
"json"
|
|
3315
3364
|
],
|
|
3316
3365
|
"type": "option"
|
|
3317
|
-
},
|
|
3318
|
-
"limit": {
|
|
3319
|
-
"description": "Maximum number of log entries to display",
|
|
3320
|
-
"name": "limit",
|
|
3321
|
-
"default": 10,
|
|
3322
|
-
"hasDynamicHelp": false,
|
|
3323
|
-
"multiple": false,
|
|
3324
|
-
"type": "option"
|
|
3325
|
-
},
|
|
3326
|
-
"since": {
|
|
3327
|
-
"description": "Show entries started after this time (ISO date or relative: 30m, 1h, 24h, 7d, 2w)",
|
|
3328
|
-
"name": "since",
|
|
3329
|
-
"hasDynamicHelp": false,
|
|
3330
|
-
"multiple": false,
|
|
3331
|
-
"type": "option"
|
|
3332
|
-
},
|
|
3333
|
-
"status": {
|
|
3334
|
-
"description": "Filter by status (can be repeated). Options: cancelled, completed, error, processing",
|
|
3335
|
-
"name": "status",
|
|
3336
|
-
"hasDynamicHelp": false,
|
|
3337
|
-
"multiple": true,
|
|
3338
|
-
"options": [
|
|
3339
|
-
"cancelled",
|
|
3340
|
-
"completed",
|
|
3341
|
-
"error",
|
|
3342
|
-
"processing"
|
|
3343
|
-
],
|
|
3344
|
-
"type": "option"
|
|
3345
|
-
},
|
|
3346
|
-
"tier": {
|
|
3347
|
-
"description": "Filter by resolution tier (can be repeated). Options: 0, 1, 2, 3, 4",
|
|
3348
|
-
"name": "tier",
|
|
3349
|
-
"hasDynamicHelp": false,
|
|
3350
|
-
"multiple": true,
|
|
3351
|
-
"options": [
|
|
3352
|
-
"0",
|
|
3353
|
-
"1",
|
|
3354
|
-
"2",
|
|
3355
|
-
"3",
|
|
3356
|
-
"4"
|
|
3357
|
-
],
|
|
3358
|
-
"type": "option"
|
|
3359
3366
|
}
|
|
3360
3367
|
},
|
|
3361
3368
|
"hasDynamicHelp": false,
|
|
3362
3369
|
"hiddenAliases": [],
|
|
3363
|
-
"id": "
|
|
3370
|
+
"id": "hub:registry:remove",
|
|
3364
3371
|
"pluginAlias": "byterover-cli",
|
|
3365
3372
|
"pluginName": "byterover-cli",
|
|
3366
3373
|
"pluginType": "core",
|
|
@@ -3371,8 +3378,9 @@
|
|
|
3371
3378
|
"dist",
|
|
3372
3379
|
"oclif",
|
|
3373
3380
|
"commands",
|
|
3374
|
-
"
|
|
3375
|
-
"
|
|
3381
|
+
"hub",
|
|
3382
|
+
"registry",
|
|
3383
|
+
"remove.js"
|
|
3376
3384
|
]
|
|
3377
3385
|
},
|
|
3378
3386
|
"vc:remote:add": {
|
|
@@ -3508,5 +3516,5 @@
|
|
|
3508
3516
|
]
|
|
3509
3517
|
}
|
|
3510
3518
|
},
|
|
3511
|
-
"version": "3.
|
|
3519
|
+
"version": "3.13.0"
|
|
3512
3520
|
}
|