docs: deferred-table closure, stale-comment sweep, as-built execution record

This commit is contained in:
Joseph Doherty
2026-08-15 21:33:28 -04:00
parent bb7aa6209f
commit e1ff05c605
5 changed files with 83 additions and 8 deletions
@@ -619,6 +619,11 @@ Commit anything found: `docs: remediation plan doc sweep`
| Event-path triple async-iterator flattening | LOW-rated; touches the most invariant-dense code in the gateway for two `MoveNextAsync` hops per event. Reconsider after Tasks 3/4 land and if profiling still shows it. |
| `SessionEventDistributor._subscribers` `ConcurrentDictionary` → plain `Dictionary` (Task 25 / Task 3 review) | Every mutation is already inside `_lifecycleLock`, so the concurrent type buys nothing. Behavior-neutral refactor with no measurable win, proposed after the windev gate was already green — not worth re-running the verification matrix for. Comment cleanups from the same review landed; this swap did not. |
All six rows above were resolved on 2026-08-15 by the follow-up plan
[`docs/plans/2026-08-15-deferred-remediation.md`](2026-08-15-deferred-remediation.md)
(branch `perf/deferred-remediation`), which also fixed the pre-existing Windows
`SecretsStorePathGuardTests` failure.
## Execution notes for the orchestrator
- Branch: `git checkout -b perf/review-remediation` before Task 1.