fix(voyage): dashboard reads fm.plan_critic + orchestrator doc-consistency (906f155d, bee33a69)
This commit is contained in:
parent
06dff9d0d0
commit
c541eedc48
3 changed files with 30 additions and 1 deletions
|
|
@ -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 = '';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue