Show a profile-grounding indicator on the planning screen
The planning view renders a quiet line for the standing-profile state (loading/grounded/absent/unreadable) with a "change" affordance to repoint the file via POST /knowledge/path. The profile text never reaches the browser — only status, path, and size. Also updates the README Status section to describe the M6 knowledge port. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -116,3 +116,10 @@ input:focus { outline: 0; border-color: var(--accent); }
|
||||
cursor: pointer; text-align: left;
|
||||
}
|
||||
.task-chip:hover { border-color: var(--accent); color: var(--accent); }
|
||||
|
||||
/* Planning: standing-profile grounding indicator */
|
||||
.knowline { opacity: 0.85; }
|
||||
.link {
|
||||
background: none; border: none; padding: 0; font: inherit; font-size: 12px;
|
||||
color: var(--accent); cursor: pointer; text-decoration: underline;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user