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
@@ -461,10 +461,11 @@ It is conversation-product hardening on top of the shipped shell.
461
461
`M8.23` now exposes operator-facing diagnostics counts for managed conversation actions and missing correction state.
462
462
`M8.24` now ships the active-atom quick-action rail, active-card highlighting, and active-atom routing for Focus / Learning Path actions.
463
463
`M8.25` now adds active-atom continuity notes and path-target diagnostics so focus/path drift is explicit instead of implicit.
464
+
`M8.26` now adds capability-taxonomy summary cards and latest study-action feedback so the current atom reads like a result surface instead of only a button cluster.
464
465
465
466
Priority order:
466
467
467
-
1.richer current-atom result cards and study-loop summaries without reintroducing endpoint-specific UI branching,
468
+
1.cross-turn current-atom result history and deeper study-loop continuity,
468
469
2. only then deeper personalization work,
469
470
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
+22-5Lines changed: 22 additions & 5 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.25`,
22
-
- treat `M8.23` as the operator-visibility baseline for conversation-memory/correction actions, `M8.24` as the active-atom action-surface baseline, and `M8.25` as the active-atom pane-state continuity baseline,
23
-
- move the remaining near-term budget into richer current-atom result cards and study-loop summaries instead of reopening backend scope,
21
+
- keep closing the correction/product/operator gap exposed after `M8.20-M8.26`,
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, and `M8.26` as the active-atom study-loop summary baseline,
23
+
- move the remaining near-term budget into cross-turn current-atom result history and deeper study-loop continuity 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)
@@ -172,6 +172,23 @@ Execution anchor:
172
172
- drift messaging when focus changes away from the current docked path target,
173
173
- EN/ZH re-render coverage for the new continuity labels and note strings.
- Added first `AgentConversationAPI` contract surface:
@@ -1275,8 +1292,8 @@ Note: foundation-lane gates now exist on `main`; keep them in the normal verific
1275
1292
1276
1293
1. Treat backend sufficiency as closed-by-default while the gate remains green; do not reopen heavier backend work without new measured pressure.
1277
1294
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.
1278
-
3. Make the next planning round about post-`M8.25` bounded conversation-product hardening:
1279
-
-richer current-atom result cards and study-loop summaries without reintroducing endpoint-specific UI branching,
1295
+
3. Make the next planning round about post-`M8.26` bounded conversation-product hardening:
1296
+
-cross-turn current-atom result history and deeper study-loop continuity before deeper personalization work,
1280
1297
- only then deeper personalization work,
1281
1298
- markdown-reader improvements only when they compound the same study loop.
1282
1299
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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ First post-checkpoint product-memory slice now landed on `main`:
29
29
- the conversation lane now exposes read-only deterministic managed-state inspection with explicit present/missing key visibility for the selected atom,
30
30
- managed mutation remains session-scoped by design.
31
31
- operator diagnostics now summarize memory-policy execution by layer and operation, so the new product-memory lane is inspectable instead of opaque.
32
-
- the current conversation shell now also ships active-atom focus/path action routing plus continuity notes/path-target diagnostics in the frontend without widening backend scope.
32
+
- the current conversation shell now also ships active-atom focus/path action routing, continuity notes/path-target diagnostics, and capability-taxonomy summary cards in the frontend without widening backend scope.
33
33
34
34
## Current Implementation State
35
35
@@ -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, and continuity notes/path-target diagnostics,
251
-
- next prioritize richer current-atom result cards and study-loop summaries 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, and capability-taxonomy summary cards,
251
+
- next prioritize cross-turn current-atom result history and deeper study-loop continuity 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