@danceiny/gotry 0.0.1-rc.21 → 0.0.1-rc.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +102 -194
- package/README.zh-CN.md +115 -210
- package/bin/gotry-backend.js +53 -0
- package/bin/gotry-bootstrap.js +466 -35
- package/bin/gotry-inner.js +255 -36
- package/bin/gotry-process-liveness.d.ts +27 -0
- package/bin/gotry-process-liveness.js +97 -0
- package/bin/gotry-runtime-resolution.d.ts +1 -1
- package/bin/gotry-runtime-resolution.js +2 -2
- package/client/client.js +174 -0
- package/cordis.gotry-patch.yml +70 -93
- package/dist/capabilities/agent-reach-deep.js +45 -122
- package/dist/capabilities/agent-reach.js +63 -148
- package/dist/capabilities/anything.js +89 -75
- package/dist/capabilities/artifacts.js +123 -104
- package/dist/capabilities/channel-health.js +65 -45
- package/dist/capabilities/channel-registry.js +108 -87
- package/dist/capabilities/doctor.js +357 -235
- package/dist/capabilities/effect.js +223 -309
- package/dist/capabilities/fact-log.js +28 -14
- package/dist/capabilities/flyai.js +245 -156
- package/dist/capabilities/ground-transfer.js +509 -0
- package/dist/capabilities/hbcli.js +144 -148
- package/dist/capabilities/hotelbyte-transaction.js +194 -0
- package/dist/capabilities/incident-log.js +131 -61
- package/dist/capabilities/model-override.js +30 -10
- package/dist/capabilities/opensky.js +54 -43
- package/dist/capabilities/resilience.js +50 -32
- package/dist/capabilities/session/action-cache.js +50 -44
- package/dist/capabilities/session/adapters/ctrip-flight.js +119 -62
- package/dist/capabilities/session/adapters/ctrip-hotel.js +125 -110
- package/dist/capabilities/session/adapters/dida-portal.js +206 -0
- package/dist/capabilities/session/adapters/meituan-local.js +35 -54
- package/dist/capabilities/session/adapters/rail-12306.js +169 -112
- package/dist/capabilities/session/benchmark.js +85 -149
- package/dist/capabilities/session/extension-bridge.js +320 -259
- package/dist/capabilities/session/extension-channel.js +57 -76
- package/dist/capabilities/session/extension-distribution.js +115 -119
- package/dist/capabilities/session/extract.js +31 -21
- package/dist/capabilities/session/golden-score.js +55 -33
- package/dist/capabilities/session/health-watch.js +146 -154
- package/dist/capabilities/session/read-guard.js +55 -47
- package/dist/capabilities/session/static-flight-golden.js +49 -36
- package/dist/capabilities/session/transport.js +54 -61
- package/dist/capabilities/session/wizard.js +63 -93
- package/dist/capabilities/session-consent.js +143 -47
- package/dist/capabilities/session-login.js +95 -126
- package/dist/capabilities/session-search.js +391 -253
- package/dist/capabilities/sponsor-plugin.js +341 -0
- package/dist/capabilities/visa-policy.js +87 -73
- package/dist/capabilities/weather.js +163 -235
- package/dist/scripts/action-cache-tests.js +24 -59
- package/dist/scripts/agent-planning-turn-deadline-e2e.js +91 -142
- package/dist/scripts/agent-planning-turn-deadline-tests.js +80 -176
- package/dist/scripts/agent-reach-deep-tests.js +30 -40
- package/dist/scripts/agent-reach-tests.js +26 -18
- package/dist/scripts/agent-reach-wrapper-tests.js +46 -50
- package/dist/scripts/anything-tests.js +58 -62
- package/dist/scripts/artifact-client-contract-tests.js +69 -0
- package/dist/scripts/artifacts-capability-tests.js +235 -0
- package/dist/scripts/async-collect.js +26 -15
- package/dist/scripts/benchmark-environment-bridge-e2e.js +287 -684
- package/dist/scripts/benchmark-environment-bridge-tests.js +818 -3123
- package/dist/scripts/booking-copilot-availability-ledger-binding-tests.js +66 -279
- package/dist/scripts/booking-copilot-availability-policy-tests.js +153 -1257
- package/dist/scripts/booking-copilot-bin-proof-tests.js +22 -45
- package/dist/scripts/booking-copilot-crossrepo-fixture-server.js +64 -76
- package/dist/scripts/booking-copilot-dsh-core-proof-tests.js +69 -199
- package/dist/scripts/booking-copilot-dsh-planner-proof-tests.js +393 -759
- package/dist/scripts/booking-copilot-dsh-plugin-proof-tests.js +33 -75
- package/dist/scripts/booking-copilot-event-sequence-concurrency-proof-tests.js +60 -110
- package/dist/scripts/booking-copilot-gap-code-contract-proof-tests.js +28 -66
- package/dist/scripts/booking-copilot-operation-ledger-concurrency-proof-tests.js +72 -271
- package/dist/scripts/booking-copilot-receipt-ledger-concurrency-proof-tests.js +73 -275
- package/dist/scripts/booking-copilot-runtime-proof-tests.js +784 -3398
- package/dist/scripts/booking-copilot-server-proof-tests.js +63 -168
- package/dist/scripts/booking-copilot-startup-proof-tests.js +38 -124
- package/dist/scripts/booking-executor-tests.js +80 -0
- package/dist/scripts/booking-recovery-chain-tests.js +182 -0
- package/dist/scripts/booking-saga-tests.js +61 -123
- package/dist/scripts/booking-surface-contract-proof-tests.js +152 -1167
- package/dist/scripts/bootstrap-tests.js +1383 -128
- package/dist/scripts/build-changelog.js +89 -130
- package/dist/scripts/build-metrics-report.js +135 -143
- package/dist/scripts/changelog-tests.js +35 -82
- package/dist/scripts/channel-probe-tests.js +44 -116
- package/dist/scripts/channel-probe.js +84 -167
- package/dist/scripts/channel-registry-tests.js +97 -185
- package/dist/scripts/companion-tests.js +25 -70
- package/dist/scripts/dida-cookie-probe.js +87 -0
- package/dist/scripts/dida-sw-probe.js +114 -0
- package/dist/scripts/diff-test.js +17 -12
- package/dist/scripts/doctor-tests.js +428 -120
- package/dist/scripts/dsh-artifact-e2e.js +150 -0
- package/dist/scripts/dsh-artifact-web-e2e.js +443 -0
- package/dist/scripts/dsh-http-proxy-sse-proof.js +90 -0
- package/dist/scripts/dsh-runtime-closure-tests.js +110 -153
- package/dist/scripts/dsh-runtime-closure.js +75 -63
- package/dist/scripts/dsh-session-v3-migration-proof.js +106 -0
- package/dist/scripts/dsh-subprocess-local-proof.js +149 -0
- package/dist/scripts/dsh-target-closure-proof.js +178 -0
- package/dist/scripts/effect-tests.js +165 -552
- package/dist/scripts/engine-run.js +1 -3
- package/dist/scripts/engine-tests.js +16 -10
- package/dist/scripts/evaluation-cadence-tests.js +69 -242
- package/dist/scripts/evaluation-contract-tests.js +193 -499
- package/dist/scripts/extension-distribution-cli.js +19 -15
- package/dist/scripts/extension-distribution-tests.js +98 -211
- package/dist/scripts/extension-tests.js +366 -389
- package/dist/scripts/fact-gate-tests.js +725 -263
- package/dist/scripts/fixtures/extension-bridge-unref-child.mjs +21 -0
- package/dist/scripts/flight-hotel-anchor-363-registered-e2e.js +169 -0
- package/dist/scripts/flight-malformed-tests.js +159 -0
- package/dist/scripts/flyai-tests.js +325 -68
- package/dist/scripts/g5-guard-tests.js +131 -0
- package/dist/scripts/g5-guard.js +189 -0
- package/dist/scripts/gen-lunar-anchors.js +106 -0
- package/dist/scripts/gotry-backend-kernel-tests.js +79 -0
- package/dist/scripts/ground-transfer-tests.js +956 -0
- package/dist/scripts/hbcli-e2e-tests.js +71 -90
- package/dist/scripts/hbcli-live-optin-tests.js +96 -0
- package/dist/scripts/hbcli-release-contract-tests.js +122 -0
- package/dist/scripts/hbcli-tests.js +41 -115
- package/dist/scripts/health-watch-cli.js +42 -28
- package/dist/scripts/hotel-date-gate-tests.js +496 -0
- package/dist/scripts/hotelbyte-reconcile-tests.js +141 -0
- package/dist/scripts/hotelbyte-spawn-e2e-tests.js +373 -0
- package/dist/scripts/i18n-tests.js +16 -9
- package/dist/scripts/incident-tests.js +281 -87
- package/dist/scripts/issue-194-job-id-guard-tests.js +106 -0
- package/dist/scripts/issue-233-cancel-refund-commission-tests.js +392 -0
- package/dist/scripts/issue-271-liveness-tests.js +547 -0
- package/dist/scripts/issue-289-model-retry-real-tests.js +296 -0
- package/dist/scripts/issue-289-model-retry-tests.js +441 -0
- package/dist/scripts/issue-289-web-retry-e2e.js +630 -0
- package/dist/scripts/issue-338-home-city-e2e.js +577 -0
- package/dist/scripts/issue343-real-entry-e2e.js +160 -0
- package/dist/scripts/journey-tests.js +22 -27
- package/dist/scripts/kernel-manifest-evidence.js +109 -0
- package/dist/scripts/kernel-manifest-gate.js +126 -0
- package/dist/scripts/kernel-manifest-tests.js +212 -0
- package/dist/scripts/kernel-manifest-trace-entry.js +7 -0
- package/dist/scripts/kernel-manifest-trace-hook.mjs +28 -0
- package/dist/scripts/kernel-manifest.js +369 -0
- package/dist/scripts/ledger-repair-apply-tests.js +316 -0
- package/dist/scripts/ledger-repair-plan-tests.js +375 -0
- package/dist/scripts/ledger-tests.js +325 -340
- package/dist/scripts/ledger-workflow-crash.js +10 -20
- package/dist/scripts/map-tools-vendor-package-proof.js +206 -134
- package/dist/scripts/memory-capture-tests.js +242 -61
- package/dist/scripts/memory-decay-tests.js +18 -52
- package/dist/scripts/memory-lifecycle-tests.js +657 -0
- package/dist/scripts/memory-lifecycle.js +196 -0
- package/dist/scripts/memory-metrics.js +24 -12
- package/dist/scripts/memory-value-report.js +474 -222
- package/dist/scripts/memory-value-tests.js +328 -0
- package/dist/scripts/metrics-report-tests.js +62 -199
- package/dist/scripts/model-override-e2e.js +66 -105
- package/dist/scripts/nightly-evidence-tests.js +64 -89
- package/dist/scripts/nightly-evidence.js +108 -111
- package/dist/scripts/nudge-digest.js +39 -28
- package/dist/scripts/onboarding-tests.js +63 -88
- package/dist/scripts/opensky-check.js +18 -13
- package/dist/scripts/opensky-tests.js +28 -28
- package/dist/scripts/persona-surface-guard-tests.js +37 -12
- package/dist/scripts/pnpm-dsh-closure-proof.js +2 -5
- package/dist/scripts/policy-anchor-359-registered-e2e.js +214 -0
- package/dist/scripts/price-drift-tests.js +126 -227
- package/dist/scripts/price-drift-watch.js +209 -253
- package/dist/scripts/probe-poi-tests.js +52 -45
- package/dist/scripts/product-metrics.js +187 -273
- package/dist/scripts/publish-preverify.js +47 -41
- package/dist/scripts/realtime-pricing-tests.js +37 -76
- package/dist/scripts/replay-async.js +20 -18
- package/dist/scripts/replay-real.js +16 -18
- package/dist/scripts/replay.js +52 -82
- package/dist/scripts/session-attach-diagnose.js +16 -12
- package/dist/scripts/session-attach-poc.js +34 -37
- package/dist/scripts/session-benchmark.js +66 -147
- package/dist/scripts/session-dida-live-e2e.js +151 -0
- package/dist/scripts/session-extract-tests.js +14 -35
- package/dist/scripts/session-login.js +14 -13
- package/dist/scripts/session-tests.js +545 -583
- package/dist/scripts/sf-live-benchmark.js +92 -110
- package/dist/scripts/sf-live-cli-tests.js +2 -9
- package/dist/scripts/sf-soft-score-tests.js +19 -60
- package/dist/scripts/sf-summary-tests.js +149 -0
- package/dist/scripts/sf-summary.js +466 -84
- package/dist/scripts/skeleton-check.js +16 -14
- package/dist/scripts/skeleton-integration-test.js +11 -10
- package/dist/scripts/skills-contract-tests.js +51 -46
- package/dist/scripts/smoke-session-gate-tests.js +12 -20
- package/dist/scripts/smoke.js +541 -422
- package/dist/scripts/sponsor-reuse-tests.js +262 -0
- package/dist/scripts/state-cli-tests.js +226 -101
- package/dist/scripts/state-cli.js +549 -212
- package/dist/scripts/static-golden-tests.js +46 -180
- package/dist/scripts/time-eval-tests.js +210 -192
- package/dist/scripts/travel-timeline-tests.js +29 -93
- package/dist/scripts/turn-handoff-collect-tests.js +46 -93
- package/dist/scripts/turn-handoff-collect.js +71 -99
- package/dist/scripts/turn-policy-tests.js +28 -29
- package/dist/scripts/typed-contract-canary.js +77 -162
- package/dist/scripts/tz-resolver-sanity.js +50 -0
- package/dist/scripts/tz-resolver-tests.js +584 -0
- package/dist/scripts/unified-tests.js +23 -19
- package/dist/scripts/visa-policy-tests.js +31 -44
- package/dist/scripts/weather-tests.js +121 -543
- package/dist/scripts/wish-channel-gate-tests.js +29 -86
- package/dist/scripts/write-gate-tests.js +522 -0
- package/dist/scripts/z3-lifecycle-fault-tests.js +188 -0
- package/dist/scripts/z3-lifecycle-tests.js +170 -0
- package/dist/scripts/z3-race-repeat-tests.js +39 -0
- package/dist/scripts/z3-race-tests.js +18 -12
- package/dist/src/artifact-gate.js +652 -221
- package/dist/src/backend/kernel.js +91 -0
- package/dist/src/backend/modules/booking-copilot.js +55 -0
- package/dist/src/backend/modules/booking-executor.js +124 -0
- package/dist/src/backend/modules/session-search.js +194 -0
- package/dist/src/benchmark-agent-conformance.js +296 -262
- package/dist/src/benchmark-environment-bridge.js +298 -413
- package/dist/src/benchmark-headless-child-diagnostics.js +93 -100
- package/dist/src/benchmark-tool-isolation.js +94 -67
- package/dist/src/bookable-facts.js +299 -174
- package/dist/src/booking-saga.js +64 -120
- package/dist/src/booking-surface/availability-policy.js +443 -576
- package/dist/src/booking-surface/cancel-refund-commission.js +379 -0
- package/dist/src/booking-surface/contracts.js +24 -80
- package/dist/src/booking-surface/dsh-planner.js +510 -281
- package/dist/src/booking-surface/dsh-plugin.js +17 -1
- package/dist/src/booking-surface/error-codes.js +82 -10
- package/dist/src/booking-surface/index.js +0 -3
- package/dist/src/booking-surface/profile.js +10 -54
- package/dist/src/booking-surface/recovery-chain.js +367 -0
- package/dist/src/booking-surface/runtime.js +765 -891
- package/dist/src/booking-surface/server.js +200 -251
- package/dist/src/booking-surface/startup.js +58 -54
- package/dist/src/booking-surface/validation.js +150 -218
- package/dist/src/bridge.js +20 -13
- package/dist/src/companions.js +48 -74
- package/dist/src/contracts.js +21 -43
- package/dist/src/dsh-llm.js +82 -120
- package/dist/src/engine.js +253 -239
- package/dist/src/evaluation-cadence.js +72 -209
- package/dist/src/evaluation-contracts.js +220 -843
- package/dist/src/flight-pack-adapter.js +54 -0
- package/dist/src/flight-pack-contract.js +2 -0
- package/dist/src/gotry-backend.js +70 -0
- package/dist/src/hotel-date-gate.js +118 -0
- package/dist/src/i18n.js +18 -7
- package/dist/src/index.js +1425 -1629
- package/dist/src/journey.js +132 -81
- package/dist/src/ledger-repair-apply.js +538 -0
- package/dist/src/ledger-repair-plan.js +463 -0
- package/dist/src/loop.js +257 -166
- package/dist/src/memory-capture.js +180 -32
- package/dist/src/memory-decay.js +30 -14
- package/dist/src/memory-lifecycle.js +1310 -0
- package/dist/src/memory-utility.js +27 -40
- package/dist/src/mock-llm.js +36 -61
- package/dist/src/model.js +81 -36
- package/dist/src/realtime-pricing.js +63 -72
- package/dist/src/slot-spec.js +84 -106
- package/dist/src/state-ledger.js +310 -471
- package/dist/src/subagent-job-id-guard.js +58 -0
- package/dist/src/time-anchor.js +231 -33
- package/dist/src/tool-packet.js +20 -8
- package/dist/src/travel-slots.js +58 -35
- package/dist/src/travel-timeline.js +44 -63
- package/dist/src/turn-deadline.js +121 -127
- package/dist/src/turn-policy.js +61 -89
- package/dist/src/tz-resolver.js +143 -0
- package/dist/src/unified.js +504 -381
- package/dist/src/wish-pool.js +39 -14
- package/dist/src/write-gate.js +495 -0
- package/dist/src/z3-shared.js +273 -7
- package/extension/README.md +4 -3
- package/extension/background.js +125 -14
- package/extension/content-bridge.js +23 -1
- package/extension/content-main.js +15 -4
- package/extension/manifest.json +16 -8
- package/package.json +251 -220
- package/ts/capabilities/agent-reach.ts +4 -4
- package/ts/capabilities/anything.ts +1 -1
- package/ts/capabilities/artifacts.ts +46 -9
- package/ts/capabilities/flyai.ts +156 -37
- package/ts/capabilities/hbcli.ts +1 -1
- package/ts/capabilities/incident-log.ts +88 -59
- package/ts/capabilities/session/adapters/ctrip-flight.ts +99 -36
- package/ts/capabilities/session/adapters/dida-portal.ts +250 -0
- package/ts/capabilities/session/adapters/rail-12306.ts +123 -24
- package/ts/capabilities/session/extension-bridge.ts +226 -101
- package/ts/capabilities/session/extension-channel.ts +22 -9
- package/ts/capabilities/session/wizard.ts +2 -2
- package/ts/capabilities/session-consent.ts +98 -14
- package/ts/capabilities/session-login.ts +1 -0
- package/ts/capabilities/session-search.ts +315 -31
- package/ts/dsh-runtime/vendor/README.md +8 -4
- package/ts/dsh-runtime/vendor/dsh-map-tools/README.en.md +7 -1
- package/ts/dsh-runtime/vendor/dsh-map-tools/README.md +5 -3
- package/ts/dsh-runtime/vendor/dsh-map-tools/lib/settings-ns.js +1 -1
- package/ts/dsh-runtime/vendor/dsh-map-tools/lib/types/settings-ns.d.ts +1 -1
- package/ts/dsh-runtime/vendor/dsh-map-tools/package.json +6 -6
- package/ts/package.json +236 -16
- package/ts/scripts/map-tools-vendor-package-proof.ts +152 -31
- package/ts/scripts/state-cli.ts +418 -51
- package/ts/src/artifact-gate.ts +561 -15
- package/ts/src/benchmark-environment-bridge.ts +37 -20
- package/ts/src/bookable-facts.ts +183 -7
- package/ts/src/booking-surface/cancel-refund-commission.ts +488 -0
- package/ts/src/booking-surface/dsh-planner.ts +240 -32
- package/ts/src/booking-surface/dsh-plugin.js +17 -1
- package/ts/src/booking-surface/error-codes.ts +75 -0
- package/ts/src/booking-surface/recovery-chain.ts +409 -0
- package/ts/src/booking-surface/server.ts +84 -51
- package/ts/src/booking-surface/validation.ts +2 -0
- package/ts/src/contracts.ts +12 -2
- package/ts/src/dsh-llm.ts +4 -8
- package/ts/src/index.ts +609 -90
- package/ts/src/loop.ts +116 -7
- package/ts/src/memory-capture.ts +227 -3
- package/ts/src/mock-llm.ts +4 -8
- package/ts/src/model.ts +88 -2
- package/ts/src/state-ledger.ts +47 -29
- package/ts/src/subagent-job-id-guard.ts +72 -0
- package/ts/src/time-anchor.ts +217 -13
- package/ts/src/unified.ts +316 -54
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* hbcli 封装单元测试:用临时脚本作为假 hbcli 二进制测三条路径。
|
|
3
|
+
* - 路径 1: 假 hbcli 回 exit 0 + JSON → via=hbcli-realtime
|
|
4
|
+
* - 路径 2: 假 hbcli exit 1 → via=hbcli-error + 证据链标注 error@ts
|
|
5
|
+
* - 路径 3: 不存在的 hbcli → via=hbcli-error + 证据链标注 spawn_error@ts
|
|
6
|
+
* 运行: cd ts && node --experimental-strip-types scripts/hbcli-tests.ts
|
|
7
|
+
*/
|
|
1
8
|
import assert from 'node:assert/strict';
|
|
2
9
|
import { writeFile, mkdtemp, rm } from 'node:fs/promises';
|
|
3
10
|
import { tmpdir } from 'node:os';
|
|
@@ -6,100 +13,55 @@ import { callHbcliJson, searchHotels, hbcliBinCandidates } from '../capabilities
|
|
|
6
13
|
const tmp = await mkdtemp(join(tmpdir(), 'hbcli-test-'));
|
|
7
14
|
async function fakeBin(name, code, payload) {
|
|
8
15
|
const p = join(tmp, name);
|
|
9
|
-
await writeFile(p, `#!/bin/sh\necho '${payload}'\nexit ${code}\n`, {
|
|
10
|
-
mode: 0o755
|
|
11
|
-
});
|
|
16
|
+
await writeFile(p, `#!/bin/sh\necho '${payload}'\nexit ${code}\n`, { mode: 0o755 });
|
|
12
17
|
return p;
|
|
13
18
|
}
|
|
14
19
|
const okBin = await fakeBin('hbcli-ok', 0, '{"hotels":[{"id":"h1","name":"x"}]}');
|
|
15
20
|
const failBin = await fakeBin('hbcli-fail', 1, 'certificate has expired');
|
|
21
|
+
// 重写:失败时把 message 写到 stderr
|
|
16
22
|
const failBin2 = join(tmp, 'hbcli-fail2');
|
|
17
|
-
await writeFile(failBin2, `#!/bin/sh\nexit 1\n`, {
|
|
18
|
-
|
|
19
|
-
});
|
|
20
|
-
const r1 = await callHbcliJson([
|
|
21
|
-
'search',
|
|
22
|
-
'hotel-list',
|
|
23
|
-
'--json'
|
|
24
|
-
], {
|
|
25
|
-
hbcliBin: okBin
|
|
26
|
-
});
|
|
23
|
+
await writeFile(failBin2, `#!/bin/sh\nexit 1\n`, { mode: 0o755 });
|
|
24
|
+
// 1. 实时成功
|
|
25
|
+
const r1 = await callHbcliJson(['search', 'hotel-list', '--json'], { hbcliBin: okBin });
|
|
27
26
|
assert.equal(r1.via, 'hbcli-realtime', 'happy path');
|
|
28
|
-
assert.deepEqual(r1.result, {
|
|
29
|
-
hotels: [
|
|
30
|
-
{
|
|
31
|
-
id: 'h1',
|
|
32
|
-
name: 'x'
|
|
33
|
-
}
|
|
34
|
-
]
|
|
35
|
-
});
|
|
27
|
+
assert.deepEqual(r1.result, { hotels: [{ id: 'h1', name: 'x' }] });
|
|
36
28
|
assert.match(r1.evidence, /^\[实时API:hbcli@/);
|
|
37
29
|
assert.ok(r1.latencyMs >= 0);
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
'hotel-list',
|
|
41
|
-
'--json'
|
|
42
|
-
], {
|
|
43
|
-
hbcliBin: failBin2,
|
|
44
|
-
timeoutMs: 5000
|
|
45
|
-
});
|
|
30
|
+
// 2. 实时失败(exit 1)
|
|
31
|
+
const r2 = await callHbcliJson(['search', 'hotel-list', '--json'], { hbcliBin: failBin2, timeoutMs: 5000 });
|
|
46
32
|
assert.equal(r2.via, 'hbcli-error', 'error path');
|
|
47
33
|
assert.match(r2.evidence, /\[实时API:hbcli@error@/, `evidence got: ${r2.evidence}`);
|
|
48
34
|
assert.equal(r2.exitCode, 1, '失败时 exitCode 透传');
|
|
49
35
|
assert.ok(r2.error, '有 error 字段');
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
'hotel-list',
|
|
53
|
-
'--json'
|
|
54
|
-
], {
|
|
55
|
-
hbcliBin: '/nope/hbcli',
|
|
56
|
-
timeoutMs: 5000
|
|
57
|
-
});
|
|
36
|
+
// 3. 二进制不存在
|
|
37
|
+
const r3 = await callHbcliJson(['search', 'hotel-list', '--json'], { hbcliBin: '/nope/hbcli', timeoutMs: 5000 });
|
|
58
38
|
assert.equal(r3.via, 'hbcli-error', 'no-binary path');
|
|
59
39
|
assert.match(r3.evidence, /spawn_error/, `evidence got: ${r3.evidence}`);
|
|
40
|
+
// 4. searchHotels 高层降级:静态包按目的地过滤命中块(issue #24 契约,不整包倾倒)
|
|
60
41
|
const fallback = join(tmp, 'hotels-fallback.json');
|
|
61
|
-
await writeFile(fallback, JSON.stringify({
|
|
62
|
-
|
|
63
|
-
stays: [
|
|
64
|
-
{
|
|
65
|
-
id: 's1',
|
|
66
|
-
note: '普吉岛 workation 两周(13 晚)'
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
id: 's2',
|
|
70
|
-
note: '曼谷周末(2 晚)'
|
|
71
|
-
}
|
|
72
|
-
]
|
|
73
|
-
}));
|
|
42
|
+
await writeFile(fallback, JSON.stringify({ meta: 'fake', stays: [{ id: 's1', note: '普吉岛 workation 两周(13 晚)' }, { id: 's2', note: '曼谷周末(2 晚)' }] }));
|
|
43
|
+
// v0.3.0 旗标回归:上游扁平化后旗标是 --destination-name/--room-occupancies
|
|
74
44
|
{
|
|
75
45
|
const { writeFileSync, chmodSync } = await import('node:fs');
|
|
76
46
|
const echoBin = join(tmp, 'hbcli-echo');
|
|
77
47
|
writeFileSync(echoBin, '#!/bin/sh\necho "ARGS:$@"; echo \'{}\' ');
|
|
78
48
|
chmodSync(echoBin, 0o755);
|
|
79
|
-
const re = await searchHotels({
|
|
80
|
-
destination: '普吉',
|
|
81
|
-
adults: 2
|
|
82
|
-
}, {
|
|
83
|
-
hbcliBin: echoBin
|
|
84
|
-
});
|
|
49
|
+
const re = await searchHotels({ destination: '普吉', adults: 2 }, { hbcliBin: echoBin });
|
|
85
50
|
const argLine = JSON.stringify(re);
|
|
86
51
|
if (!argLine.includes('destination-name') || !argLine.includes('room-occupancies')) {
|
|
87
52
|
throw new Error(`FAIL: v0.3.0 旗标未对齐,实际 ${argLine.slice(0, 200)}`);
|
|
88
53
|
}
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
checkIn: '2026-09-18',
|
|
92
|
-
checkOut: '2026-09-20'
|
|
93
|
-
}, {
|
|
94
|
-
hbcliBin: echoBin
|
|
95
|
-
});
|
|
54
|
+
// 日期旗标回归(issue #195):hotel-list 支持日期,不传会把实时价退化成当前窗口价
|
|
55
|
+
const rd = await searchHotels({ destination: '普吉', checkIn: '2026-09-18', checkOut: '2026-09-20' }, { hbcliBin: echoBin });
|
|
96
56
|
const dateLine = JSON.stringify(rd);
|
|
97
57
|
if (!dateLine.includes('check-in') || !dateLine.includes('2026-09-18') || !dateLine.includes('check-out')) {
|
|
98
58
|
throw new Error(`FAIL: 日期旗标未传上游,实际 ${dateLine.slice(0, 240)}`);
|
|
99
59
|
}
|
|
100
60
|
assert.ok(rd.summary.includes('入住 2026-09-18 → 退房 2026-09-20'), 'summary 应回显日期槽位');
|
|
101
61
|
console.log('5. 旗标对齐(--destination-name/--room-occupancies/--check-in/--check-out)OK');
|
|
102
|
-
}
|
|
62
|
+
}
|
|
63
|
+
// 5b. 实时 summary 自带数据行(issue #195:render 只透 summary,summary 必须含 id/名称/星级/价)
|
|
64
|
+
{
|
|
103
65
|
const { writeFileSync, chmodSync } = await import('node:fs');
|
|
104
66
|
const listBin = join(tmp, 'hbcli-list');
|
|
105
67
|
writeFileSync(listBin, `#!/bin/sh
|
|
@@ -108,13 +70,7 @@ cat <<'JSON'
|
|
|
108
70
|
JSON
|
|
109
71
|
`);
|
|
110
72
|
chmodSync(listBin, 0o755);
|
|
111
|
-
const rl = await searchHotels({
|
|
112
|
-
destination: '迪拜',
|
|
113
|
-
checkIn: '2026-09-18',
|
|
114
|
-
checkOut: '2026-09-20'
|
|
115
|
-
}, {
|
|
116
|
-
hbcliBin: listBin
|
|
117
|
-
});
|
|
73
|
+
const rl = await searchHotels({ destination: '迪拜', checkIn: '2026-09-18', checkOut: '2026-09-20' }, { hbcliBin: listBin });
|
|
118
74
|
assert.equal(rl.via, 'hbcli-realtime');
|
|
119
75
|
assert.ok(rl.summary.includes('实时 1 家'), 'summary 应带家数');
|
|
120
76
|
assert.ok(rl.summary.includes('id=461850557'), '数据行应带 hotelId(hotel-rates 入参来源)');
|
|
@@ -124,61 +80,31 @@ JSON
|
|
|
124
80
|
assert.match(rl.summary, /\[实时API:hbcli@/, 'summary 应带证据链时间戳');
|
|
125
81
|
assert.ok(rl.hotels !== null, 'hotels 结构化产物保留(UI/程序消费)');
|
|
126
82
|
console.log(`5b. 实时 summary 数据行 OK:${rl.summary.split('\n')[1]}`);
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
}, {
|
|
130
|
-
hbcliBin: failBin2,
|
|
131
|
-
fallbackPath: fallback
|
|
132
|
-
});
|
|
83
|
+
}
|
|
84
|
+
const r4 = await searchHotels({ destination: '普吉岛' }, { hbcliBin: failBin2, fallbackPath: fallback });
|
|
133
85
|
assert.equal(r4.via, 'hbcli-error', 'searchHotels: fails to hbcli → fallback');
|
|
134
86
|
assert.equal(r4.summary.includes('降级到静态包'), true, 'summary 指明降级');
|
|
135
|
-
assert.deepEqual(r4.hotels, {
|
|
136
|
-
stays: [
|
|
137
|
-
{
|
|
138
|
-
id: 's1',
|
|
139
|
-
note: '普吉岛 workation 两周(13 晚)'
|
|
140
|
-
}
|
|
141
|
-
]
|
|
142
|
-
}, 'hotels 只含目的地命中的住宿块');
|
|
87
|
+
assert.deepEqual(r4.hotels, { stays: [{ id: 's1', note: '普吉岛 workation 两周(13 晚)' }] }, 'hotels 只含目的地命中的住宿块');
|
|
143
88
|
assert.equal(r4.summary.includes('命中 1 个住宿块'), true, 'summary 指明命中块数');
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
}, {
|
|
147
|
-
hbcliBin: failBin2,
|
|
148
|
-
fallbackPath: fallback
|
|
149
|
-
});
|
|
89
|
+
// 5. 静态包无该目的地 → hotels=null 明示无数据,不伪装成可用结果
|
|
90
|
+
const r5 = await searchHotels({ destination: '巴黎' }, { hbcliBin: failBin2, fallbackPath: fallback });
|
|
150
91
|
assert.equal(r5.hotels ?? null, null, '无目的地命中时 hotels 为 null(不整包倾倒)');
|
|
151
92
|
assert.match(r5.summary, /无「巴黎」住宿数据/, 'summary 明示静态包无该目的地');
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
}, {
|
|
155
|
-
hbcliBin: '/nope/hbcli',
|
|
156
|
-
fallbackPath: fallback
|
|
157
|
-
});
|
|
93
|
+
// 6. ENOENT 降级原因人话化(issue #24):hbcli 未安装时降级原因应带 gotry setup 指引
|
|
94
|
+
const r6 = await searchHotels({ destination: '普吉' }, { hbcliBin: '/nope/hbcli', fallbackPath: fallback });
|
|
158
95
|
assert.equal(r6.via, 'hbcli-error', 'no-binary path');
|
|
159
96
|
assert.ok(r6.summary.includes('未安装 hbcli'), `summary 应人话化 ENOENT,实际 ${r6.summary}`);
|
|
160
97
|
assert.ok(r6.summary.includes('gotry setup'), '应带 gotry setup 安装指引');
|
|
161
98
|
assert.ok(r6.summary.includes('降级到静态包'), '人话化后仍指明降级到静态包');
|
|
162
99
|
console.log(`6. ENOENT 人话化 OK:${r6.summary}`);
|
|
100
|
+
// 7. 候选路径回退(gotry setup 官方脚本装到 ~/.local/bin,PATH 可能不含):
|
|
101
|
+
// 默认名 'hbcli' 扩展已知安装位;显式自定义名不扩展(保配置即所用的可测性)
|
|
163
102
|
{
|
|
164
103
|
const home = '/home/t';
|
|
165
|
-
assert.deepEqual(hbcliBinCandidates('hbcli', home), [
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
'/home/t/.staicli/current/hbcli'
|
|
169
|
-
], '默认名应带安装位候选');
|
|
170
|
-
assert.deepEqual(hbcliBinCandidates('hbcli-not-on-path', home), [
|
|
171
|
-
'hbcli-not-on-path'
|
|
172
|
-
], '自定义名单候选(测试确定性)');
|
|
173
|
-
assert.deepEqual(hbcliBinCandidates('/nope/hbcli', home), [
|
|
174
|
-
'/nope/hbcli'
|
|
175
|
-
], '绝对路径单候选');
|
|
104
|
+
assert.deepEqual(hbcliBinCandidates('hbcli', home), ['hbcli', '/home/t/.local/bin/hbcli', '/home/t/.staicli/current/hbcli'], '默认名应带安装位候选');
|
|
105
|
+
assert.deepEqual(hbcliBinCandidates('hbcli-not-on-path', home), ['hbcli-not-on-path'], '自定义名单候选(测试确定性)');
|
|
106
|
+
assert.deepEqual(hbcliBinCandidates('/nope/hbcli', home), ['/nope/hbcli'], '绝对路径单候选');
|
|
176
107
|
console.log('7. hbcliBinCandidates(~/.local/bin + ~/.staicli/current 回退)OK');
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
force: true
|
|
180
|
-
});
|
|
108
|
+
}
|
|
109
|
+
await rm(tmp, { recursive: true, force: true });
|
|
181
110
|
console.log('HBCLI TESTS: 8/8 OK (happy / error / no-binary / fallback-filter / fallback-no-match / v0.3.0 旗标回归 / ENOENT 人话化 / 候选路径)');
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
//# sourceURL=ts/scripts/hbcli-tests.ts
|
|
@@ -1,24 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* health-watch CLI 入口(gotry setup wizard 闭环 §3.3):
|
|
3
|
+
*
|
|
4
|
+
* bin/gotry-bootstrap.js wizard 子命令 spawn `npx tsx scripts/health-watch-cli.ts`,
|
|
5
|
+
* 本脚本启 startExtensionHealthWatch 后,把 waitReady 结果以单行 JSON 形式 stdout 打印。
|
|
6
|
+
*
|
|
7
|
+
* 参数(全部 env/argv 可读,缺省走 §3.3 设计默认值):
|
|
8
|
+
* --timeout <ms> 最长等多久(默认 120_000)
|
|
9
|
+
* --interval <ms> 探活间隔(默认 5_000)
|
|
10
|
+
* --json 单行 JSON 输出(默认开,方便父进程解析)
|
|
11
|
+
* GOTRY_ONBOARDING_BRIDGE_PORTS=<csv> 诊断/测试端口覆盖;`0` 表示隔离临时端口
|
|
12
|
+
*
|
|
13
|
+
* 退出码:0 = ready 或 timeout(语义由 JSON 字段区分,父进程据此 exit 0/1);非 0 = 异常。
|
|
14
|
+
*
|
|
15
|
+
* 不打 .(心跳点)给父进程——父进程单独打,避免双源混 stdout(JSON 行被 . 切断)。
|
|
16
|
+
*/
|
|
1
17
|
import process from 'node:process';
|
|
2
18
|
import { startExtensionHealthWatch } from '../capabilities/session/health-watch.js';
|
|
3
19
|
function parseArgs(argv) {
|
|
4
|
-
const args = {
|
|
5
|
-
|
|
6
|
-
intervalMs: 5_000,
|
|
7
|
-
json: true
|
|
8
|
-
};
|
|
9
|
-
for(let i = 0; i < argv.length; i += 1){
|
|
20
|
+
const args = { timeoutMs: 120_000, intervalMs: 5_000, json: true };
|
|
21
|
+
for (let i = 0; i < argv.length; i += 1) {
|
|
10
22
|
const cur = argv[i];
|
|
11
|
-
if (cur === '--timeout')
|
|
12
|
-
|
|
13
|
-
else if (cur === '--
|
|
14
|
-
|
|
23
|
+
if (cur === '--timeout')
|
|
24
|
+
args.timeoutMs = parseInt(argv[++i] ?? '120000', 10);
|
|
25
|
+
else if (cur === '--interval')
|
|
26
|
+
args.intervalMs = parseInt(argv[++i] ?? '5000', 10);
|
|
27
|
+
else if (cur === '--json')
|
|
28
|
+
args.json = true;
|
|
29
|
+
else if (cur === '--no-json')
|
|
30
|
+
args.json = false;
|
|
15
31
|
}
|
|
16
|
-
if (Number.isNaN(args.timeoutMs) || args.timeoutMs < 0)
|
|
17
|
-
|
|
32
|
+
if (Number.isNaN(args.timeoutMs) || args.timeoutMs < 0)
|
|
33
|
+
args.timeoutMs = 120_000;
|
|
34
|
+
if (Number.isNaN(args.intervalMs) || args.intervalMs < 1_000)
|
|
35
|
+
args.intervalMs = 5_000;
|
|
18
36
|
const rawPorts = process.env.GOTRY_ONBOARDING_BRIDGE_PORTS;
|
|
19
37
|
if (rawPorts) {
|
|
20
|
-
const parsed = rawPorts.split(',').map((part)=>Number.parseInt(part.trim(), 10));
|
|
21
|
-
if (parsed.every((port)=>Number.isInteger(port) && port >= 0 && port <= 65535)) {
|
|
38
|
+
const parsed = rawPorts.split(',').map((part) => Number.parseInt(part.trim(), 10));
|
|
39
|
+
if (parsed.every((port) => Number.isInteger(port) && port >= 0 && port <= 65535)) {
|
|
22
40
|
args.ports = parsed;
|
|
23
41
|
}
|
|
24
42
|
}
|
|
@@ -26,34 +44,30 @@ function parseArgs(argv) {
|
|
|
26
44
|
}
|
|
27
45
|
async function main() {
|
|
28
46
|
const args = parseArgs(process.argv.slice(2));
|
|
47
|
+
// 双因子业务探针默认关:心跳 + cookie-names 双通过才算 ready,wizard 30s 内难凑齐。
|
|
48
|
+
// 单心跳就够(扩展真在线 = SW 在跑,permission 缺时 cookie job 失败会显式 verdict 报错);
|
|
49
|
+
// 想要严格双因子,CLI 显式 --business-probe。
|
|
29
50
|
const businessProbe = process.argv.includes('--business-probe');
|
|
30
51
|
const watch = startExtensionHealthWatch({
|
|
31
52
|
timeoutMs: args.timeoutMs,
|
|
32
53
|
intervalMs: args.intervalMs,
|
|
33
54
|
keepBridge: true,
|
|
34
55
|
businessProbe,
|
|
35
|
-
ports: args.ports
|
|
36
|
-
});
|
|
37
|
-
process.on('SIGINT', ()=>{
|
|
38
|
-
watch.cancel('SIGINT');
|
|
39
|
-
process.exit(0);
|
|
40
|
-
});
|
|
41
|
-
process.on('SIGTERM', ()=>{
|
|
42
|
-
watch.cancel('SIGTERM');
|
|
43
|
-
process.exit(0);
|
|
56
|
+
ports: args.ports,
|
|
44
57
|
});
|
|
58
|
+
// Ctrl+C 转 cancelled
|
|
59
|
+
process.on('SIGINT', () => { watch.cancel('SIGINT'); process.exit(0); });
|
|
60
|
+
process.on('SIGTERM', () => { watch.cancel('SIGTERM'); process.exit(0); });
|
|
45
61
|
const outcome = await watch.waitReady();
|
|
46
62
|
if (args.json) {
|
|
47
63
|
process.stdout.write(JSON.stringify(outcome) + '\n');
|
|
48
|
-
}
|
|
64
|
+
}
|
|
65
|
+
else {
|
|
49
66
|
process.stdout.write(`ready=${outcome.ready} attempts=${outcome.attempts} waitedMs=${outcome.waitedMs} reason=${'reason' in outcome ? outcome.reason : 'ok'}\n`);
|
|
50
67
|
}
|
|
51
68
|
process.exit(0);
|
|
52
69
|
}
|
|
53
|
-
main().catch((e)=>{
|
|
70
|
+
main().catch((e) => {
|
|
54
71
|
process.stderr.write(`[health-watch-cli] error: ${e instanceof Error ? e.message : String(e)}\n`);
|
|
55
72
|
process.exit(2);
|
|
56
73
|
});
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
//# sourceURL=ts/scripts/health-watch-cli.ts
|