fix(mgr): 原子准入会话新轮次

This commit is contained in:
root
2026-07-12 10:45:12 +02:00
parent ae0fb3357c
commit 895423481a
9 changed files with 1055 additions and 100 deletions
+1
View File
@@ -9,6 +9,7 @@
"self-test:postgres-kafka-order": "bun run src/selftest/integration/postgres-kafka-order.ts",
"self-test:postgres-queue-retry": "bun run src/selftest/integration/postgres-queue-retry.ts",
"self-test:postgres-runner-retention-fence": "bun run src/selftest/integration/postgres-runner-retention-fence.ts",
"self-test:postgres-session-turn-admission": "bun run src/selftest/integration/postgres-session-turn-admission.ts",
"test": "bun run src/selftest/run.ts",
"cli": "bun scripts/agentrun-cli.ts"
},