Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/PROTOCOL.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ A receiving peer is the mirror: bind the socket, write key file and registry (pr
| Holds, attestation, self-sent verdict, `crossSessionInbound` parity | verified live |
| Peer registration, roster admission, name discovery | verified live (standalone peer in `ListAgents`, named `SendMessage`) |
| Receipts: held / delivered / denied / expired / dropped{duplicate, rate-limited, hop-loop, hop-runaway} | verified live |
| `queue-full` | code-verified; trigger attempted (55 queued), effective cap dynamically raised |
| `queue-full` | code-verified; trigger attempted (55 queued behind a hold dialog, no drop). The `tengu_harbor_kite_limits` dynamic override has never been served to this account (absent from the Statsig evaluations cache), so the effective cap is the code default of 50 — the non-firing therefore reflects queue accounting (messages parked behind the approval dialog do not count toward the undelivered-peer-message queue), not a raised cap |
| Idle subscriptions (`idle`, `exited`) | verified live |
| artifact_yield admission + answer | verified live (refused and admitted paths); populated handover not exercised |
| File transfer | staging + wire replicated; receive path behind a never-served server flag (evidenced) |
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"_typecheck": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest",
"test:mutation": "stryker run",
"test:mutation": "stryker run stryker.config.ts",
"prepublishOnly": "pnpm lint && pnpm typecheck && pnpm test:coverage && pnpm build && publint && attw --pack",
"prepare": "husky",
"test:coverage": "vitest run --coverage"
Expand Down Expand Up @@ -91,7 +91,7 @@
"@stryker-mutator/core": "10.0.0",
"@stryker-mutator/vitest-runner": "10.0.0",
"@types/node": "26.4.1",
"@vitest/coverage-v8": "5.0.0",
"@vitest/coverage-v8": "4.1.11",
"commitlint": "21.2.2",
"eslint": "10.10.0",
"eslint-config-prettier": "10.1.8",
Expand All @@ -107,6 +107,6 @@
"tsx": "4.23.13",
"turbo": "2.10.12",
"typescript": "6.0.3",
"vitest": "5.0.0"
"vitest": "4.1.11"
}
}
Loading
Loading