@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
|
@@ -4,181 +4,38 @@ import { tmpdir } from 'node:os';
|
|
|
4
4
|
import { join } from 'node:path';
|
|
5
5
|
import { ensureLedger } from '../src/state-ledger.js';
|
|
6
6
|
import { BookingCopilotTaskRuntime, bookingDigest } from '../src/booking-surface/runtime.js';
|
|
7
|
-
const workspace = (revision)=>({
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
{
|
|
25
|
-
hotelRef: 'h2',
|
|
26
|
-
name: 'H2',
|
|
27
|
-
factRefs: []
|
|
28
|
-
}
|
|
29
|
-
],
|
|
30
|
-
loadedOffers: [
|
|
31
|
-
{
|
|
32
|
-
offerRef: 'o1',
|
|
33
|
-
offerVersionRef: 'o1:v1',
|
|
34
|
-
hotelRef: 'h1',
|
|
35
|
-
evidenceLevel: 'rate_loaded',
|
|
36
|
-
factRefs: []
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
offerRef: 'o2',
|
|
40
|
-
offerVersionRef: 'o2:v1',
|
|
41
|
-
hotelRef: 'h2',
|
|
42
|
-
evidenceLevel: 'rate_loaded',
|
|
43
|
-
factRefs: []
|
|
44
|
-
}
|
|
45
|
-
],
|
|
46
|
-
shortlistedOfferRefs: [
|
|
47
|
-
'o1',
|
|
48
|
-
'o2'
|
|
49
|
-
],
|
|
50
|
-
capabilities: {
|
|
51
|
-
surface: 'tenant',
|
|
52
|
-
allowedActions: [
|
|
53
|
-
'offers.query',
|
|
54
|
-
'offer.check'
|
|
55
|
-
]
|
|
56
|
-
}
|
|
57
|
-
});
|
|
58
|
-
const offersReceipt = (actionId, revision)=>({
|
|
59
|
-
schemaVersion: 'booking.surface',
|
|
60
|
-
kind: 'action.receipt',
|
|
61
|
-
actionId,
|
|
62
|
-
contextRef: 'ctx-ledger-binding',
|
|
63
|
-
status: 'applied',
|
|
64
|
-
revision,
|
|
65
|
-
observation: {
|
|
66
|
-
kind: 'offers.state',
|
|
67
|
-
hotelRefs: [
|
|
68
|
-
'h1'
|
|
69
|
-
],
|
|
70
|
-
offerRefs: [
|
|
71
|
-
'o1'
|
|
72
|
-
],
|
|
73
|
-
loadedHotelCount: 1
|
|
74
|
-
},
|
|
75
|
-
resultContract: {
|
|
76
|
-
outcome: 'complete',
|
|
77
|
-
hardCriteriaMet: true,
|
|
78
|
-
factRefs: [],
|
|
79
|
-
gapCodes: [],
|
|
80
|
-
blockers: [],
|
|
81
|
-
relaxationsApplied: []
|
|
82
|
-
}
|
|
83
|
-
});
|
|
84
|
-
const checkReceipt = (actionId, revision)=>({
|
|
85
|
-
schemaVersion: 'booking.surface',
|
|
86
|
-
kind: 'action.receipt',
|
|
87
|
-
actionId,
|
|
88
|
-
contextRef: 'ctx-ledger-binding',
|
|
89
|
-
status: 'unavailable',
|
|
90
|
-
revision,
|
|
91
|
-
observation: {
|
|
92
|
-
kind: 'offer.availability',
|
|
93
|
-
offerRef: 'o1',
|
|
94
|
-
checkedOfferVersionRef: 'o1:v1',
|
|
95
|
-
available: false,
|
|
96
|
-
changedFactRefs: [],
|
|
97
|
-
gapCodes: []
|
|
98
|
-
},
|
|
99
|
-
resultContract: {
|
|
100
|
-
outcome: 'empty',
|
|
101
|
-
hardCriteriaMet: false,
|
|
102
|
-
factRefs: [],
|
|
103
|
-
gapCodes: [],
|
|
104
|
-
blockers: [],
|
|
105
|
-
relaxationsApplied: []
|
|
106
|
-
}
|
|
107
|
-
});
|
|
7
|
+
const workspace = (revision) => ({
|
|
8
|
+
schemaVersion: 'booking.surface', contextRef: 'ctx-ledger-binding', surface: 'tenant', revision,
|
|
9
|
+
locale: 'en-US', currency: 'AED', searchDraft: {}, results: { status: 'idle' },
|
|
10
|
+
visibleHotels: [{ hotelRef: 'h1', name: 'H1', factRefs: [] }, { hotelRef: 'h2', name: 'H2', factRefs: [] }],
|
|
11
|
+
loadedOffers: [{ offerRef: 'o1', offerVersionRef: 'o1:v1', hotelRef: 'h1', evidenceLevel: 'rate_loaded', factRefs: [] }, { offerRef: 'o2', offerVersionRef: 'o2:v1', hotelRef: 'h2', evidenceLevel: 'rate_loaded', factRefs: [] }],
|
|
12
|
+
shortlistedOfferRefs: ['o1', 'o2'], capabilities: { surface: 'tenant', allowedActions: ['offers.query', 'offer.check'] },
|
|
13
|
+
});
|
|
14
|
+
const offersReceipt = (actionId, revision) => ({
|
|
15
|
+
schemaVersion: 'booking.surface', kind: 'action.receipt', actionId, contextRef: 'ctx-ledger-binding', status: 'applied', revision,
|
|
16
|
+
observation: { kind: 'offers.state', hotelRefs: ['h1'], offerRefs: ['o1'], loadedHotelCount: 1 },
|
|
17
|
+
resultContract: { outcome: 'complete', hardCriteriaMet: true, factRefs: [], gapCodes: [], blockers: [], relaxationsApplied: [] },
|
|
18
|
+
});
|
|
19
|
+
const checkReceipt = (actionId, revision) => ({
|
|
20
|
+
schemaVersion: 'booking.surface', kind: 'action.receipt', actionId, contextRef: 'ctx-ledger-binding', status: 'unavailable', revision,
|
|
21
|
+
observation: { kind: 'offer.availability', offerRef: 'o1', checkedOfferVersionRef: 'o1:v1', available: false, changedFactRefs: [], gapCodes: [] },
|
|
22
|
+
resultContract: { outcome: 'empty', hardCriteriaMet: false, factRefs: [], gapCodes: [], blockers: [], relaxationsApplied: [] },
|
|
23
|
+
});
|
|
108
24
|
function fixture(stage) {
|
|
109
25
|
const root = mkdtempSync(join(tmpdir(), 'gotry-availability-ledger-binding-'));
|
|
110
26
|
const ledger = ensureLedger(root);
|
|
111
|
-
const runtime = new BookingCopilotTaskRuntime(ledger, {
|
|
112
|
-
contextRefFactory: ()=>'ctx-ledger-binding'
|
|
113
|
-
});
|
|
27
|
+
const runtime = new BookingCopilotTaskRuntime(ledger, { contextRefFactory: () => 'ctx-ledger-binding' });
|
|
114
28
|
const task = 'ledger-binding-task';
|
|
115
|
-
runtime.startTask({
|
|
116
|
-
|
|
117
|
-
kind: 'user.turn',
|
|
118
|
-
taskId: task,
|
|
119
|
-
turnId: 'turn-1',
|
|
120
|
-
workspace: workspace(0),
|
|
121
|
-
request: {
|
|
122
|
-
text: 'find rates'
|
|
123
|
-
}
|
|
124
|
-
});
|
|
125
|
-
const query = {
|
|
126
|
-
schemaVersion: 'booking.surface',
|
|
127
|
-
kind: 'offers.query',
|
|
128
|
-
actionId: 'query-1',
|
|
129
|
-
contextRef: 'ctx-ledger-binding',
|
|
130
|
-
expectedRevision: 0,
|
|
131
|
-
reason: 'load offers',
|
|
132
|
-
factRefs: [],
|
|
133
|
-
input: {
|
|
134
|
-
hotelRefs: [
|
|
135
|
-
'h1'
|
|
136
|
-
],
|
|
137
|
-
criteria: {}
|
|
138
|
-
}
|
|
139
|
-
};
|
|
29
|
+
runtime.startTask({ schemaVersion: 'booking.surface', kind: 'user.turn', taskId: task, turnId: 'turn-1', workspace: workspace(0), request: { text: 'find rates' } });
|
|
30
|
+
const query = { schemaVersion: 'booking.surface', kind: 'offers.query', actionId: 'query-1', contextRef: 'ctx-ledger-binding', expectedRevision: 0, reason: 'load offers', factRefs: [], input: { hotelRefs: ['h1'], criteria: {} } };
|
|
140
31
|
runtime.issueOperation(task, query);
|
|
141
|
-
runtime.continueWithReceipt({
|
|
142
|
-
|
|
143
|
-
kind: 'action.receipt.continuation',
|
|
144
|
-
taskId: task,
|
|
145
|
-
workspace: workspace(1),
|
|
146
|
-
receipt: offersReceipt('query-1', 1)
|
|
147
|
-
});
|
|
148
|
-
const check = {
|
|
149
|
-
schemaVersion: 'booking.surface',
|
|
150
|
-
kind: 'offer.check',
|
|
151
|
-
actionId: 'check-1',
|
|
152
|
-
contextRef: 'ctx-ledger-binding',
|
|
153
|
-
expectedRevision: 1,
|
|
154
|
-
reason: 'check',
|
|
155
|
-
factRefs: [],
|
|
156
|
-
input: {
|
|
157
|
-
offerRef: 'o1',
|
|
158
|
-
offerVersionRef: 'o1:v1'
|
|
159
|
-
}
|
|
160
|
-
};
|
|
32
|
+
runtime.continueWithReceipt({ schemaVersion: 'booking.surface', kind: 'action.receipt.continuation', taskId: task, workspace: workspace(1), receipt: offersReceipt('query-1', 1) });
|
|
33
|
+
const check = { schemaVersion: 'booking.surface', kind: 'offer.check', actionId: 'check-1', contextRef: 'ctx-ledger-binding', expectedRevision: 1, reason: 'check', factRefs: [], input: { offerRef: 'o1', offerVersionRef: 'o1:v1' } };
|
|
161
34
|
runtime.issueOperation(task, check);
|
|
162
|
-
if (stage === 'receipt')
|
|
163
|
-
schemaVersion: 'booking.surface',
|
|
164
|
-
kind: 'action.receipt.continuation',
|
|
165
|
-
taskId: task,
|
|
166
|
-
workspace: {
|
|
167
|
-
...workspace(2),
|
|
168
|
-
shortlistedOfferRefs: [
|
|
169
|
-
'o2'
|
|
170
|
-
],
|
|
171
|
-
selectedOfferRef: undefined,
|
|
172
|
-
verifiedOffer: undefined
|
|
173
|
-
},
|
|
174
|
-
receipt: checkReceipt('check-1', 2)
|
|
175
|
-
});
|
|
35
|
+
if (stage === 'receipt')
|
|
36
|
+
runtime.continueWithReceipt({ schemaVersion: 'booking.surface', kind: 'action.receipt.continuation', taskId: task, workspace: { ...workspace(2), shortlistedOfferRefs: ['o2'], selectedOfferRef: undefined, verifiedOffer: undefined }, receipt: checkReceipt('check-1', 2) });
|
|
176
37
|
ledger.close();
|
|
177
|
-
return {
|
|
178
|
-
root,
|
|
179
|
-
ledger,
|
|
180
|
-
task
|
|
181
|
-
};
|
|
38
|
+
return { root, ledger, task };
|
|
182
39
|
}
|
|
183
40
|
function rewrite(root, kind, mutate) {
|
|
184
41
|
const ledger = ensureLedger(root);
|
|
@@ -191,145 +48,75 @@ function rewrite(root, kind, mutate) {
|
|
|
191
48
|
}
|
|
192
49
|
function assertCorrupt(root, label) {
|
|
193
50
|
const ledger = ensureLedger(root);
|
|
194
|
-
const runtime = new BookingCopilotTaskRuntime(ledger, {
|
|
195
|
-
|
|
196
|
-
});
|
|
197
|
-
assert.throws(()=>runtime.resumeTask('ledger-binding-task'), /ledger_corrupt:ledger-binding-task/, label);
|
|
51
|
+
const runtime = new BookingCopilotTaskRuntime(ledger, { contextRefFactory: () => 'ctx-ledger-binding' });
|
|
52
|
+
assert.throws(() => runtime.resumeTask('ledger-binding-task'), /ledger_corrupt:ledger-binding-task/, label);
|
|
198
53
|
ledger.close();
|
|
199
54
|
}
|
|
55
|
+
// The untouched durable sequence is replayable after reopening the ledger.
|
|
200
56
|
{
|
|
201
57
|
const fixtureState = fixture('action');
|
|
202
58
|
const ledger = ensureLedger(fixtureState.root);
|
|
203
|
-
assert.doesNotThrow(()=>new BookingCopilotTaskRuntime(ledger).resumeTask(fixtureState.task));
|
|
59
|
+
assert.doesNotThrow(() => new BookingCopilotTaskRuntime(ledger).resumeTask(fixtureState.task));
|
|
204
60
|
ledger.close();
|
|
205
|
-
rmSync(fixtureState.root, {
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
[
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
payload.availabilityDigest = bookingDigest(payload.availability);
|
|
215
|
-
}
|
|
216
|
-
],
|
|
217
|
-
[
|
|
218
|
-
'offer set digest',
|
|
219
|
-
(payload)=>{
|
|
220
|
-
payload.availability.hotels.h1.currentGeneration.offerSetDigest = 'e'.repeat(64);
|
|
221
|
-
payload.availabilityDigest = bookingDigest(payload.availability);
|
|
222
|
-
}
|
|
223
|
-
],
|
|
224
|
-
[
|
|
225
|
-
'source receipt digest',
|
|
226
|
-
(payload)=>{
|
|
227
|
-
payload.availability.hotels.h1.currentGeneration.source.receiptDigest = 'd'.repeat(64);
|
|
228
|
-
payload.availabilityDigest = bookingDigest(payload.availability);
|
|
229
|
-
}
|
|
230
|
-
],
|
|
231
|
-
[
|
|
232
|
-
'active ordinal',
|
|
233
|
-
(payload)=>{
|
|
234
|
-
payload.availability.activeHotelOrdinal = 1;
|
|
235
|
-
payload.availabilityDigest = bookingDigest(payload.availability);
|
|
236
|
-
}
|
|
237
|
-
],
|
|
238
|
-
[
|
|
239
|
-
'fake terminal',
|
|
240
|
-
(payload)=>{
|
|
241
|
-
payload.availability.terminal = {
|
|
242
|
-
code: 'availability_confirmed',
|
|
243
|
-
hotelRefs: [
|
|
244
|
-
'h1',
|
|
245
|
-
'h2'
|
|
246
|
-
],
|
|
247
|
-
reason: 'confirmed',
|
|
248
|
-
evidence: 'conclusive'
|
|
249
|
-
};
|
|
250
|
-
payload.availability.availabilityPhase = 'terminal';
|
|
251
|
-
payload.availabilityDigest = bookingDigest(payload.availability);
|
|
252
|
-
}
|
|
253
|
-
]
|
|
254
|
-
]){
|
|
61
|
+
rmSync(fixtureState.root, { recursive: true, force: true });
|
|
62
|
+
}
|
|
63
|
+
for (const [label, mutate] of [
|
|
64
|
+
['candidate digest', (payload) => { payload.availability.candidateSetDigest = 'f'.repeat(64); payload.availabilityDigest = bookingDigest(payload.availability); }],
|
|
65
|
+
['offer set digest', (payload) => { payload.availability.hotels.h1.currentGeneration.offerSetDigest = 'e'.repeat(64); payload.availabilityDigest = bookingDigest(payload.availability); }],
|
|
66
|
+
['source receipt digest', (payload) => { payload.availability.hotels.h1.currentGeneration.source.receiptDigest = 'd'.repeat(64); payload.availabilityDigest = bookingDigest(payload.availability); }],
|
|
67
|
+
['active ordinal', (payload) => { payload.availability.activeHotelOrdinal = 1; payload.availabilityDigest = bookingDigest(payload.availability); }],
|
|
68
|
+
['fake terminal', (payload) => { payload.availability.terminal = { code: 'availability_confirmed', hotelRefs: ['h1', 'h2'], reason: 'confirmed', evidence: 'conclusive' }; payload.availability.availabilityPhase = 'terminal'; payload.availabilityDigest = bookingDigest(payload.availability); }],
|
|
69
|
+
]) {
|
|
255
70
|
const fixtureState = fixture('action');
|
|
256
71
|
rewrite(fixtureState.root, 'booking.copilot.action.issued', mutate);
|
|
257
72
|
assertCorrupt(fixtureState.root, label);
|
|
258
|
-
rmSync(fixtureState.root, {
|
|
259
|
-
recursive: true,
|
|
260
|
-
force: true
|
|
261
|
-
});
|
|
73
|
+
rmSync(fixtureState.root, { recursive: true, force: true });
|
|
262
74
|
}
|
|
75
|
+
// A digest mismatch must be rejected before any legacy/normalized availability
|
|
76
|
+
// migration can make the payload appear coherent.
|
|
263
77
|
{
|
|
264
78
|
const fixtureState = fixture('action');
|
|
265
|
-
rewrite(fixtureState.root, 'booking.copilot.action.issued', (payload)=>{
|
|
266
|
-
payload.availability.activeHotelOrdinal = 1;
|
|
267
|
-
});
|
|
79
|
+
rewrite(fixtureState.root, 'booking.copilot.action.issued', (payload) => { payload.availability.activeHotelOrdinal = 1; });
|
|
268
80
|
assertCorrupt(fixtureState.root, 'raw ACTION availability digest mismatch');
|
|
269
|
-
rmSync(fixtureState.root, {
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
});
|
|
273
|
-
}{
|
|
81
|
+
rmSync(fixtureState.root, { recursive: true, force: true });
|
|
82
|
+
}
|
|
83
|
+
{
|
|
274
84
|
const fixtureState = fixture('receipt');
|
|
275
|
-
rewrite(fixtureState.root, 'booking.copilot.receipt.observed', (payload)=>{
|
|
276
|
-
payload.availability.activeHotelOrdinal = 1;
|
|
277
|
-
});
|
|
85
|
+
rewrite(fixtureState.root, 'booking.copilot.receipt.observed', (payload) => { payload.availability.activeHotelOrdinal = 1; });
|
|
278
86
|
assertCorrupt(fixtureState.root, 'raw RECEIPT availability digest mismatch');
|
|
279
|
-
rmSync(fixtureState.root, {
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
87
|
+
rmSync(fixtureState.root, { recursive: true, force: true });
|
|
88
|
+
}
|
|
89
|
+
// A forged action can be structurally valid and re-digested, but cannot change
|
|
90
|
+
// the transition that the prior state and workspace authorize.
|
|
91
|
+
{
|
|
284
92
|
const fixtureState = fixture('action');
|
|
285
|
-
rewrite(fixtureState.root, 'booking.copilot.action.issued', (payload)=>{
|
|
93
|
+
rewrite(fixtureState.root, 'booking.copilot.action.issued', (payload) => {
|
|
286
94
|
payload.action.input.offerRef = 'o2';
|
|
287
95
|
const { actionDigest: _ignored, ...base } = payload.action;
|
|
288
96
|
payload.action.actionDigest = bookingDigest(base);
|
|
289
97
|
});
|
|
290
98
|
assertCorrupt(fixtureState.root, 'wrong action transition');
|
|
291
|
-
rmSync(fixtureState.root, {
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
99
|
+
rmSync(fixtureState.root, { recursive: true, force: true });
|
|
100
|
+
}
|
|
101
|
+
// The receipt shape and canonical receipt digest can both be valid while the
|
|
102
|
+
// availability transition is forged; replay must still derive the mismatch.
|
|
103
|
+
{
|
|
296
104
|
const fixtureState = fixture('receipt');
|
|
297
105
|
const runtimeLedger = ensureLedger(fixtureState.root);
|
|
298
106
|
const runtime = new BookingCopilotTaskRuntime(runtimeLedger);
|
|
299
107
|
assert.deepEqual(runtime.resumeTask(fixtureState.task)?.availability.criteria, {}, 'recovery retains the canonical offer criteria after restart');
|
|
300
|
-
const wrongDetour = {
|
|
301
|
-
|
|
302
|
-
kind: 'search.run',
|
|
303
|
-
actionId: 'detour',
|
|
304
|
-
contextRef: 'ctx-ledger-binding',
|
|
305
|
-
expectedRevision: 2,
|
|
306
|
-
reason: 'detour',
|
|
307
|
-
factRefs: [],
|
|
308
|
-
input: {}
|
|
309
|
-
};
|
|
310
|
-
assert.throws(()=>runtime.applyDecisionBatch(fixtureState.task, 'detour-batch', [
|
|
311
|
-
{
|
|
312
|
-
kind: 'operation',
|
|
313
|
-
action: wrongDetour
|
|
314
|
-
}
|
|
315
|
-
]), /availability_operation_incompatible/);
|
|
108
|
+
const wrongDetour = { schemaVersion: 'booking.surface', kind: 'search.run', actionId: 'detour', contextRef: 'ctx-ledger-binding', expectedRevision: 2, reason: 'detour', factRefs: [], input: {} };
|
|
109
|
+
assert.throws(() => runtime.applyDecisionBatch(fixtureState.task, 'detour-batch', [{ kind: 'operation', action: wrongDetour }]), /availability_operation_incompatible/);
|
|
316
110
|
runtimeLedger.close();
|
|
317
|
-
rmSync(fixtureState.root, {
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
});
|
|
321
|
-
}{
|
|
111
|
+
rmSync(fixtureState.root, { recursive: true, force: true });
|
|
112
|
+
}
|
|
113
|
+
{
|
|
322
114
|
const fixtureState = fixture('receipt');
|
|
323
|
-
rewrite(fixtureState.root, 'booking.copilot.receipt.observed', (payload)=>{
|
|
115
|
+
rewrite(fixtureState.root, 'booking.copilot.receipt.observed', (payload) => {
|
|
324
116
|
payload.receipt.status = 'applied';
|
|
325
117
|
payload.receiptDigest = bookingDigest(payload.receipt);
|
|
326
118
|
});
|
|
327
119
|
assertCorrupt(fixtureState.root, 'wrong receipt transition');
|
|
328
|
-
rmSync(fixtureState.root, {
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
});
|
|
332
|
-
}console.log('BOOKING COPILOT AVAILABILITY LEDGER BINDING: exact replay and candidate/generation/source/ordinal/terminal/action/receipt tamper rejection OK');
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
//# sourceURL=ts/scripts/booking-copilot-availability-ledger-binding-tests.ts
|
|
120
|
+
rmSync(fixtureState.root, { recursive: true, force: true });
|
|
121
|
+
}
|
|
122
|
+
console.log('BOOKING COPILOT AVAILABILITY LEDGER BINDING: exact replay and candidate/generation/source/ordinal/terminal/action/receipt tamper rejection OK');
|