@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
|
@@ -3,16 +3,12 @@ import { mkdtempSync, rmSync, writeFileSync } from 'node:fs';
|
|
|
3
3
|
import { tmpdir } from 'node:os';
|
|
4
4
|
import { join } from 'node:path';
|
|
5
5
|
const modulePath = '../capabilities/session/static-flight-golden.js';
|
|
6
|
-
const provider = await import(modulePath).catch(()=>({}));
|
|
6
|
+
const provider = await import(modulePath).catch(() => ({}));
|
|
7
7
|
assert.equal(typeof provider.parseGoldenSource, 'function', '缺少 parseGoldenSource 时 CLI 会把未知 vendor 静默当成 manual');
|
|
8
8
|
const parseGoldenSource = provider.parseGoldenSource;
|
|
9
|
-
assert.equal(parseGoldenSource([
|
|
10
|
-
'--golden=static'
|
|
11
|
-
]), 'static');
|
|
9
|
+
assert.equal(parseGoldenSource(['--golden=static']), 'static');
|
|
12
10
|
assert.equal(parseGoldenSource([]), 'manual');
|
|
13
|
-
assert.throws(()=>parseGoldenSource([
|
|
14
|
-
'--golden=ctrip-open'
|
|
15
|
-
]), /不支持的 golden vendor: ctrip-open/, '未知 vendor 必须 fail-closed,不能静默回退 manual');
|
|
11
|
+
assert.throws(() => parseGoldenSource(['--golden=ctrip-open']), /不支持的 golden vendor: ctrip-open/, '未知 vendor 必须 fail-closed,不能静默回退 manual');
|
|
16
12
|
assert.equal(typeof provider.loadStaticFlightSnapshot, 'function', 'static vendor 必须从有 provenance 的版本化快照加载,不能复用 manual 并改标签');
|
|
17
13
|
const snapshot = provider.loadStaticFlightSnapshot();
|
|
18
14
|
assert.equal(snapshot.schema_version, 'sf-static-routes.v1');
|
|
@@ -22,26 +18,12 @@ assert.deepEqual(snapshot.source, {
|
|
|
22
18
|
revision: '4b969f8e91eb800c45f0e0e2355a0fbb93de27e4',
|
|
23
19
|
license: 'ODbL-1.0',
|
|
24
20
|
retrieved_at: '2026-08-30',
|
|
25
|
-
limitations: [
|
|
26
|
-
'route/carrier coverage only',
|
|
27
|
-
'no schedule',
|
|
28
|
-
'no price',
|
|
29
|
-
'no availability'
|
|
30
|
-
]
|
|
21
|
+
limitations: ['route/carrier coverage only', 'no schedule', 'no price', 'no availability'],
|
|
31
22
|
});
|
|
32
|
-
assert.deepEqual(snapshot.routes.map((route)=>route.query_id), [
|
|
33
|
-
|
|
34
|
-
'sf-02',
|
|
35
|
-
'sf-03',
|
|
36
|
-
'sf-04',
|
|
37
|
-
'sf-05',
|
|
38
|
-
'sf-06',
|
|
39
|
-
'sf-07',
|
|
40
|
-
'sf-08'
|
|
41
|
-
], '静态快照必须逐条覆盖本批 8 query,不能靠全量 manual fallback 蒙混');
|
|
42
|
-
for (const route of snapshot.routes){
|
|
23
|
+
assert.deepEqual(snapshot.routes.map((route) => route.query_id), ['sf-01', 'sf-02', 'sf-03', 'sf-04', 'sf-05', 'sf-06', 'sf-07', 'sf-08'], '静态快照必须逐条覆盖本批 8 query,不能靠全量 manual fallback 蒙混');
|
|
24
|
+
for (const route of snapshot.routes) {
|
|
43
25
|
assert.ok(route.legs.length >= 1, `${route.query_id} 必须至少有一个静态 OD leg`);
|
|
44
|
-
for (const leg of route.legs){
|
|
26
|
+
for (const leg of route.legs) {
|
|
45
27
|
assert.match(leg.from_iata, /^[A-Z]{3}$/);
|
|
46
28
|
assert.match(leg.to_iata, /^[A-Z]{3}$/);
|
|
47
29
|
assert.ok(leg.carrier_codes.length >= 1);
|
|
@@ -53,15 +35,13 @@ for (const route of snapshot.routes){
|
|
|
53
35
|
assert.equal(typeof provider.resolveStaticGolden, 'function', '缺少 static→comparable record 解译时 --golden=static 仍不可执行');
|
|
54
36
|
const manualRecord = {
|
|
55
37
|
query_id: 'sf-02',
|
|
56
|
-
route_segments: [
|
|
57
|
-
{
|
|
38
|
+
route_segments: [{
|
|
58
39
|
from: '北京',
|
|
59
40
|
to: '大理',
|
|
60
41
|
departure_at: '2026-10-02T14:00:00+08:00',
|
|
61
42
|
arrival_at: '2026-10-02T17:00:00+08:00',
|
|
62
|
-
transport_number: 'CA1441'
|
|
63
|
-
}
|
|
64
|
-
],
|
|
43
|
+
transport_number: 'CA1441',
|
|
44
|
+
}],
|
|
65
45
|
journey_type: 'direct',
|
|
66
46
|
currency: 'CNY',
|
|
67
47
|
price: 2650,
|
|
@@ -69,17 +49,12 @@ const manualRecord = {
|
|
|
69
49
|
fetched_at: '2026-08-30T12:00:00.000Z',
|
|
70
50
|
verdict: 'hit',
|
|
71
51
|
latency_ms: 0,
|
|
72
|
-
read_guard_blocked: 0
|
|
52
|
+
read_guard_blocked: 0,
|
|
73
53
|
};
|
|
74
54
|
const staticResolution = provider.resolveStaticGolden({
|
|
75
|
-
query: {
|
|
76
|
-
id: 'sf-02',
|
|
77
|
-
from: '北京',
|
|
78
|
-
to: '大理',
|
|
79
|
-
date: '2026-10-02'
|
|
80
|
-
},
|
|
55
|
+
query: { id: 'sf-02', from: '北京', to: '大理', date: '2026-10-02' },
|
|
81
56
|
manualRecord,
|
|
82
|
-
snapshot
|
|
57
|
+
snapshot,
|
|
83
58
|
});
|
|
84
59
|
assert.equal(staticResolution.requested_source, 'static');
|
|
85
60
|
assert.equal(staticResolution.effective_source, 'static-openflights+manual-band');
|
|
@@ -87,22 +62,7 @@ assert.equal(staticResolution.fallback_reason, undefined);
|
|
|
87
62
|
assert.equal(staticResolution.record.source, 'static-openflights+manual-band');
|
|
88
63
|
assert.equal(staticResolution.record.journey_type, 'transfer');
|
|
89
64
|
assert.equal(staticResolution.record.route_segments.length, 2);
|
|
90
|
-
assert.deepEqual(staticResolution.record.route_segments.map((segment)=>[
|
|
91
|
-
segment.from,
|
|
92
|
-
segment.to,
|
|
93
|
-
segment.transport_number
|
|
94
|
-
]), [
|
|
95
|
-
[
|
|
96
|
-
'北京',
|
|
97
|
-
'KMG',
|
|
98
|
-
'8L-STATIC'
|
|
99
|
-
],
|
|
100
|
-
[
|
|
101
|
-
'KMG',
|
|
102
|
-
'大理',
|
|
103
|
-
'8L-STATIC'
|
|
104
|
-
]
|
|
105
|
-
]);
|
|
65
|
+
assert.deepEqual(staticResolution.record.route_segments.map((segment) => [segment.from, segment.to, segment.transport_number]), [['北京', 'KMG', '8L-STATIC'], ['KMG', '大理', '8L-STATIC']]);
|
|
106
66
|
assert.equal(staticResolution.record.route_segments[0]?.departure_at, '2026-10-02T14:00:00+08:00');
|
|
107
67
|
assert.equal(staticResolution.record.route_segments[0]?.arrival_at, '2026-10-02T15:00:00+08:00');
|
|
108
68
|
assert.equal(staticResolution.record.route_segments[1]?.departure_at, '2026-10-02T16:00:00+08:00');
|
|
@@ -112,120 +72,48 @@ assert.deepEqual(staticResolution.estimated_fields, [
|
|
|
112
72
|
'route_segments[].departure_at',
|
|
113
73
|
'route_segments[].arrival_at',
|
|
114
74
|
'route_segments[].transport_number',
|
|
115
|
-
'price'
|
|
75
|
+
'price',
|
|
116
76
|
]);
|
|
117
77
|
assert.deepEqual(staticResolution.provenance, {
|
|
118
78
|
route_source: snapshot.source.url,
|
|
119
79
|
route_revision: '4b969f8e91eb800c45f0e0e2355a0fbb93de27e4',
|
|
120
80
|
route_license: 'ODbL-1.0',
|
|
121
|
-
band_source: 'sf-golden-manifest.json'
|
|
81
|
+
band_source: 'sf-golden-manifest.json',
|
|
122
82
|
});
|
|
123
83
|
const expectedStaticCoverage = [
|
|
124
|
-
{
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
id: 'sf-02',
|
|
135
|
-
from: '北京',
|
|
136
|
-
to: '大理',
|
|
137
|
-
date: '2026-10-02',
|
|
138
|
-
transport: [
|
|
139
|
-
'8L-STATIC',
|
|
140
|
-
'8L-STATIC'
|
|
141
|
-
]
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
id: 'sf-03',
|
|
145
|
-
from: '上海',
|
|
146
|
-
to: '三亚',
|
|
147
|
-
date: '2026-11-11',
|
|
148
|
-
transport: [
|
|
149
|
-
'9C-STATIC'
|
|
150
|
-
]
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
id: 'sf-04',
|
|
154
|
-
from: '广州',
|
|
155
|
-
to: '昆明',
|
|
156
|
-
date: '2026-12-20',
|
|
157
|
-
transport: [
|
|
158
|
-
'CA-STATIC'
|
|
159
|
-
]
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
id: 'sf-05',
|
|
163
|
-
from: '深圳',
|
|
164
|
-
to: '成都',
|
|
165
|
-
date: '2026-10-05',
|
|
166
|
-
transport: [
|
|
167
|
-
'3U-STATIC'
|
|
168
|
-
]
|
|
169
|
-
},
|
|
170
|
-
{
|
|
171
|
-
id: 'sf-06',
|
|
172
|
-
from: '杭州',
|
|
173
|
-
to: '厦门',
|
|
174
|
-
date: '2026-10-06',
|
|
175
|
-
transport: [
|
|
176
|
-
'CA-STATIC'
|
|
177
|
-
]
|
|
178
|
-
},
|
|
179
|
-
{
|
|
180
|
-
id: 'sf-07',
|
|
181
|
-
from: '西安',
|
|
182
|
-
to: '桂林',
|
|
183
|
-
date: '2026-10-07',
|
|
184
|
-
transport: [
|
|
185
|
-
'CA-STATIC'
|
|
186
|
-
]
|
|
187
|
-
},
|
|
188
|
-
{
|
|
189
|
-
id: 'sf-08',
|
|
190
|
-
from: '重庆',
|
|
191
|
-
to: '贵阳',
|
|
192
|
-
date: '2026-10-08',
|
|
193
|
-
transport: [
|
|
194
|
-
'CA-STATIC'
|
|
195
|
-
]
|
|
196
|
-
}
|
|
84
|
+
{ id: 'sf-01', from: '上海', to: '丽江', date: '2026-10-01', transport: ['MU-STATIC'] },
|
|
85
|
+
{ id: 'sf-02', from: '北京', to: '大理', date: '2026-10-02', transport: ['8L-STATIC', '8L-STATIC'] },
|
|
86
|
+
{ id: 'sf-03', from: '上海', to: '三亚', date: '2026-11-11', transport: ['9C-STATIC'] },
|
|
87
|
+
{ id: 'sf-04', from: '广州', to: '昆明', date: '2026-12-20', transport: ['CA-STATIC'] },
|
|
88
|
+
{ id: 'sf-05', from: '深圳', to: '成都', date: '2026-10-05', transport: ['3U-STATIC'] },
|
|
89
|
+
{ id: 'sf-06', from: '杭州', to: '厦门', date: '2026-10-06', transport: ['CA-STATIC'] },
|
|
90
|
+
{ id: 'sf-07', from: '西安', to: '桂林', date: '2026-10-07', transport: ['CA-STATIC'] },
|
|
91
|
+
{ id: 'sf-08', from: '重庆', to: '贵阳', date: '2026-10-08', transport: ['CA-STATIC'] },
|
|
197
92
|
];
|
|
198
|
-
for (const expected of expectedStaticCoverage){
|
|
93
|
+
for (const expected of expectedStaticCoverage) {
|
|
199
94
|
const record = {
|
|
200
95
|
...manualRecord,
|
|
201
96
|
query_id: expected.id,
|
|
202
|
-
route_segments: [
|
|
203
|
-
{
|
|
97
|
+
route_segments: [{
|
|
204
98
|
...manualRecord.route_segments[0],
|
|
205
99
|
from: expected.from,
|
|
206
100
|
to: expected.to,
|
|
207
101
|
departure_at: `${expected.date}T06:00:00+08:00`,
|
|
208
|
-
arrival_at: `${expected.date}T12:00:00+08:00
|
|
209
|
-
}
|
|
210
|
-
]
|
|
102
|
+
arrival_at: `${expected.date}T12:00:00+08:00`,
|
|
103
|
+
}],
|
|
211
104
|
};
|
|
212
105
|
const resolution = provider.resolveStaticGolden({
|
|
213
|
-
query: {
|
|
214
|
-
id: expected.id,
|
|
215
|
-
from: expected.from,
|
|
216
|
-
to: expected.to,
|
|
217
|
-
date: expected.date
|
|
218
|
-
},
|
|
106
|
+
query: { id: expected.id, from: expected.from, to: expected.to, date: expected.date },
|
|
219
107
|
manualRecord: record,
|
|
220
|
-
snapshot
|
|
108
|
+
snapshot,
|
|
221
109
|
});
|
|
222
110
|
assert.equal(resolution.effective_source, 'static-openflights+manual-band', `${expected.id} 不得全量回退 manual`);
|
|
223
111
|
assert.equal(resolution.fallback_reason, undefined);
|
|
224
112
|
assert.equal(resolution.record.route_segments.length, expected.transport.length);
|
|
225
113
|
assert.equal(resolution.record.route_segments[0]?.from, expected.from);
|
|
226
114
|
assert.equal(resolution.record.route_segments.at(-1)?.to, expected.to);
|
|
227
|
-
assert.deepEqual(resolution.record.route_segments.map((segment)=>segment.transport_number), expected.transport, `${expected.id} 运行时首选 carrier 必须来自已核对的 pinned route row`);
|
|
228
|
-
for (const segment of resolution.record.route_segments){
|
|
115
|
+
assert.deepEqual(resolution.record.route_segments.map((segment) => segment.transport_number), expected.transport, `${expected.id} 运行时首选 carrier 必须来自已核对的 pinned route row`);
|
|
116
|
+
for (const segment of resolution.record.route_segments) {
|
|
229
117
|
assert.match(segment.transport_number, /^[A-Z0-9]{2}-STATIC$/);
|
|
230
118
|
assert.ok(Number.isFinite(Date.parse(segment.departure_at)));
|
|
231
119
|
assert.ok(Number.isFinite(Date.parse(segment.arrival_at)));
|
|
@@ -233,67 +121,45 @@ for (const expected of expectedStaticCoverage){
|
|
|
233
121
|
}
|
|
234
122
|
}
|
|
235
123
|
const warnings = [];
|
|
236
|
-
const fallbackRecord = {
|
|
237
|
-
...manualRecord,
|
|
238
|
-
query_id: 'sf-99'
|
|
239
|
-
};
|
|
124
|
+
const fallbackRecord = { ...manualRecord, query_id: 'sf-99' };
|
|
240
125
|
const fallbackResolution = provider.resolveStaticGolden({
|
|
241
|
-
query: {
|
|
242
|
-
id: 'sf-99',
|
|
243
|
-
from: '北京',
|
|
244
|
-
to: '大理',
|
|
245
|
-
date: '2026-10-02'
|
|
246
|
-
},
|
|
126
|
+
query: { id: 'sf-99', from: '北京', to: '大理', date: '2026-10-02' },
|
|
247
127
|
manualRecord: fallbackRecord,
|
|
248
128
|
snapshot,
|
|
249
|
-
warn: (message)=>warnings.push(message)
|
|
129
|
+
warn: (message) => warnings.push(message),
|
|
250
130
|
});
|
|
251
131
|
assert.equal(fallbackResolution.effective_source, 'manual-golden');
|
|
252
132
|
assert.equal(fallbackResolution.record, fallbackRecord, 'fallback 必须原样使用 manual record');
|
|
253
133
|
assert.equal(fallbackResolution.fallback_reason, 'static route missing for sf-99');
|
|
254
134
|
assert.deepEqual(warnings, [
|
|
255
|
-
'[sf-live-benchmark] static vendor failed for sf-99: static route missing for sf-99; fallback=manual-golden'
|
|
135
|
+
'[sf-live-benchmark] static vendor failed for sf-99: static route missing for sf-99; fallback=manual-golden',
|
|
256
136
|
]);
|
|
257
137
|
const snapshotWarnings = [];
|
|
258
138
|
const unavailableResolution = provider.resolveStaticGolden({
|
|
259
|
-
query: {
|
|
260
|
-
id: 'sf-02',
|
|
261
|
-
from: '北京',
|
|
262
|
-
to: '大理',
|
|
263
|
-
date: '2026-10-02'
|
|
264
|
-
},
|
|
139
|
+
query: { id: 'sf-02', from: '北京', to: '大理', date: '2026-10-02' },
|
|
265
140
|
manualRecord,
|
|
266
141
|
snapshotError: 'invalid static snapshot schema_version',
|
|
267
|
-
warn: (message)=>snapshotWarnings.push(message)
|
|
142
|
+
warn: (message) => snapshotWarnings.push(message),
|
|
268
143
|
});
|
|
269
144
|
assert.equal(unavailableResolution.effective_source, 'manual-golden');
|
|
270
145
|
assert.equal(unavailableResolution.fallback_reason, 'static snapshot unavailable: invalid static snapshot schema_version');
|
|
271
146
|
assert.deepEqual(snapshotWarnings, [
|
|
272
|
-
'[sf-live-benchmark] static vendor failed for sf-02: static snapshot unavailable: invalid static snapshot schema_version; fallback=manual-golden'
|
|
147
|
+
'[sf-live-benchmark] static vendor failed for sf-02: static snapshot unavailable: invalid static snapshot schema_version; fallback=manual-golden',
|
|
273
148
|
]);
|
|
274
149
|
const malformedRoot = mkdtempSync(join(tmpdir(), 'gotry-static-golden-'));
|
|
275
150
|
try {
|
|
276
151
|
const malformedPath = join(malformedRoot, 'malformed.json');
|
|
277
|
-
writeFileSync(malformedPath, JSON.stringify({
|
|
278
|
-
|
|
279
|
-
source: {},
|
|
280
|
-
routes: []
|
|
281
|
-
}));
|
|
282
|
-
assert.throws(()=>provider.loadStaticFlightSnapshot(malformedPath), /invalid static snapshot schema_version: sf-static-routes.v0/, '未知 schema 不得被类型断言伪装成有效 static vendor');
|
|
152
|
+
writeFileSync(malformedPath, JSON.stringify({ schema_version: 'sf-static-routes.v0', source: {}, routes: [] }));
|
|
153
|
+
assert.throws(() => provider.loadStaticFlightSnapshot(malformedPath), /invalid static snapshot schema_version: sf-static-routes.v0/, '未知 schema 不得被类型断言伪装成有效 static vendor');
|
|
283
154
|
const malformedRoutesPath = join(malformedRoot, 'malformed-routes.json');
|
|
284
155
|
writeFileSync(malformedRoutesPath, JSON.stringify({
|
|
285
156
|
schema_version: 'sf-static-routes.v1',
|
|
286
157
|
source: snapshot.source,
|
|
287
|
-
routes: null
|
|
158
|
+
routes: null,
|
|
288
159
|
}));
|
|
289
|
-
assert.throws(()=>provider.loadStaticFlightSnapshot(malformedRoutesPath), /invalid static snapshot routes/, 'schema 名正确但 routes 损坏时也必须由 loader 截获,runner 才能降级 manual');
|
|
290
|
-
}
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
force: true
|
|
294
|
-
});
|
|
160
|
+
assert.throws(() => provider.loadStaticFlightSnapshot(malformedRoutesPath), /invalid static snapshot routes/, 'schema 名正确但 routes 损坏时也必须由 loader 截获,runner 才能降级 manual');
|
|
161
|
+
}
|
|
162
|
+
finally {
|
|
163
|
+
rmSync(malformedRoot, { recursive: true, force: true });
|
|
295
164
|
}
|
|
296
165
|
console.log('STATIC GOLDEN TESTS: parser + snapshot + resolve/fallback contract OK');
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
//# sourceURL=ts/scripts/static-golden-tests.ts
|