@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
|
@@ -0,0 +1,316 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 账本 tenant 修复 apply 测试(issue #254 执行面,run-all §29c)。
|
|
3
|
+
*
|
|
4
|
+
* 覆盖:授权门零写 / 合法 apply 后目标 tenant 可见且不串读 /
|
|
5
|
+
* 跨租户同 wish_id·idem_key 拒绝 / 重复 apply 幂等 / 注入失败事务回滚 /
|
|
6
|
+
* backup rollback / 绝不触碰 ts/dsh-runtime/gotry-state/。
|
|
7
|
+
*
|
|
8
|
+
* 运行(在 ts/ 下):npx tsx scripts/ledger-repair-apply-tests.ts
|
|
9
|
+
*/
|
|
10
|
+
import Database from 'better-sqlite3';
|
|
11
|
+
import { createHash } from 'node:crypto';
|
|
12
|
+
import { existsSync, mkdtempSync, readFileSync, readdirSync, rmSync, statSync, writeFileSync } from 'node:fs';
|
|
13
|
+
import { tmpdir } from 'node:os';
|
|
14
|
+
import { join, resolve } from 'node:path';
|
|
15
|
+
import { spawnSync } from 'node:child_process';
|
|
16
|
+
import { ensureLedger, ledgerDbPath, openDb } from '../src/state-ledger.js';
|
|
17
|
+
import { planLedgerRepair } from '../src/ledger-repair-plan.js';
|
|
18
|
+
import { REPAIR_APPLY_SCHEMA, REPAIR_RECEIPT_SCHEMA, RepairApplyError, applyLedgerRepair, restoreRepairBackup, stampPath, validateRepairBackup, } from '../src/ledger-repair-apply.js';
|
|
19
|
+
let pass = 0;
|
|
20
|
+
let fail = 0;
|
|
21
|
+
function assert(cond, msg) {
|
|
22
|
+
if (cond) {
|
|
23
|
+
pass++;
|
|
24
|
+
console.log(` ok - ${msg}`);
|
|
25
|
+
}
|
|
26
|
+
else {
|
|
27
|
+
fail++;
|
|
28
|
+
console.error(` FAIL - ${msg}`);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
function snapshotDir(path) {
|
|
32
|
+
if (!existsSync(path))
|
|
33
|
+
return '<missing>';
|
|
34
|
+
const h = createHash('sha256');
|
|
35
|
+
const walk = (p, rel) => {
|
|
36
|
+
const st = statSync(p);
|
|
37
|
+
if (st.isDirectory()) {
|
|
38
|
+
h.update(`dir:${rel}\n`);
|
|
39
|
+
for (const name of readdirSync(p).sort())
|
|
40
|
+
walk(join(p, name), rel ? `${rel}/${name}` : name);
|
|
41
|
+
}
|
|
42
|
+
else if (st.isFile()) {
|
|
43
|
+
h.update(`file:${rel}:${st.size}\n`);
|
|
44
|
+
h.update(readFileSync(p));
|
|
45
|
+
h.update('\n');
|
|
46
|
+
}
|
|
47
|
+
else {
|
|
48
|
+
h.update(`other:${rel}\n`);
|
|
49
|
+
}
|
|
50
|
+
};
|
|
51
|
+
walk(path, '');
|
|
52
|
+
return h.digest('hex');
|
|
53
|
+
}
|
|
54
|
+
/** Snapshot that excludes backup/stamp artifacts created by intentional apply. */
|
|
55
|
+
function snapshotLedgerCore(root) {
|
|
56
|
+
const dbPath = ledgerDbPath(root);
|
|
57
|
+
const h = createHash('sha256');
|
|
58
|
+
for (const suffix of ['', '-wal', '-shm']) {
|
|
59
|
+
const p = dbPath + suffix;
|
|
60
|
+
if (!existsSync(p)) {
|
|
61
|
+
h.update(`missing:${suffix}\n`);
|
|
62
|
+
continue;
|
|
63
|
+
}
|
|
64
|
+
const st = statSync(p);
|
|
65
|
+
h.update(`file:${suffix}:${st.size}\n`);
|
|
66
|
+
h.update(readFileSync(p));
|
|
67
|
+
h.update('\n');
|
|
68
|
+
}
|
|
69
|
+
return h.digest('hex');
|
|
70
|
+
}
|
|
71
|
+
const roots = [];
|
|
72
|
+
function newRoot(tag) {
|
|
73
|
+
const r = mkdtempSync(join(tmpdir(), `gotry-repair-apply-${tag}-`));
|
|
74
|
+
roots.push(r);
|
|
75
|
+
return r;
|
|
76
|
+
}
|
|
77
|
+
function insertRaw(dbPath, rows) {
|
|
78
|
+
const db = new Database(dbPath);
|
|
79
|
+
const stmt = db.prepare(`INSERT INTO events (tenant_id, ts, actor, kind, subject_id, payload, idem_key, run_id)
|
|
80
|
+
VALUES (?, ?, ?, ?, ?, ?, ?, NULL)`);
|
|
81
|
+
for (const r of rows) {
|
|
82
|
+
stmt.run(r.tenant, '2026-09-01T00:00:00.000Z', 'test:fixture', r.kind, r.subject, JSON.stringify({ wish: { wish_id: r.subject, reason: 'x', conditions: [] } }), r.idem);
|
|
83
|
+
}
|
|
84
|
+
db.close();
|
|
85
|
+
}
|
|
86
|
+
function seedLedger(root, rows) {
|
|
87
|
+
const led = ensureLedger(root, 'local');
|
|
88
|
+
led.close();
|
|
89
|
+
insertRaw(ledgerDbPath(root), rows);
|
|
90
|
+
}
|
|
91
|
+
function writeMapping(root, name, value) {
|
|
92
|
+
const p = join(root, name);
|
|
93
|
+
writeFileSync(p, JSON.stringify(value), 'utf-8');
|
|
94
|
+
return p;
|
|
95
|
+
}
|
|
96
|
+
function cli(args) {
|
|
97
|
+
return spawnSync('npx', ['tsx', 'scripts/state-cli.ts', ...args], { encoding: 'utf-8' });
|
|
98
|
+
}
|
|
99
|
+
function expectApplyError(fn, code, label) {
|
|
100
|
+
try {
|
|
101
|
+
fn();
|
|
102
|
+
assert(false, `${label} 应失败`);
|
|
103
|
+
}
|
|
104
|
+
catch (e) {
|
|
105
|
+
assert(e instanceof RepairApplyError && e.code === code, `${label} → ${code}`);
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
const FOUNDER_STATE = resolve(join('dsh-runtime', 'gotry-state'));
|
|
109
|
+
assert(!FOUNDER_STATE.includes(tmpdir()), 'founder 路径不在 tmp(对照用)');
|
|
110
|
+
const founderBefore = existsSync(FOUNDER_STATE) ? snapshotDir(FOUNDER_STATE) : '<absent>';
|
|
111
|
+
console.log('\n== A. 授权门:无授权 / digest 错 / 不可 apply → 零写 ==');
|
|
112
|
+
{
|
|
113
|
+
const root = newRoot('gate');
|
|
114
|
+
seedLedger(root, [
|
|
115
|
+
{ tenant: 'local', kind: 'wish.added', subject: 'w-1', idem: 'import:wish:w-1' },
|
|
116
|
+
{ tenant: 'local', kind: 'wish.added', subject: 'w-2', idem: 'import:wish:w-2' },
|
|
117
|
+
]);
|
|
118
|
+
const mappings = [{ seq: 1, fromTenant: 'local', toTenant: 'tenant-a', evidence: 'owner-note-1' }];
|
|
119
|
+
const plan = planLedgerRepair({ stateRoot: root, mappings });
|
|
120
|
+
assert(plan.applyable === true, '夹具计划可 apply');
|
|
121
|
+
const before = snapshotLedgerCore(root);
|
|
122
|
+
expectApplyError(() => applyLedgerRepair({
|
|
123
|
+
stateRoot: root, mappings, planDigest: plan.planDigest,
|
|
124
|
+
// @ts-expect-error intentional unauthorized
|
|
125
|
+
authorizeApply: false,
|
|
126
|
+
}), 'apply_not_authorized', 'authorizeApply=false');
|
|
127
|
+
// TypeScript blocks false; also prove digest mismatch zero-write:
|
|
128
|
+
expectApplyError(() => applyLedgerRepair({
|
|
129
|
+
stateRoot: root, mappings, planDigest: '0123456789abcdef', authorizeApply: true,
|
|
130
|
+
}), 'plan_digest_mismatch', 'digest 错误');
|
|
131
|
+
expectApplyError(() => applyLedgerRepair({
|
|
132
|
+
stateRoot: root, mappings: [], planDigest: planLedgerRepair({ stateRoot: root, mappings: [] }).planDigest,
|
|
133
|
+
authorizeApply: true,
|
|
134
|
+
}), 'plan_not_applyable', '无映射不可 apply');
|
|
135
|
+
assert(snapshotLedgerCore(root) === before, '授权失败后 ledger 核心字节不变');
|
|
136
|
+
const mapPath = writeMapping(root, 'map.json', mappings);
|
|
137
|
+
const noFlag = cli(['repair-apply', root, '--mapping', mapPath, '--plan-digest', plan.planDigest]);
|
|
138
|
+
assert(noFlag.status === 1, 'CLI 缺 --i-authorize-apply → exit 1');
|
|
139
|
+
assert(snapshotLedgerCore(root) === before, 'CLI 缺授权零写');
|
|
140
|
+
}
|
|
141
|
+
console.log('\n== B. 合法 apply:目标可见、local/其他不串读、回执 schema ==');
|
|
142
|
+
{
|
|
143
|
+
const root = newRoot('apply');
|
|
144
|
+
seedLedger(root, [
|
|
145
|
+
{ tenant: 'local', kind: 'wish.added', subject: 'w-move', idem: 'import:wish:w-move' },
|
|
146
|
+
{ tenant: 'local', kind: 'wish.added', subject: 'w-keep', idem: 'import:wish:w-keep' },
|
|
147
|
+
{ tenant: 'tenant-b', kind: 'wish.added', subject: 'w-b', idem: 'import:wish:w-b' },
|
|
148
|
+
]);
|
|
149
|
+
const mappings = [{ seq: 1, fromTenant: 'local', toTenant: 'tenant-a', evidence: 'ticket-254-evidence' }];
|
|
150
|
+
const plan = planLedgerRepair({ stateRoot: root, mappings });
|
|
151
|
+
assert(plan.applyable && plan.totals.move === 1, '一条 move');
|
|
152
|
+
const receiptOut = join(root, 'receipt.json');
|
|
153
|
+
const result = applyLedgerRepair({
|
|
154
|
+
stateRoot: root, mappings, planDigest: plan.planDigest, authorizeApply: true, receiptOut,
|
|
155
|
+
});
|
|
156
|
+
assert(result.schema === REPAIR_APPLY_SCHEMA, 'apply result schema');
|
|
157
|
+
assert(result.applyAuthorized === true, 'applyAuthorized=true');
|
|
158
|
+
assert(result.mode === 'applied', 'mode=applied');
|
|
159
|
+
assert(result.moves.length === 1 && result.moves[0].status === 'moved', '一条 moved');
|
|
160
|
+
assert(existsSync(result.backupDir), 'backup 目录存在');
|
|
161
|
+
validateRepairBackup(result.backupDir);
|
|
162
|
+
assert(existsSync(stampPath(root, plan.planDigest)), 'applied stamp 存在');
|
|
163
|
+
const receipt = JSON.parse(readFileSync(receiptOut, 'utf-8'));
|
|
164
|
+
assert(receipt.schema === REPAIR_RECEIPT_SCHEMA, 'receipt schema');
|
|
165
|
+
assert(!receipt.stateRootRedacted.includes(root), '回执路径已脱敏');
|
|
166
|
+
const a = openDb(root, 'tenant-a');
|
|
167
|
+
const local = openDb(root, 'local');
|
|
168
|
+
const b = openDb(root, 'tenant-b');
|
|
169
|
+
const aEvents = a.readEvents();
|
|
170
|
+
const localEvents = local.readEvents();
|
|
171
|
+
const bEvents = b.readEvents();
|
|
172
|
+
assert(aEvents.some(e => e.subject_id === 'w-move' && e.seq === 1), '目标 tenant-a 可见 w-move');
|
|
173
|
+
assert(!localEvents.some(e => e.subject_id === 'w-move'), 'local 不再看到 w-move');
|
|
174
|
+
assert(localEvents.some(e => e.subject_id === 'w-keep'), 'local 仍见 w-keep');
|
|
175
|
+
assert(!bEvents.some(e => e.subject_id === 'w-move'), 'tenant-b 不串读 w-move');
|
|
176
|
+
assert(a.readWishPool().some(w => w.wish_id === 'w-move'), '目标 tenant fold 出愿望');
|
|
177
|
+
assert(!local.readWishPool().some(w => w.wish_id === 'w-move'), 'local 投影无 w-move');
|
|
178
|
+
a.close();
|
|
179
|
+
local.close();
|
|
180
|
+
b.close();
|
|
181
|
+
}
|
|
182
|
+
console.log('\n== C. 跨租户同 wish_id / idem_key → plan 拒 → apply 拒写 ==');
|
|
183
|
+
{
|
|
184
|
+
const root = newRoot('conflict');
|
|
185
|
+
seedLedger(root, [
|
|
186
|
+
{ tenant: 'local', kind: 'wish.added', subject: 'same', idem: 'idem-same' },
|
|
187
|
+
{ tenant: 'tenant-a', kind: 'wish.added', subject: 'same', idem: 'idem-other' },
|
|
188
|
+
]);
|
|
189
|
+
const mapSubject = [{ seq: 1, fromTenant: 'local', toTenant: 'tenant-a', evidence: 'e' }];
|
|
190
|
+
const p1 = planLedgerRepair({ stateRoot: root, mappings: mapSubject });
|
|
191
|
+
assert(p1.applyable === false && p1.entries.some(e => e.decision === 'reject'), '同 subject 冲突拒绝');
|
|
192
|
+
const before = snapshotLedgerCore(root);
|
|
193
|
+
expectApplyError(() => applyLedgerRepair({ stateRoot: root, mappings: mapSubject, planDigest: p1.planDigest, authorizeApply: true }), 'plan_not_applyable', 'subject 冲突不可 apply');
|
|
194
|
+
assert(snapshotLedgerCore(root) === before, '冲突场景零写');
|
|
195
|
+
const root2 = newRoot('idem');
|
|
196
|
+
seedLedger(root2, [
|
|
197
|
+
{ tenant: 'local', kind: 'wish.added', subject: 'w1', idem: 'shared-idem' },
|
|
198
|
+
{ tenant: 'tenant-a', kind: 'wish.added', subject: 'w2', idem: 'shared-idem' },
|
|
199
|
+
]);
|
|
200
|
+
const mapIdem = [{ seq: 1, fromTenant: 'local', toTenant: 'tenant-a', evidence: 'e' }];
|
|
201
|
+
const p2 = planLedgerRepair({ stateRoot: root2, mappings: mapIdem });
|
|
202
|
+
assert(p2.applyable === false, '同 idem_key 冲突拒绝');
|
|
203
|
+
}
|
|
204
|
+
console.log('\n== D. 重复 apply 幂等 ==');
|
|
205
|
+
{
|
|
206
|
+
const root = newRoot('idempotent');
|
|
207
|
+
seedLedger(root, [
|
|
208
|
+
{ tenant: 'local', kind: 'wish.added', subject: 'w-once', idem: 'import:wish:w-once' },
|
|
209
|
+
]);
|
|
210
|
+
const mappings = [{ seq: 1, fromTenant: 'local', toTenant: 'tenant-a', evidence: 'once' }];
|
|
211
|
+
const plan = planLedgerRepair({ stateRoot: root, mappings });
|
|
212
|
+
const first = applyLedgerRepair({
|
|
213
|
+
stateRoot: root, mappings, planDigest: plan.planDigest, authorizeApply: true,
|
|
214
|
+
});
|
|
215
|
+
assert(first.mode === 'applied', '首次 applied');
|
|
216
|
+
const coreAfterFirst = snapshotLedgerCore(root);
|
|
217
|
+
const second = applyLedgerRepair({
|
|
218
|
+
stateRoot: root, mappings, planDigest: plan.planDigest, authorizeApply: true,
|
|
219
|
+
});
|
|
220
|
+
assert(second.mode === 'already_applied', '二次 already_applied');
|
|
221
|
+
assert(second.moves.every(m => m.status === 'already_applied'), '全部 already_applied');
|
|
222
|
+
assert(snapshotLedgerCore(root) === coreAfterFirst, '幂等重跑 ledger 核心不变');
|
|
223
|
+
}
|
|
224
|
+
console.log('\n== E. 注入失败:事务 abort + rollback 还原 ==');
|
|
225
|
+
{
|
|
226
|
+
const root = newRoot('fail');
|
|
227
|
+
seedLedger(root, [
|
|
228
|
+
{ tenant: 'local', kind: 'wish.added', subject: 'w-a', idem: 'import:wish:w-a' },
|
|
229
|
+
{ tenant: 'local', kind: 'wish.added', subject: 'w-b', idem: 'import:wish:w-b' },
|
|
230
|
+
]);
|
|
231
|
+
const mappings = [
|
|
232
|
+
{ seq: 1, fromTenant: 'local', toTenant: 'tenant-a', evidence: 'e1' },
|
|
233
|
+
{ seq: 2, fromTenant: 'local', toTenant: 'tenant-a', evidence: 'e2' },
|
|
234
|
+
];
|
|
235
|
+
const plan = planLedgerRepair({ stateRoot: root, mappings });
|
|
236
|
+
const before = snapshotLedgerCore(root);
|
|
237
|
+
expectApplyError(() => applyLedgerRepair({
|
|
238
|
+
stateRoot: root, mappings, planDigest: plan.planDigest, authorizeApply: true,
|
|
239
|
+
hooks: { injectFailureAfterMoves: 1 },
|
|
240
|
+
}), 'injected_failure', '注入失败');
|
|
241
|
+
assert(snapshotLedgerCore(root) === before, '事务 abort 后 ledger 回到 apply 前');
|
|
242
|
+
// Successful apply then rollback from backup
|
|
243
|
+
const ok = applyLedgerRepair({
|
|
244
|
+
stateRoot: root, mappings, planDigest: plan.planDigest, authorizeApply: true,
|
|
245
|
+
});
|
|
246
|
+
assert(ok.mode === 'applied', '成功 apply 以便 rollback');
|
|
247
|
+
const afterApply = snapshotLedgerCore(root);
|
|
248
|
+
assert(afterApply !== before, 'apply 改变了 ledger');
|
|
249
|
+
restoreRepairBackup({ stateRoot: root, backupDir: ok.backupDir, authorizeRollback: true });
|
|
250
|
+
// After restore, census should match pre-apply (backup was taken before moves)
|
|
251
|
+
const local = openDb(root, 'local');
|
|
252
|
+
const a = openDb(root, 'tenant-a');
|
|
253
|
+
assert(local.readEvents().filter(e => e.subject_id === 'w-a' || e.subject_id === 'w-b').length === 2, 'rollback 后 local 仍有两条');
|
|
254
|
+
assert(a.readEvents().filter(e => e.subject_id === 'w-a' || e.subject_id === 'w-b').length === 0, 'rollback 后 tenant-a 无这两条');
|
|
255
|
+
local.close();
|
|
256
|
+
a.close();
|
|
257
|
+
}
|
|
258
|
+
console.log('\n== F. CLI repair-apply / repair-rollback 端到端 ==');
|
|
259
|
+
{
|
|
260
|
+
const root = newRoot('cli');
|
|
261
|
+
seedLedger(root, [
|
|
262
|
+
{ tenant: 'local', kind: 'wish.added', subject: 'w-cli', idem: 'import:wish:w-cli' },
|
|
263
|
+
]);
|
|
264
|
+
const mappings = [{ seq: 1, fromTenant: 'local', toTenant: 'tenant-a', evidence: 'cli-e' }];
|
|
265
|
+
const mapPath = writeMapping(root, 'map.json', mappings);
|
|
266
|
+
const planText = cli(['repair-plan', root, '--mapping', mapPath, '--format', 'json']);
|
|
267
|
+
assert(planText.status === 0, 'repair-plan json ok');
|
|
268
|
+
const plan = JSON.parse(planText.stdout ?? '{}');
|
|
269
|
+
const receiptOut = join(root, 'out-receipt.json');
|
|
270
|
+
const applied = cli([
|
|
271
|
+
'repair-apply', root,
|
|
272
|
+
'--mapping', mapPath,
|
|
273
|
+
'--plan-digest', plan.planDigest,
|
|
274
|
+
'--i-authorize-apply',
|
|
275
|
+
'--format', 'json',
|
|
276
|
+
'--receipt-out', receiptOut,
|
|
277
|
+
]);
|
|
278
|
+
assert(applied.status === 0, 'repair-apply exit 0');
|
|
279
|
+
const body = JSON.parse(applied.stdout ?? '{}');
|
|
280
|
+
assert(body.mode === 'applied' && body.applyAuthorized === true, 'CLI apply 结果');
|
|
281
|
+
assert(existsSync(receiptOut), 'CLI 写出 receipt');
|
|
282
|
+
const again = cli([
|
|
283
|
+
'repair-apply', root,
|
|
284
|
+
'--mapping', mapPath,
|
|
285
|
+
'--plan-digest', plan.planDigest,
|
|
286
|
+
'--i-authorize-apply',
|
|
287
|
+
'--format', 'json',
|
|
288
|
+
]);
|
|
289
|
+
assert(again.status === 0, '幂等 CLI apply exit 0');
|
|
290
|
+
const body2 = JSON.parse(again.stdout ?? '{}');
|
|
291
|
+
assert(body2.mode === 'already_applied', 'CLI 幂等 already_applied');
|
|
292
|
+
const rolled = cli([
|
|
293
|
+
'repair-rollback', root,
|
|
294
|
+
'--backup', body.backupDir,
|
|
295
|
+
'--i-authorize-rollback',
|
|
296
|
+
]);
|
|
297
|
+
assert(rolled.status === 0, 'repair-rollback exit 0');
|
|
298
|
+
const local = openDb(root, 'local');
|
|
299
|
+
assert(local.readEvents().some(e => e.subject_id === 'w-cli'), 'rollback 后 local 可见');
|
|
300
|
+
local.close();
|
|
301
|
+
const noBackupFlag = cli(['repair-rollback', root, '--backup', body.backupDir]);
|
|
302
|
+
assert(noBackupFlag.status === 1, '缺 rollback 授权旗标失败');
|
|
303
|
+
}
|
|
304
|
+
console.log('\n== G. founder 真账本未被触碰 ==');
|
|
305
|
+
{
|
|
306
|
+
const founderAfter = existsSync(FOUNDER_STATE) ? snapshotDir(FOUNDER_STATE) : '<absent>';
|
|
307
|
+
assert(founderBefore === founderAfter, 'ts/dsh-runtime/gotry-state/ 内容哈希不变');
|
|
308
|
+
for (const r of roots) {
|
|
309
|
+
assert(!resolve(r).startsWith(resolve('dsh-runtime')), `隔离 root 不在 dsh-runtime:${r}`);
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
for (const r of roots)
|
|
313
|
+
rmSync(r, { recursive: true, force: true });
|
|
314
|
+
console.log(`\n${pass} ok, ${fail} fail`);
|
|
315
|
+
if (fail > 0)
|
|
316
|
+
process.exit(1);
|