fix(voyage): dashboard reads fm.plan_critic + orchestrator doc-consistency (906f155d, bee33a69)

This commit is contained in:
Kjell Tore Guttormsen 2026-05-10 21:21:02 +02:00
commit 9909ce1066
3 changed files with 30 additions and 1 deletions

View file

@ -1763,7 +1763,7 @@ playground first-run shows a complete round-trip-able artifact.
if (!entry) return '—';
var fm = entry.frontmatter || {};
if (key === 'brief') return 'Quality: ' + (fm.brief_quality || 'complete');
if (key === 'plan') return 'Profile: ' + (fm.profile || '—');
if (key === 'plan') return 'Plan-critic: ' + (fm.plan_critic || '—');
if (key === 'review') return 'Verdict: ' + (fm.verdict || '—');
if (key === 'progress') {
var s = '';