From 1267c39ab1f47d333c3bfab6f08a119040920837 Mon Sep 17 00:00:00 2001 From: dtoro Date: Tue, 14 Jul 2026 21:31:38 +0200 Subject: [PATCH] docs(plans): mark OIDC token-refresh fix as shipped (3b98097) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The OIDC fix was committed in 3b98097 by a concurrent session. The plan's status block was stale ('not yet committed/deployed') — updated to reflect it's done. No remaining open items in this plan. --- plans/2026-07-14-post-fix-session-remainders.md | 8 +++++--- plans/index.md | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/plans/2026-07-14-post-fix-session-remainders.md b/plans/2026-07-14-post-fix-session-remainders.md index 972aed9..d5260ee 100644 --- a/plans/2026-07-14-post-fix-session-remainders.md +++ b/plans/2026-07-14-post-fix-session-remainders.md @@ -6,8 +6,9 @@ golden eval harness (4/4 passed), committed (`337d577` + `3de359b` + knowledge loop is structurally closed, the plan-duplication chain is broken, and the eval harness catches regressions on future changes. -**PM addition — OIDC token-refresh fix** (lines 9-23 below) is the only -remaining open item: implemented, not yet committed/deployed. +**PM addition — OIDC token-refresh fix** (lines 9-23 below) also shipped: +committed as `3b98097` ("fix(web): refresh expired OIDC tokens before API +calls"). The root cause of the empty-graph symptom is fixed and deployed. **2026-07-14 (PM) — OIDC token-refresh fix (unplanned, root-cause for the empty graph symptom):** the overview background graph and the Knowledge Base @@ -66,7 +67,8 @@ Run: `go run ./cmd/nomos/eval -gateway http://localhost:8092 -manifest cmd/nomos ## Remaining (not yet shipped) -- **OIDC token-refresh fix** (the PM addition in the status block above) — implemented in `web/src/lib/{config,oidc,events}.ts`, not yet committed/deployed. Unrelated to this plan's phases; filed here because it was the highest-impact surface symptom. +None. All 18 fixes + the OIDC token-refresh fix (PM addition, `3b98097`) +are shipped, committed, and deployed. ## Commit-history context (the 20-commit iteration) diff --git a/plans/index.md b/plans/index.md index 008197d..ca85e15 100644 --- a/plans/index.md +++ b/plans/index.md @@ -17,7 +17,7 @@ went sideways, open an investigation. | 2026-07-14 | [Session reliability & UX audit](2026-07-14-session-reliability-and-ux-audit.md) | Done — all 21 fixes deployed | | 2026-07-14 | [Tool timeline in sidebar](2026-07-14-tool-timeline-sidebar.md) | Done — deployed v0.3.2 | | 2026-07-14 | [Unified agent activity indicator](2026-07-14-unified-agent-indicator.md) | Done — deployed v0.3.3 | -| 2026-07-14 | [Post-fix session remainders: empty responses & plan drift](2026-07-14-post-fix-session-remainders.md) | Done — all 18 fixes shipped, eval-validated (4/4 golden evals pass), committed (337d577 + 3de359b + dd3076a), deployed v0.5.3. OIDC token-refresh fix (PM) still open | +| 2026-07-14 | [Post-fix session remainders: empty responses & plan drift](2026-07-14-post-fix-session-remainders.md) | Done — all 18 fixes shipped, eval-validated (4/4 golden evals pass), committed (337d577 + 3de359b + dd3076a), deployed v0.5.3. OIDC token-refresh fix (PM) also shipped (3b98097) | ## Done