@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,11 +1,12 @@
|
|
|
1
|
-
import { SESSION_FIELD_ACCURACY_THRESHOLD } from './benchmark.js';
|
|
1
|
+
import { SESSION_FIELD_ACCURACY_THRESHOLD, } from './benchmark.js';
|
|
2
2
|
function parseHHmm(value) {
|
|
3
3
|
const [hours, minutes] = value.split(':');
|
|
4
4
|
return parseInt(hours, 10) * 60 + parseInt(minutes, 10);
|
|
5
5
|
}
|
|
6
6
|
function parseLocalMinutes(value) {
|
|
7
7
|
const match = value.match(/(\d{2}):(\d{2})/);
|
|
8
|
-
if (!match)
|
|
8
|
+
if (!match)
|
|
9
|
+
return null;
|
|
9
10
|
return parseInt(match[1], 10) * 60 + parseInt(match[2], 10);
|
|
10
11
|
}
|
|
11
12
|
function parseLocalDate(value) {
|
|
@@ -15,78 +16,99 @@ export function scoreSessionAgainstGoldenBand(session, band, goldenSource) {
|
|
|
15
16
|
const missing = [];
|
|
16
17
|
const hardIncorrect = [];
|
|
17
18
|
const segment = session.route_segments[0];
|
|
18
|
-
if (!session.query_id)
|
|
19
|
-
|
|
20
|
-
if (
|
|
21
|
-
|
|
22
|
-
if (!session.
|
|
23
|
-
|
|
24
|
-
if (
|
|
25
|
-
|
|
19
|
+
if (!session.query_id)
|
|
20
|
+
missing.push('query_id');
|
|
21
|
+
else if (session.query_id !== band.query_id)
|
|
22
|
+
hardIncorrect.push('query_id');
|
|
23
|
+
if (!session.currency)
|
|
24
|
+
missing.push('currency');
|
|
25
|
+
else if (session.currency !== 'CNY')
|
|
26
|
+
hardIncorrect.push('currency');
|
|
27
|
+
if (!session.source)
|
|
28
|
+
missing.push('source');
|
|
29
|
+
else if (session.source !== 'ctrip-flight')
|
|
30
|
+
hardIncorrect.push('source');
|
|
31
|
+
if (!session.verdict)
|
|
32
|
+
missing.push('verdict');
|
|
33
|
+
else if (session.verdict !== 'hit')
|
|
34
|
+
hardIncorrect.push('verdict');
|
|
26
35
|
if (!segment) {
|
|
27
36
|
missing.push('route_segments[0].from', 'route_segments[0].to', 'route_segments[0].departure_at', 'route_segments[0].arrival_at', 'route_segments[0].transport_number');
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
else if (segment.
|
|
33
|
-
|
|
37
|
+
}
|
|
38
|
+
else {
|
|
39
|
+
if (!segment.from)
|
|
40
|
+
missing.push('route_segments[0].from');
|
|
41
|
+
else if (segment.from !== band.from)
|
|
42
|
+
hardIncorrect.push('route_segments[0].from');
|
|
43
|
+
if (!segment.to)
|
|
44
|
+
missing.push('route_segments[0].to');
|
|
45
|
+
else if (segment.to !== band.to)
|
|
46
|
+
hardIncorrect.push('route_segments[0].to');
|
|
47
|
+
if (!segment.departure_at)
|
|
48
|
+
missing.push('route_segments[0].departure_at');
|
|
34
49
|
else if (parseLocalDate(segment.departure_at) !== band.date) {
|
|
35
50
|
hardIncorrect.push('route_segments[0].departure_at.date');
|
|
36
51
|
}
|
|
37
|
-
if (!segment.arrival_at)
|
|
52
|
+
if (!segment.arrival_at)
|
|
53
|
+
missing.push('route_segments[0].arrival_at');
|
|
38
54
|
else if (parseLocalDate(segment.arrival_at) !== band.date) {
|
|
39
55
|
hardIncorrect.push('route_segments[0].arrival_at.date');
|
|
40
56
|
}
|
|
41
|
-
if (!segment.transport_number)
|
|
57
|
+
if (!segment.transport_number)
|
|
58
|
+
missing.push('route_segments[0].transport_number');
|
|
42
59
|
}
|
|
43
60
|
const softChecks = [];
|
|
44
61
|
if (segment?.departure_at) {
|
|
45
62
|
const minutes = parseLocalMinutes(segment.departure_at);
|
|
46
63
|
softChecks.push({
|
|
47
64
|
path: 'route_segments[0].departure_at',
|
|
48
|
-
ok: minutes !== null
|
|
65
|
+
ok: minutes !== null
|
|
66
|
+
&& minutes >= parseHHmm(band.window_dep_local.earliest)
|
|
67
|
+
&& minutes <= parseHHmm(band.window_dep_local.latest),
|
|
49
68
|
});
|
|
50
69
|
}
|
|
51
70
|
if (segment?.arrival_at) {
|
|
52
71
|
const minutes = parseLocalMinutes(segment.arrival_at);
|
|
53
72
|
softChecks.push({
|
|
54
73
|
path: 'route_segments[0].arrival_at',
|
|
55
|
-
ok: minutes !== null
|
|
74
|
+
ok: minutes !== null
|
|
75
|
+
&& minutes >= parseHHmm(band.window_arr_local.earliest)
|
|
76
|
+
&& minutes <= parseHHmm(band.window_arr_local.latest),
|
|
56
77
|
});
|
|
57
78
|
}
|
|
58
79
|
if (segment?.transport_number) {
|
|
59
80
|
const actual = segment.transport_number.toUpperCase();
|
|
60
81
|
softChecks.push({
|
|
61
82
|
path: 'route_segments[0].transport_number',
|
|
62
|
-
ok: band.known_flights.some((flight)=>actual.startsWith(flight.toUpperCase()))
|
|
83
|
+
ok: band.known_flights.some((flight) => actual.startsWith(flight.toUpperCase()))
|
|
84
|
+
|| band.known_flights.some((flight) => actual.includes(flight.toUpperCase().slice(0, 2))),
|
|
63
85
|
});
|
|
64
86
|
}
|
|
65
87
|
if (Number.isFinite(session.price) && session.price > 0) {
|
|
66
88
|
const margin = band.price_cny.max * 0.15;
|
|
67
89
|
softChecks.push({
|
|
68
90
|
path: 'price',
|
|
69
|
-
ok: session.price >= band.price_cny.min - margin
|
|
91
|
+
ok: session.price >= band.price_cny.min - margin
|
|
92
|
+
&& session.price <= band.price_cny.max + margin,
|
|
70
93
|
});
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
94
|
+
}
|
|
95
|
+
else
|
|
96
|
+
missing.push('price');
|
|
97
|
+
const softIncorrect = softChecks.filter((check) => !check.ok).map((check) => check.path);
|
|
98
|
+
const incorrect = [...hardIncorrect, ...softIncorrect];
|
|
99
|
+
// 合同字段固定为 13,缺字段不能靠缩小分母抬高准确率。
|
|
77
100
|
const total = 13;
|
|
78
101
|
const correct = Math.max(0, total - new Set(missing).size - incorrect.length);
|
|
79
102
|
const accuracy = total > 0 ? correct / total : 0;
|
|
80
103
|
return {
|
|
81
|
-
pass: missing.length === 0
|
|
104
|
+
pass: missing.length === 0
|
|
105
|
+
&& hardIncorrect.length === 0
|
|
106
|
+
&& accuracy >= SESSION_FIELD_ACCURACY_THRESHOLD,
|
|
82
107
|
total,
|
|
83
108
|
correct,
|
|
84
109
|
accuracy,
|
|
85
110
|
missing: Array.from(new Set(missing)),
|
|
86
111
|
incorrect,
|
|
87
|
-
golden_source: goldenSource
|
|
112
|
+
golden_source: goldenSource,
|
|
88
113
|
};
|
|
89
114
|
}
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
//# sourceURL=ts/capabilities/session/golden-score.ts
|
|
@@ -1,68 +1,103 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 扩展健康检查 + 自动重放(issue #21 onboarding UX,P3.6 gotry-session-onboarding-goal,
|
|
3
|
+
* RFC docs/rfc/user-session-data-rfc.md §3.3)。
|
|
4
|
+
*
|
|
5
|
+
* 动机:首次 `sessionFlightSearch` 遇 `needs-extension` 时,旧版要求用户装完扩展后**自己重跑命令**;
|
|
6
|
+
* 本模块把「用户手工重跑」改成「后台有界轮询 + 扩展一就位自动重放同一 query_id」——
|
|
7
|
+
* 用户装完扩展零后续动作,gotry 自己感知到 ready 后立刻跑同一条 query。
|
|
8
|
+
*
|
|
9
|
+
* 形态:
|
|
10
|
+
* - `startExtensionHealthWatch({ timeoutMs, intervalMs, probe })` 启后台轮询。
|
|
11
|
+
* probe 是异步检测函数(默认 GET http://127.0.0.1:{port}/status,扩展 ≤30s 心跳一次,
|
|
12
|
+
* 1.5 倍容差 EXTENSION_CONNECTED_WINDOW_MS=45s;§38 已经验证扩展心跳节奏)。
|
|
13
|
+
* - 命中 ready → 调用方自动重放(query_id / args 不变;同一证据文件覆盖)。
|
|
14
|
+
* - 超时(timeoutMs 默认 120_000)→ 返回 'timeout',调用方降级回 `needs-extension` 错误面。
|
|
15
|
+
*
|
|
16
|
+
* 离线合同(run-all §40 onboarding-tests 5/5):
|
|
17
|
+
* - 三时序分支:probe 0ms ready / 中途 ready / 120s+1ms 超时;
|
|
18
|
+
* - 同 query_id 重放语义(参数透传);
|
|
19
|
+
* - 取消语义(timeoutMs=0 立即 timeout;cancel() 立即返回 'cancelled');
|
|
20
|
+
* - 重放上限(防止 watch 反复 ready/抖动导致无限重放;maxRetries 默认 1)。
|
|
21
|
+
*
|
|
22
|
+
* 纪律:
|
|
23
|
+
* - 不引 GUI 依赖;只 spawn `node:http` 探活(已经在扩展桥验证过,§38 24 断言覆盖);
|
|
24
|
+
* - 不持锁、不轮询文件、不读 dsh-runtime 共享状态;
|
|
25
|
+
* - 不污染扩展桥 single-instance;probe 走独立短连接。
|
|
26
|
+
*/
|
|
1
27
|
import { request } from 'node:http';
|
|
2
|
-
import { BRIDGE_PORTS, EXTENSION_CONNECTED_WINDOW_MS } from './extension-bridge.js';
|
|
28
|
+
import { BRIDGE_PORTS, EXTENSION_CONNECTED_WINDOW_MS, } from './extension-bridge.js';
|
|
29
|
+
/**
|
|
30
|
+
* 双因子 probe(默认):心跳 + 业务探针(cookie-names)。
|
|
31
|
+
* 心跳通过只能证 SW 跑着;业务探针通过证 chrome.cookies 权限齐——二者同过才算
|
|
32
|
+
* 扩展真正 ready。wizard 必须双因子(用户刚装的扩展可能权限不全),上线 session
|
|
33
|
+
* 检索可传 `businessProbe:false` 跳业务探针(避免每次检索额外打一次 cookie-names)。
|
|
34
|
+
*
|
|
35
|
+
* 不直接 import extension-channel.ts(避免环)—用 dynamic import 懒拿。
|
|
36
|
+
*/
|
|
3
37
|
export async function combinedProbe(opts, businessProbe) {
|
|
4
|
-
if (!await defaultProbe(opts))
|
|
5
|
-
|
|
38
|
+
if (!(await defaultProbe(opts)))
|
|
39
|
+
return false;
|
|
40
|
+
if (!businessProbe)
|
|
41
|
+
return true;
|
|
6
42
|
try {
|
|
43
|
+
// 动态 import 避免 health-watch ↔ extension-channel 双向环
|
|
7
44
|
const channel = await import('./extension-channel.js');
|
|
8
45
|
const bridge = await import('./extension-bridge.js');
|
|
9
|
-
bridge
|
|
10
|
-
|
|
11
|
-
|
|
46
|
+
// 双因子探针需要常驻桥(wizard 期间):keepBridge=true 透传到 bridge 单例
|
|
47
|
+
bridge.getOrCreateSessionBridge({ keepBridge: opts.keepBridge === true });
|
|
48
|
+
// 心跳已 ready(刚 defaultProbe 通过)= 扩展一定在线;cookie-names 超时给 8s,
|
|
49
|
+
// 比心跳间隔 5s 长——保证 tick 间不会撞死 cookie job
|
|
12
50
|
const cookie = await channel.extensionCookieNames({
|
|
13
51
|
site: 'ctrip-flight',
|
|
14
52
|
domain: 'ctrip.com',
|
|
15
|
-
ticketNames: [
|
|
16
|
-
|
|
17
|
-
'uid'
|
|
18
|
-
],
|
|
19
|
-
timeoutMs: 8_000
|
|
53
|
+
ticketNames: ['cticket', 'uid'],
|
|
54
|
+
timeoutMs: 8_000,
|
|
20
55
|
});
|
|
56
|
+
// cookie-names.ok = true 表示扩展 SW 真能调 chrome.cookies.getAll(权限齐全);
|
|
57
|
+
// cookie-names.ok = true + names = [] 也算 ok(用户没登携程但扩展权限齐)。
|
|
58
|
+
// cookie-names.ok = false 分两类:bridge-unavailable/extension-not-connected(心跳 false 时) / timeout(扩展没回包)——
|
|
59
|
+
// 后者更可能是 SW 卡了,不应当 ready。但 wizard 必须严格:让用户明确知道权限缺或登录缺。
|
|
21
60
|
return cookie.ok;
|
|
22
|
-
}
|
|
61
|
+
}
|
|
62
|
+
catch {
|
|
23
63
|
return false;
|
|
24
64
|
}
|
|
25
65
|
}
|
|
66
|
+
/**
|
|
67
|
+
* 默认 probe:GET http://127.0.0.1:{port}/status,看 extensionConnected: true
|
|
68
|
+
* (扩展心跳 ≤30s 一刷,窗口 EXTENSION_CONNECTED_WINDOW_MS=45s 容差)。
|
|
69
|
+
* 不在端口池内挑一个试——端口是已启动桥的事实,直接拿 opts.ports[0] 或 8791。
|
|
70
|
+
* 测试可注入 fake probe 跳过网络。
|
|
71
|
+
*/
|
|
26
72
|
export async function defaultProbe(opts) {
|
|
27
|
-
const ports = opts.ports ?? [
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
const ok = await new Promise((resolve)=>{
|
|
32
|
-
const req = request({
|
|
33
|
-
host: '127.0.0.1',
|
|
34
|
-
port,
|
|
35
|
-
path: '/status',
|
|
36
|
-
method: 'GET',
|
|
37
|
-
timeout: 2_000
|
|
38
|
-
}, (res)=>{
|
|
73
|
+
const ports = opts.ports ?? [...BRIDGE_PORTS];
|
|
74
|
+
for (const port of ports) {
|
|
75
|
+
const ok = await new Promise((resolve) => {
|
|
76
|
+
const req = request({ host: '127.0.0.1', port, path: '/status', method: 'GET', timeout: 2_000 }, (res) => {
|
|
39
77
|
if (!res.statusCode || res.statusCode >= 400) {
|
|
40
78
|
resolve(false);
|
|
41
79
|
return;
|
|
42
80
|
}
|
|
43
81
|
let buf = '';
|
|
44
82
|
res.setEncoding('utf8');
|
|
45
|
-
res.on('data', (c)=>{
|
|
46
|
-
|
|
47
|
-
});
|
|
48
|
-
res.on('end', ()=>{
|
|
83
|
+
res.on('data', (c) => { buf += c; });
|
|
84
|
+
res.on('end', () => {
|
|
49
85
|
try {
|
|
50
86
|
const payload = JSON.parse(buf);
|
|
51
87
|
resolve(payload.extensionConnected === true);
|
|
52
|
-
}
|
|
88
|
+
}
|
|
89
|
+
catch {
|
|
53
90
|
resolve(false);
|
|
54
91
|
}
|
|
55
92
|
});
|
|
56
|
-
res.on('error', ()=>resolve(false));
|
|
57
|
-
});
|
|
58
|
-
req.on('error', ()=>resolve(false));
|
|
59
|
-
req.on('timeout', ()=>{
|
|
60
|
-
req.destroy();
|
|
61
|
-
resolve(false);
|
|
93
|
+
res.on('error', () => resolve(false));
|
|
62
94
|
});
|
|
95
|
+
req.on('error', () => resolve(false));
|
|
96
|
+
req.on('timeout', () => { req.destroy(); resolve(false); });
|
|
63
97
|
req.end();
|
|
64
98
|
});
|
|
65
|
-
if (ok)
|
|
99
|
+
if (ok)
|
|
100
|
+
return true;
|
|
66
101
|
}
|
|
67
102
|
return false;
|
|
68
103
|
}
|
|
@@ -71,153 +106,110 @@ export function startExtensionHealthWatch(opts = {}) {
|
|
|
71
106
|
const intervalMs = opts.intervalMs ?? 5_000;
|
|
72
107
|
const maxRetries = opts.maxRetries ?? 1;
|
|
73
108
|
const businessProbe = opts.businessProbe ?? true;
|
|
74
|
-
|
|
109
|
+
// 关键:wizard 期间需要常驻桥(keepBridge=true 透传到 getOrCreateSessionBridge),
|
|
110
|
+
// 否则启桥后 wizard main 一退桥就退,扩展心跳发不进来。
|
|
111
|
+
// 用 dynamic import 避免与 extension-bridge 顶层环(channel 也引 bridge,但 health-watch 引 channel/bridge 双向会死循环)
|
|
112
|
+
const probe = opts.probe ?? (async () => {
|
|
113
|
+
// 先确保桥存在 + keepBridge
|
|
75
114
|
const bridge = await import('./extension-bridge.js');
|
|
76
|
-
const created = await bridge.getOrCreateSessionBridge({
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
ports: [
|
|
83
|
-
|
|
84
|
-
]
|
|
85
|
-
} : opts;
|
|
115
|
+
const created = await bridge.getOrCreateSessionBridge({ keepBridge: opts.keepBridge === true, ports: opts.ports });
|
|
116
|
+
// The default path must keep scanning the canonical pool: another GoTry
|
|
117
|
+
// process may already own the extension-connected bridge. An explicit
|
|
118
|
+
// port override is an isolation boundary, so probe only the bridge that
|
|
119
|
+
// this process actually bound (including an ephemeral `0` request).
|
|
120
|
+
const probeOpts = created.ok && opts.ports
|
|
121
|
+
? { ...opts, ports: [created.bridge.port] }
|
|
122
|
+
: opts;
|
|
86
123
|
return combinedProbe(probeOpts, businessProbe);
|
|
87
124
|
});
|
|
88
125
|
const now = opts.now ?? Date.now;
|
|
89
|
-
const state = {
|
|
90
|
-
|
|
91
|
-
readyCount: 0,
|
|
92
|
-
resolveOutcome: null
|
|
93
|
-
};
|
|
94
|
-
const finish = (outcome)=>{
|
|
126
|
+
const state = { cancelled: false, readyCount: 0, resolveOutcome: null };
|
|
127
|
+
const finish = (outcome) => {
|
|
95
128
|
if (state.resolveOutcome) {
|
|
96
129
|
const resolve = state.resolveOutcome;
|
|
97
130
|
state.resolveOutcome = null;
|
|
98
131
|
resolve(outcome);
|
|
99
132
|
}
|
|
100
133
|
};
|
|
101
|
-
|
|
134
|
+
// 取消信号 -> 立刻 timeout-ish 终态(不进 ready 路径)
|
|
135
|
+
const onAbort = () => {
|
|
102
136
|
state.cancelled = true;
|
|
103
|
-
finish({
|
|
104
|
-
ready: false,
|
|
105
|
-
reason: 'cancelled',
|
|
106
|
-
attempts: state.readyCount,
|
|
107
|
-
waitedMs: 0
|
|
108
|
-
});
|
|
137
|
+
finish({ ready: false, reason: 'cancelled', attempts: state.readyCount, waitedMs: 0 });
|
|
109
138
|
};
|
|
110
|
-
opts.signal?.addEventListener('abort', onAbort, {
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
139
|
+
opts.signal?.addEventListener('abort', onAbort, { once: true });
|
|
140
|
+
const waitReady = () => new Promise((resolve) => {
|
|
141
|
+
if (state.cancelled) {
|
|
142
|
+
resolve({ ready: false, reason: 'cancelled', attempts: 0, waitedMs: 0 });
|
|
143
|
+
return;
|
|
144
|
+
}
|
|
145
|
+
if (timeoutMs === 0) {
|
|
146
|
+
resolve({ ready: false, reason: 'timeout', attempts: 0, waitedMs: 0 });
|
|
147
|
+
return;
|
|
148
|
+
}
|
|
149
|
+
state.resolveOutcome = resolve;
|
|
150
|
+
const deadline = now() + timeoutMs;
|
|
151
|
+
let attempts = 0;
|
|
152
|
+
let waitedMs = 0;
|
|
153
|
+
const tick = async () => {
|
|
154
|
+
if (state.cancelled || state.resolveOutcome === null)
|
|
121
155
|
return;
|
|
156
|
+
attempts += 1;
|
|
157
|
+
try {
|
|
158
|
+
const ready = await probe();
|
|
159
|
+
if (ready && !state.cancelled) {
|
|
160
|
+
state.readyCount += 1;
|
|
161
|
+
waitedMs = timeoutMs - Math.max(0, deadline - now());
|
|
162
|
+
// readyCount > maxRetries → 视为抖动,继续等(避免一次性重放洪流)
|
|
163
|
+
if (state.readyCount <= maxRetries) {
|
|
164
|
+
finish({ ready: true, attempts, waitedMs: waitedMs > 0 ? waitedMs : 0 });
|
|
165
|
+
return;
|
|
166
|
+
}
|
|
167
|
+
}
|
|
122
168
|
}
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
attempts: 0,
|
|
128
|
-
waitedMs: 0
|
|
129
|
-
});
|
|
169
|
+
catch { /* probe 失败继续轮询,不挡主流程 */ }
|
|
170
|
+
waitedMs = timeoutMs - Math.max(0, deadline - now());
|
|
171
|
+
if (now() >= deadline) {
|
|
172
|
+
finish({ ready: false, reason: 'timeout', attempts, waitedMs });
|
|
130
173
|
return;
|
|
131
174
|
}
|
|
132
|
-
|
|
133
|
-
const
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
waitedMs = timeoutMs - Math.max(0, deadline - now());
|
|
144
|
-
if (state.readyCount <= maxRetries) {
|
|
145
|
-
finish({
|
|
146
|
-
ready: true,
|
|
147
|
-
attempts,
|
|
148
|
-
waitedMs: waitedMs > 0 ? waitedMs : 0
|
|
149
|
-
});
|
|
150
|
-
return;
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
} catch {}
|
|
154
|
-
waitedMs = timeoutMs - Math.max(0, deadline - now());
|
|
155
|
-
if (now() >= deadline) {
|
|
156
|
-
finish({
|
|
157
|
-
ready: false,
|
|
158
|
-
reason: 'timeout',
|
|
159
|
-
attempts,
|
|
160
|
-
waitedMs
|
|
161
|
-
});
|
|
162
|
-
return;
|
|
163
|
-
}
|
|
164
|
-
const remaining = deadline - now();
|
|
165
|
-
const delay = Math.min(intervalMs, Math.max(0, remaining));
|
|
166
|
-
if (delay <= 0) {
|
|
167
|
-
finish({
|
|
168
|
-
ready: false,
|
|
169
|
-
reason: 'timeout',
|
|
170
|
-
attempts,
|
|
171
|
-
waitedMs
|
|
172
|
-
});
|
|
173
|
-
return;
|
|
174
|
-
}
|
|
175
|
-
setTimeout(tick, delay);
|
|
176
|
-
};
|
|
177
|
-
void tick();
|
|
178
|
-
});
|
|
175
|
+
// 间隔 = intervalMs;若剩余时间 < intervalMs 则最后一次等剩余时间
|
|
176
|
+
const remaining = deadline - now();
|
|
177
|
+
const delay = Math.min(intervalMs, Math.max(0, remaining));
|
|
178
|
+
if (delay <= 0) {
|
|
179
|
+
finish({ ready: false, reason: 'timeout', attempts, waitedMs });
|
|
180
|
+
return;
|
|
181
|
+
}
|
|
182
|
+
setTimeout(tick, delay);
|
|
183
|
+
};
|
|
184
|
+
void tick();
|
|
185
|
+
});
|
|
179
186
|
return {
|
|
180
187
|
waitReady,
|
|
181
|
-
cancel: ()=>onAbort(),
|
|
182
|
-
get readyCount
|
|
183
|
-
return state.readyCount;
|
|
184
|
-
}
|
|
188
|
+
cancel: () => onAbort(),
|
|
189
|
+
get readyCount() { return state.readyCount; },
|
|
185
190
|
};
|
|
186
191
|
}
|
|
192
|
+
/**
|
|
193
|
+
* 自动重放 wrapper:首次调用走 fetch(返回 needs-extension) → 启 watch →
|
|
194
|
+
* 扩展 ready → 同 query 重放。语义:用户侧**只看到一条 query 的最终结果**;
|
|
195
|
+
* 中间产物(query_id 标记 + 尝试次数)落 evidence 文件,便于离线追溯。
|
|
196
|
+
*
|
|
197
|
+
* 这是 §3.3「用户零手工重跑」的对外契约:调用方把 fetch 包成 withAutoRetryOnExtension,
|
|
198
|
+
* 用户装完扩展→自然出结果;用户不装→等 120s 后返回 needs-extension,而不是「再跑一次试试」。
|
|
199
|
+
*/
|
|
187
200
|
export async function withAutoRetryOnExtension(args) {
|
|
188
201
|
const first = await args.fetch();
|
|
189
202
|
if (!args.isExtensionNeeded(first)) {
|
|
190
|
-
return {
|
|
191
|
-
result: first,
|
|
192
|
-
retried: false,
|
|
193
|
-
attempts: 1,
|
|
194
|
-
outcome: {
|
|
195
|
-
ready: true,
|
|
196
|
-
attempts: 0,
|
|
197
|
-
waitedMs: 0
|
|
198
|
-
}
|
|
199
|
-
};
|
|
203
|
+
return { result: first, retried: false, attempts: 1, outcome: { ready: true, attempts: 0, waitedMs: 0 } };
|
|
200
204
|
}
|
|
201
205
|
const watch = startExtensionHealthWatch(args.watch ?? {});
|
|
202
206
|
const outcome = await watch.waitReady();
|
|
203
207
|
if (!outcome.ready) {
|
|
204
|
-
return {
|
|
205
|
-
result: first,
|
|
206
|
-
retried: false,
|
|
207
|
-
attempts: 1,
|
|
208
|
-
outcome
|
|
209
|
-
};
|
|
208
|
+
return { result: first, retried: false, attempts: 1, outcome };
|
|
210
209
|
}
|
|
211
210
|
const retriedResult = await (args.retry ?? args.fetch)();
|
|
212
|
-
return {
|
|
213
|
-
result: retriedResult,
|
|
214
|
-
retried: true,
|
|
215
|
-
attempts: 2,
|
|
216
|
-
outcome
|
|
217
|
-
};
|
|
211
|
+
return { result: retriedResult, retried: true, attempts: 2, outcome };
|
|
218
212
|
}
|
|
213
|
+
/** 留作运行时只读检查,防止扩展心跳节律假设漂移(§38 防漂移同款语义) */
|
|
219
214
|
export const HEALTH_WATCH_INTERVAL_FLOOR_MS = 1_000;
|
|
220
215
|
export const HEALTH_WATCH_INTERVAL_CEIL_MS = EXTENSION_CONNECTED_WINDOW_MS - 1_000;
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
//# sourceURL=ts/capabilities/session/health-watch.ts
|