From 1823e19ab092584435d6aa2617e7636d2b1ef094 Mon Sep 17 00:00:00 2001 From: Jammy2211 Date: Thu, 20 Aug 2026 11:58:20 -0400 Subject: [PATCH] intake dashboard: markdown-version links in accent blue, not facets grey (PyAutoMind#251 follow-up) Co-Authored-By: Claude Fable 5 --- agents/conductors/intake/_intake.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}

"