diff --git a/docs/html/harness/claude-code-harness-evaluator.html b/docs/html/harness/claude-code-harness-evaluator.html index dc929fd..2c8ab35 100644 --- a/docs/html/harness/claude-code-harness-evaluator.html +++ b/docs/html/harness/claude-code-harness-evaluator.html @@ -1442,9 +1442,9 @@ [data-template="harness"] { - --bg: #faf9f5; + --bg: #f8f8f2; --surface: #ffffff; - --border: #e7e5dc; + --border: #d8dae5; --text: #1a1a18; --muted: #57564f; --faint: #64748b; @@ -1454,11 +1454,9 @@ --success: #1d8a45; --warning: #b26214; - --sx-key: #c7226e; --sx-str: #946f00; --sx-num: #003748; --sx-fn: #1d8a45; --sx-type: #0e7490; --sx-com: #64748b; --sx-var: #1a1a18; --sx-param: #b26214; - --fs-hero: 44px; --fs-h2: 30px; --fs-h3: 22px; @@ -1466,14 +1464,14 @@ --fs-sub: 18px; --fs-code: 16px; - --font-sans: "Noto Sans KR", "IBM Plex Sans KR", sans-serif; + --font-sans: "IBM Plex Sans KR", "IBM Plex Sans", "Noto Sans KR", sans-serif; --font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace; }[data-template="harness"].slide[data-variant="dark"] { - --bg: #0f172a; - --surface: #1e293b; - --border: #334155; + --bg: #282a36; + --surface: #44475a; + --border: #44475a; --text: #e2e8f0; - --muted: #94a3b8; + --muted: #94a3b8; --faint: #64748b; --accent: #4db6c9; --accent-ink:#0f172a; @@ -1567,6 +1565,20 @@ margin:0 52px; padding:8px 0 12px; letter-spacing:.02em; }[data-template="harness"] .slide-footer-left { font-family:var(--font-sans); font-size:var(--fs-sub); font-weight:600; color:var(--text); }[data-template="harness"] .slide-footer-right { font-family:var(--font-mono); font-size:var(--fs-sub); color:var(--muted); }[data-template="harness"] .slide-inner.closing .kicker { margin-bottom:12px; }[data-template="harness"] .slide-inner.closing .hero { font-size:36px; line-height:1.15; }[data-template="harness"] .slide-inner.closing .col-text .sub { line-height:1.42; margin-top:9px !important; }[data-template="harness"] .slide-inner.closing .col-text .list { gap:7px; margin-top:10px !important; }[data-template="harness"] .slide-inner.closing .col-text .list.tight > li { line-height:1.4; } +/* ── v4.1: table-color.svg 기준 표 스타일 (사용자 지정 — 에디터/Export 공통) ── */ +[data-template="harness"] thead th{ + background:#2F4858; color:#ffffff; font-weight:600; border-bottom:none; padding:11px 14px; letter-spacing:.01em; +} +[data-template="harness"] tbody td{ + color:#191917; border-bottom:1px solid #8E8776; padding:11px 14px; background:transparent; +} +[data-template="harness"] tbody tr:nth-child(even) td{ background:#F2ECDC; } +[data-template="harness"] tbody tr:last-child td{ border-bottom:1px solid #8E8776; } +[data-template="harness"] td .k, [data-template="harness"] td.k{ font-weight:600; color:#191917; } +[data-template="harness"] td .mono, [data-template="harness"] td.mono{ color:#5E5850; } +[data-template="harness"] td .sub{ color:#56564E; } + + /* Page surround follows the deck theme. Set the surface on `html` (not `body`) because brewnet-dark's editor-iframe block force-styles `body` with !important; `html` carries data-template so var(--bg)/var(--text) @@ -2416,7 +2428,7 @@ Effective Claude Code · 이론편 COVER - + @@ -3211,7 +3223,7 @@ 🔗 GitHub
- github.com/claude-code-expert/lecture
https://run-ai.kr/learn/terminal - 초보자를 위한 터미널 기초 
https://run-ai.kr/learn/github - 초보자를 위한 Github  기초 
+ https://github.com/claude-code-expert/inflearn-docs
🚀 커뮤니티
@@ -3264,17 +3276,17 @@

바이브 코딩에
-
-

감(感)에서 지표로 가는 5단계

-
    -
  1. 01왜 ‘바이브 코딩’은 한계에 부딪히는가
    감으로 짠 코드의 리스크 — 반응적 루프와 컨텍스트 제약
  2. -
  3. 02코딩 에이전트 하네스란 무엇인가
    에이전트 = 모델 + 하네스 — 컨텍스트·툴·가드레일의 구조
  4. -
  5. 03하네스 엔지니어링 실전
    Claude Code를 통제 가능한 워크플로우로 — 성숙도 Lv.0→5
  6. -
  7. 04Evaluator 설계
    에이전트 응답을 ‘느낌’ 아닌 ‘지표’로 측정하기
  8. +
    +

    감(感)에서 지표로 가는 5단계

    +
      +
    1. 01왜 ‘바이브 코딩’은 한계에 부딪히는가
      감으로 짠 코드의 리스크 - 반응적 루프와 컨텍스트 제약
    2. +
    3. 02코딩 에이전트 하네스란 무엇인가
      에이전트 = 모델 + 하네스 - 같은 모델도 감싸는 환경이 결과를 바꾼다
    4. +
    5. 03하네스 엔지니어링 실전
      Claude Code를 통제 가능한 워크플로우로 - 성숙도 Lv.0→5
    6. +
    7. 04Evaluator 설계
      에이전트 결과를 ‘느낌’이 아니라 ‘점수’로 관리하기
    8. 05제대로 질문하고 제대로 평가하기
      프롬프트와 Eval을 함께 설계하기
    -