9a135bd19d
최상위 10_Wiki/Topic_*였던 4개 카테고리 폴더를 10_Wiki/Topics/Topic_* 로 재배치. 콘텐츠 변경 없음(순수 폴더 이동) — Topics/ 하위 나머지 폴더는 이미 지난 커밋에서 전부 정리된 상태(잔존 항목은 에이전트 운영 상태 및 사용자가 보존을 요청한 업데이트0615/무제 3.canvas 뿐).
1.1 KiB
1.1 KiB
id, category, confidence_score, tags, last_reinforced
| id | category | confidence_score | tags | last_reinforced | |
|---|---|---|---|---|---|
| P-REINFORCE-WIKI-EC4DA38B | Unified | 0.95 |
|
2026-05-02 |
Development Log: Second Brain Trace Collapsible UI
Purpose
Reduce visual noise from Second Brain Trace details while keeping the evidence available when the user wants to inspect it.
Implementation Summary
- Wrapped Second Brain Trace output in a collapsed HTML
<details>block. - Added a compact summary line showing usage status and note counts.
- Kept detailed referenced notes, unused notes, grounding metrics, and debug JSON inside the expanded section.
- Updated tests to verify the collapsible structure is rendered.
Changed Files
src/features/secondBrainTrace.tstests/secondBrainTrace.test.ts
Verification
./node_modules/.bin/tsc --noEmitnpm run compile./node_modules/.bin/jest --runInBand
Result
Trace evidence is still available, but it no longer dominates every answer by default.