You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/diataxis/en/explanation/agent-conversation-focus-mode-plan.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -467,10 +467,11 @@ It is conversation-product hardening on top of the shipped shell.
467
467
`M8.29` now adds expandable history drill-down so the rail can reveal event metadata without leaving the active-atom surface.
468
468
`M8.30` now adds deterministic follow-up affordances inside expanded history items so the rail can suggest the next bounded action without leaving that same active-atom surface.
469
469
`M8.31` now makes those follow-up suggestions continuity-aware, so older history entries skip already-completed recent steps when a fresher deterministic action exists.
470
+
`M8.32` now explains those freshness-aware suggestions and exposes one secondary alternative, so expanded history items read like bounded decision surfaces instead of opaque action picks.
470
471
471
472
Priority order:
472
473
473
-
1. continuity rationale and secondary alternatives on top of the shipped freshness-aware current-atom recent-activity card,
474
+
1.deeper continuity explanation quality and confidence signals on top of the shipped rationale-enabled current-atom recent-activity card,
474
475
2. only then deeper personalization work,
475
476
3. markdown-reader improvements only when they clearly compound the same study loop.
Copy file name to clipboardExpand all lines: docs/diataxis/en/explanation/development-progress-dashboard.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,9 @@ Current top priority is not feature-count expansion.
18
18
Current top priority is **conversation-product hardening on top of the already-green backend baseline**:
19
19
20
20
- keep backend sufficiency as a standing decision gate rather than an active execution lane,
21
-
- keep closing the correction/product/operator gap exposed after `M8.20-M8.31`,
22
-
- treat `M8.23` as the operator-visibility baseline for conversation-memory/correction actions, `M8.24` as the active-atom action-surface baseline, `M8.25` as the active-atom pane-state continuity baseline, `M8.26` as the active-atom study-loop summary baseline, `M8.27` as the active-atom recent-result continuity baseline, `M8.28` as the active-atom result-preview baseline, `M8.29` as the active-atom history-drill-down baseline, `M8.30` as the active-atom history follow-up baseline, and `M8.31` as the active-atom history freshness-ranking baseline,
23
-
- keep the remaining near-term budget on continuity rationale and alternative suggestions instead of reopening backend scope,
21
+
- keep closing the correction/product/operator gap exposed after `M8.20-M8.32`,
22
+
- treat `M8.23` as the operator-visibility baseline for conversation-memory/correction actions, `M8.24` as the active-atom action-surface baseline, `M8.25` as the active-atom pane-state continuity baseline, `M8.26` as the active-atom study-loop summary baseline, `M8.27` as the active-atom recent-result continuity baseline, `M8.28` as the active-atom result-preview baseline, `M8.29` as the active-atom history-drill-down baseline, `M8.30` as the active-atom history follow-up baseline, `M8.31` as the active-atom history freshness-ranking baseline, and `M8.32` as the active-atom history rationale/alternative baseline,
23
+
- keep the remaining near-term budget on deeper continuity explanation quality instead of reopening backend scope,
24
24
- keep remote `main` CI interpretation evidence-based: the latest fully completed `main` workflow set is green, and new pushes should be treated as pending until their workflow set finishes.
25
25
26
26
## Current Mainline Snapshot (2026-04-21 M8.18)
@@ -223,21 +223,21 @@ Execution anchor:
223
223
- diagnostics snapshot coverage for stored preview payloads,
224
224
- EN/ZH re-render coverage for localized preview text.
225
225
226
-
## Latest Mainline Increment (2026-04-21 M8.31 Active-Atom History Freshness Ranking)
226
+
## Latest Mainline Increment (2026-04-21 M8.32 Active-Atom History Rationale And Alternatives)
227
227
228
-
- Upgraded expanded recent-activity follow-up suggestions from static ranking into continuity-aware ranking:
229
-
- each expanded current-atom history item now checks whether its preferred follow-up already happened in a more recent history entry,
230
-
-when a fresher deterministic alternative exists, the rail skips the already-completed step and promotes the next bounded action instead,
231
-
-when no fresher alternative exists, the rail still falls back to the best valid deterministic follow-up instead of dropping the affordance.
228
+
- Upgraded freshness-aware history follow-up suggestions into a more legible continuity surface:
229
+
- each expanded current-atom history item now explains why the suggested next step was chosen,
230
+
-the rail now exposes one secondary alternative alongside the primary follow-up when another bounded action is still valid,
231
+
-rationale text distinguishes between top-ranked suggestions and stale-step skips caused by more recent history.
232
232
- Kept the slice frontend-bounded:
233
233
- no backend route, API contract, persistence model, or capability schema changed,
234
-
-freshness ranking lives only inside the agent-workspace runtime and reuses the bounded recent-history list plus the existing point capabilities and fallback actions.
235
-
- Closed the next continuity-quality gap after `M8.30`:
236
-
-older history items no longer suggest a step that already appears later in the same bounded continuity chain when a fresher deterministic action is available,
237
-
- the history card now reads more like a real sequence of remaining next steps instead of a static action lookup.
234
+
-rationale and alternative resolution live only inside the agent-workspace runtime and reuse the bounded recent-history list plus the existing point capabilities and fallback actions.
235
+
- Closed the next continuity-explanation gap after `M8.31`:
236
+
-operators no longer have to infer why a primary suggestion changed after freshness ranking,
237
+
- the history card now exposes a primary next step and one nearby alternative without forcing the operator back to the wider rail.
238
238
- Expanded regression coverage for:
239
-
-older build-session history entries skipping stale `Recap` suggestions in favor of `Follow Up`,
240
-
-freshness-aware follow-up execution flowing back into the same bounded recent-history card.
239
+
-stale-step skips now rendering explicit rationale copy plus a bounded secondary alternative,
240
+
-EN/ZH rerenders keeping rationale text and secondary-alternative labels stable inside expanded history details.
@@ -1342,8 +1342,8 @@ Note: foundation-lane gates now exist on `main`; keep them in the normal verific
1342
1342
1343
1343
1. Treat backend sufficiency as closed-by-default while the gate remains green; do not reopen heavier backend work without new measured pressure.
1344
1344
2. Treat remote `main` CI as evidence-bound to the latest fully completed workflow set; only reopen CI-triage narrative when a fresh failing run exists.
1345
-
3. Make the next planning round about post-`M8.31` bounded conversation-product hardening:
1346
-
- continuity rationale and secondary alternatives on top of the shipped freshness-aware current-atom recent-activity card before deeper personalization work,
1345
+
3. Make the next planning round about post-`M8.32` bounded conversation-product hardening:
1346
+
-deeper continuity explanation quality and confidence signals on top of the shipped rationale-enabled current-atom recent-activity card before deeper personalization work,
1347
1347
- only then deeper personalization work,
1348
1348
- markdown-reader improvements only when they compound the same study loop.
1349
1349
4. Treat notification-threshold governance as closed after `M7.29`; do not plan `M7.30+` unless a materially new operator requirement appears.
Copy file name to clipboardExpand all lines: docs/diataxis/en/explanation/local-backend-sufficiency-and-escalation-plan.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -247,8 +247,8 @@ Recommended next product order:
247
247
- extend explicit conversation memory APIs beyond the current snapshot/read/managed-key inspection and note/correction/eviction surface,
248
248
- the minimum correction / feedback closure is now integrated through explicit next-step guidance on missing managed state,
249
249
- operator-facing visibility for conversation-memory and correction actions is now integrated through persisted diagnostics summary/index counts,
250
-
- stronger agent action surfaces around focus mode and learning path are now integrated through the active-atom quick-action rail, toolbar routing, continuity notes/path-target diagnostics, capability-taxonomy summary cards, the recent-activity history card, localized result-detail previews on that history surface, expandable history drill-down, deterministic history follow-up affordances, and continuity-aware freshness ranking for those affordances,
251
-
- next prioritize continuity rationale and secondary alternatives on top of the shipped freshness-aware current-atom recent-activity card before deeper personalization work.
250
+
- stronger agent action surfaces around focus mode and learning path are now integrated through the active-atom quick-action rail, toolbar routing, continuity notes/path-target diagnostics, capability-taxonomy summary cards, the recent-activity history card, localized result-detail previews on that history surface, expandable history drill-down, deterministic history follow-up affordances, continuity-aware freshness ranking for those affordances, and bounded rationale/secondary-alternative rendering,
251
+
- next prioritize deeper continuity explanation quality and confidence signals on top of the shipped rationale-enabled current-atom recent-activity card before deeper personalization work.
252
252
2. markdown-reader improvement:
253
253
- only when it clearly compounds knowledge review or focus-mode study loops.
0 commit comments