@nexusclawhq/cli 0.3.38 → 0.3.39
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/CHANGELOG.md +10 -0
- package/dist/build-info.json +4 -4
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/community-capabilities.d.ts +27 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/community-capabilities.js +32 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/community-capabilities.js.map +1 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/types.d.ts +1 -2
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/types.js +12 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/types.js.map +1 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/index.d.ts +1 -3
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/index.js +1 -3
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/index.js.map +1 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.d.ts +19 -3
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js +12 -5
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js.map +1 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/index.d.ts +38 -6
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.d.ts +19 -3
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js +13 -6
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js.map +1 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/platform-admin-route-readiness/index.js +2 -2
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/platform-admin-route-readiness/index.js.map +1 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/system-object-persistence.js +1 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/system-object-persistence.js.map +1 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/package.json +0 -12
- package/dist/nexus-cli/src/cli.d.ts +4 -1
- package/dist/nexus-cli/src/cli.js +8 -1
- package/dist/nexus-cli/src/cli.js.map +1 -1
- package/dist/nexus-cli/src/cli.test.js +6 -0
- package/dist/nexus-cli/src/cli.test.js.map +1 -1
- package/dist/nexus-cli/src/commands/ai/help.test.js +4 -4
- package/dist/nexus-cli/src/commands/commands.test.js +1 -1
- package/dist/nexus-cli/src/commands/commands.test.js.map +1 -1
- package/dist/nexus-cli/src/commands/workforce/curated-exemplar.d.ts +2 -0
- package/dist/nexus-cli/src/commands/workforce/curated-exemplar.js +51 -0
- package/dist/nexus-cli/src/commands/workforce/curated-exemplar.js.map +1 -0
- package/dist/nexus-cli/src/commands/workforce/index.js +2 -0
- package/dist/nexus-cli/src/commands/workforce/index.js.map +1 -1
- package/dist/nexus-cli/src/contracts/command-contract-matrix.generated.test.js +5 -5
- package/dist/nexus-cli/src/contracts/command-inventory.test.js +4 -4
- package/dist/nexus-cli/src/contracts/command-policy.exporter.test.js +2 -2
- package/dist/nexus-cli/src/contracts/command-policy.registry.js +2 -2
- package/dist/nexus-cli/src/contracts/command-policy.registry.js.map +1 -1
- package/dist/nexus-cli/src/contracts/command-policy.registry.test.js +4 -4
- package/dist/nexus-cli/src/contracts/command-policy.validator.test.js +3 -3
- package/dist/nexus-cli/src/services/curated-exemplar-remote.d.ts +32 -0
- package/dist/nexus-cli/src/services/curated-exemplar-remote.js +50 -0
- package/dist/nexus-cli/src/services/curated-exemplar-remote.js.map +1 -0
- package/dist/nexus-cli/src/services/workforce-bundle-archive.d.ts +1 -1
- package/dist/nexus-cli/src/services/workforce-bundle-remote.d.ts +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -7373,9 +7373,18 @@ export declare const locales: {
|
|
|
7373
7373
|
};
|
|
7374
7374
|
viewer: {
|
|
7375
7375
|
reportTypeMeta: {
|
|
7376
|
-
tabular: {
|
|
7377
|
-
|
|
7378
|
-
|
|
7376
|
+
tabular: {
|
|
7377
|
+
label: string;
|
|
7378
|
+
hint: string;
|
|
7379
|
+
};
|
|
7380
|
+
summary: {
|
|
7381
|
+
label: string;
|
|
7382
|
+
hint: string;
|
|
7383
|
+
};
|
|
7384
|
+
matrix: {
|
|
7385
|
+
label: string;
|
|
7386
|
+
hint: string;
|
|
7387
|
+
};
|
|
7379
7388
|
};
|
|
7380
7389
|
aggregateCount: string;
|
|
7381
7390
|
aggregateEmpty: string;
|
|
@@ -12616,6 +12625,12 @@ export declare const locales: {
|
|
|
12616
12625
|
messageLabel: string;
|
|
12617
12626
|
stackLabel: string;
|
|
12618
12627
|
componentStackLabel: string;
|
|
12628
|
+
routeLabel: string;
|
|
12629
|
+
workspaceLabel: string;
|
|
12630
|
+
traceLabel: string;
|
|
12631
|
+
timeLabel: string;
|
|
12632
|
+
copyDetails: string;
|
|
12633
|
+
copied: string;
|
|
12619
12634
|
};
|
|
12620
12635
|
fileUpload: {
|
|
12621
12636
|
selectFile: string;
|
|
@@ -16235,6 +16250,7 @@ export declare const locales: {
|
|
|
16235
16250
|
abortError: string;
|
|
16236
16251
|
};
|
|
16237
16252
|
platformAdmin: {
|
|
16253
|
+
menuChannelProvider: string;
|
|
16238
16254
|
adminPanelUi: {
|
|
16239
16255
|
common: {
|
|
16240
16256
|
sectionOther: string;
|
|
@@ -26568,9 +26584,18 @@ export declare const locales: {
|
|
|
26568
26584
|
};
|
|
26569
26585
|
viewer: {
|
|
26570
26586
|
reportTypeMeta: {
|
|
26571
|
-
tabular: {
|
|
26572
|
-
|
|
26573
|
-
|
|
26587
|
+
tabular: {
|
|
26588
|
+
label: string;
|
|
26589
|
+
hint: string;
|
|
26590
|
+
};
|
|
26591
|
+
summary: {
|
|
26592
|
+
label: string;
|
|
26593
|
+
hint: string;
|
|
26594
|
+
};
|
|
26595
|
+
matrix: {
|
|
26596
|
+
label: string;
|
|
26597
|
+
hint: string;
|
|
26598
|
+
};
|
|
26574
26599
|
};
|
|
26575
26600
|
aggregateCount: string;
|
|
26576
26601
|
aggregateEmpty: string;
|
|
@@ -31811,6 +31836,12 @@ export declare const locales: {
|
|
|
31811
31836
|
messageLabel: string;
|
|
31812
31837
|
stackLabel: string;
|
|
31813
31838
|
componentStackLabel: string;
|
|
31839
|
+
routeLabel: string;
|
|
31840
|
+
workspaceLabel: string;
|
|
31841
|
+
traceLabel: string;
|
|
31842
|
+
timeLabel: string;
|
|
31843
|
+
copyDetails: string;
|
|
31844
|
+
copied: string;
|
|
31814
31845
|
};
|
|
31815
31846
|
fileUpload: {
|
|
31816
31847
|
selectFile: string;
|
|
@@ -35430,6 +35461,7 @@ export declare const locales: {
|
|
|
35430
35461
|
abortError: string;
|
|
35431
35462
|
};
|
|
35432
35463
|
platformAdmin: {
|
|
35464
|
+
menuChannelProvider: string;
|
|
35433
35465
|
adminPanelUi: {
|
|
35434
35466
|
common: {
|
|
35435
35467
|
sectionOther: string;
|
|
@@ -7369,9 +7369,18 @@ declare const _default: {
|
|
|
7369
7369
|
};
|
|
7370
7370
|
viewer: {
|
|
7371
7371
|
reportTypeMeta: {
|
|
7372
|
-
tabular: {
|
|
7373
|
-
|
|
7374
|
-
|
|
7372
|
+
tabular: {
|
|
7373
|
+
label: string;
|
|
7374
|
+
hint: string;
|
|
7375
|
+
};
|
|
7376
|
+
summary: {
|
|
7377
|
+
label: string;
|
|
7378
|
+
hint: string;
|
|
7379
|
+
};
|
|
7380
|
+
matrix: {
|
|
7381
|
+
label: string;
|
|
7382
|
+
hint: string;
|
|
7383
|
+
};
|
|
7375
7384
|
};
|
|
7376
7385
|
aggregateCount: string;
|
|
7377
7386
|
aggregateEmpty: string;
|
|
@@ -12612,6 +12621,12 @@ declare const _default: {
|
|
|
12612
12621
|
messageLabel: string;
|
|
12613
12622
|
stackLabel: string;
|
|
12614
12623
|
componentStackLabel: string;
|
|
12624
|
+
routeLabel: string;
|
|
12625
|
+
workspaceLabel: string;
|
|
12626
|
+
traceLabel: string;
|
|
12627
|
+
timeLabel: string;
|
|
12628
|
+
copyDetails: string;
|
|
12629
|
+
copied: string;
|
|
12615
12630
|
};
|
|
12616
12631
|
fileUpload: {
|
|
12617
12632
|
selectFile: string;
|
|
@@ -16231,6 +16246,7 @@ declare const _default: {
|
|
|
16231
16246
|
abortError: string;
|
|
16232
16247
|
};
|
|
16233
16248
|
platformAdmin: {
|
|
16249
|
+
menuChannelProvider: string;
|
|
16234
16250
|
adminPanelUi: {
|
|
16235
16251
|
common: {
|
|
16236
16252
|
sectionOther: string;
|
|
@@ -900,7 +900,7 @@ const messages = {
|
|
|
900
900
|
crm: {
|
|
901
901
|
dashboard: "工作台",
|
|
902
902
|
salesLead: "线索",
|
|
903
|
-
//
|
|
903
|
+
// Top-nav folder/leaf menu items require explicit zh-CN translations,
|
|
904
904
|
// so resolveMenuLabel() fell back to the DB English `name` and the whole
|
|
905
905
|
// top nav stayed in English even with locale=zh-CN. Keys must match the
|
|
906
906
|
// i18nKey values in app-menu.seed.ts exactly.
|
|
@@ -7378,9 +7378,9 @@ const messages = {
|
|
|
7378
7378
|
},
|
|
7379
7379
|
viewer: {
|
|
7380
7380
|
reportTypeMeta: {
|
|
7381
|
-
tabular: {},
|
|
7382
|
-
summary: {},
|
|
7383
|
-
matrix: {},
|
|
7381
|
+
tabular: { label: "明细表", hint: "按原始记录逐行展示,适合导出与核对" },
|
|
7382
|
+
summary: { label: "汇总表", hint: "按维度分组并聚合指标,附图表解释趋势" },
|
|
7383
|
+
matrix: { label: "矩阵表", hint: "行列双维度交叉分析,可切换热力图" },
|
|
7384
7384
|
},
|
|
7385
7385
|
aggregateCount: "{count} 条汇总结果",
|
|
7386
7386
|
aggregateEmpty: "暂无汇总结果",
|
|
@@ -9058,7 +9058,7 @@ const messages = {
|
|
|
9058
9058
|
platformPages: {
|
|
9059
9059
|
dashboard: {
|
|
9060
9060
|
aiProvider: "AI 提供商",
|
|
9061
|
-
channelProvider: "
|
|
9061
|
+
channelProvider: "消息渠道",
|
|
9062
9062
|
active: "活跃",
|
|
9063
9063
|
trial: "试用",
|
|
9064
9064
|
mrr: "月度经常性收入",
|
|
@@ -12249,7 +12249,7 @@ const messages = {
|
|
|
12249
12249
|
routingRules: {
|
|
12250
12250
|
pageTitle: "路由规则"
|
|
12251
12251
|
},
|
|
12252
|
-
//
|
|
12252
|
+
// Channels/routing/canned-responses are governed
|
|
12253
12253
|
// unavailable in V1: no matching persistence/API/runtime consumer. Static
|
|
12254
12254
|
// contract metadata (owner/reason/reviewer/exitCriteria) is surfaced here.
|
|
12255
12255
|
unsupported: {
|
|
@@ -12644,6 +12644,12 @@ const messages = {
|
|
|
12644
12644
|
messageLabel: "错误信息:",
|
|
12645
12645
|
stackLabel: "堆栈跟踪:",
|
|
12646
12646
|
componentStackLabel: "组件堆栈:",
|
|
12647
|
+
routeLabel: "路由:",
|
|
12648
|
+
workspaceLabel: "工作区:",
|
|
12649
|
+
traceLabel: "Trace ID:",
|
|
12650
|
+
timeLabel: "时间:",
|
|
12651
|
+
copyDetails: "复制错误详情",
|
|
12652
|
+
copied: "错误详情已复制到剪贴板",
|
|
12647
12653
|
},
|
|
12648
12654
|
fileUpload: {
|
|
12649
12655
|
selectFile: "选择文件",
|
|
@@ -16288,6 +16294,7 @@ const messages = {
|
|
|
16288
16294
|
abortError: "中止失败: {message}",
|
|
16289
16295
|
},
|
|
16290
16296
|
platformAdmin: {
|
|
16297
|
+
menuChannelProvider: "消息渠道",
|
|
16291
16298
|
adminPanelUi: {
|
|
16292
16299
|
common: {
|
|
16293
16300
|
sectionOther: "其他",
|