chore: version up to 2.80.35 and package with experience memory

This commit is contained in:
g1nation
2026-05-12 23:23:23 +09:00
parent 065e598cca
commit f6b27a125b
25 changed files with 1088 additions and 103 deletions
+34
View File
@@ -792,3 +792,37 @@
}
.msg-scope-footer .scope-link:hover { text-decoration: underline; }
.msg-scope-footer .scope-dim { color: var(--border-bright); }
.msg-scope-footer .scope-lesson { color: var(--warning); cursor: pointer; }
.msg-scope-footer .scope-lesson:hover { text-decoration: underline; }
.msg-scope-footer .scope-unaddressed {
margin-top: 5px;
color: var(--warning);
font-size: 9.5px;
line-height: 1.5;
}
/* ── "Record a lesson?" prompt after a rollback / rejected change / repeated complaint ── */
.lesson-candidate-box {
margin-top: 8px;
padding: 8px 10px;
border: 1px solid var(--warning);
border-radius: 8px;
background: var(--bg-secondary);
font-size: 11px;
color: var(--text-dim);
}
.lesson-candidate-box .lc-title { color: var(--text-bright); margin-bottom: 4px; }
.lesson-candidate-box .lc-reason { font-size: 10px; margin-bottom: 6px; word-break: break-word; }
.lesson-candidate-box .lc-btns { display: flex; gap: 6px; }
.lesson-candidate-box button {
font-size: 10px;
padding: 3px 8px;
border-radius: 6px;
border: 1px solid var(--border);
background: var(--surface);
color: var(--text-bright);
cursor: pointer;
}
.lesson-candidate-box .lc-rec { border-color: var(--warning); color: var(--warning); }
.lesson-candidate-box button:hover { border-color: var(--border-bright); }