diff --git a/agents/conductors/intake/_intake.py b/agents/conductors/intake/_intake.py index 57ab230..948a714 100755 --- a/agents/conductors/intake/_intake.py +++ b/agents/conductors/intake/_intake.py @@ -823,6 +823,7 @@ def render_dashboard(c: dict) -> str: a:hover{text-decoration:underline} .muted{color:var(--muted)} .facets{color:var(--muted);font-size:.85em} +.mdsrc{font-size:.85em} code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.92em; background:var(--btn);padding:.1em .3em;border-radius:4px} .task{display:flex;gap:.6rem;align-items:flex-start;padding:.45rem 0; @@ -934,7 +935,7 @@ def record_row(r): def h2(title, src): # Every section links the markdown file it is rendered from — the # registry file is the full record, the page is the view. - a = (f' markdown ' + a = (f' markdown ' "version") if blob else "" return f"

{title}{a}

"