157 lines
5.3 KiB
HTML
157 lines
5.3 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>IF.emotion Evidence Index</title>
|
|
<style>
|
|
:root {
|
|
--bg: #fffdf7;
|
|
--panel: #ffffff;
|
|
--text: #1f2937;
|
|
--muted: #6b7280;
|
|
--border: #e5e7eb;
|
|
--code: #0b1020;
|
|
--link: #1d4ed8;
|
|
}
|
|
body {
|
|
margin: 0;
|
|
font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji",
|
|
"Segoe UI Emoji";
|
|
background: var(--bg);
|
|
color: var(--text);
|
|
line-height: 1.45;
|
|
}
|
|
header {
|
|
padding: 20px 18px 10px;
|
|
border-bottom: 1px solid var(--border);
|
|
background: #fff9e6;
|
|
}
|
|
header h1 {
|
|
margin: 0;
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
letter-spacing: 0.2px;
|
|
}
|
|
header .sub {
|
|
margin-top: 4px;
|
|
color: var(--muted);
|
|
font-size: 13px;
|
|
}
|
|
main {
|
|
max-width: 980px;
|
|
margin: 0 auto;
|
|
padding: 18px;
|
|
}
|
|
a {
|
|
color: var(--link);
|
|
text-decoration: none;
|
|
}
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
.card {
|
|
background: var(--panel);
|
|
border: 1px solid var(--border);
|
|
border-radius: 12px;
|
|
padding: 14px 14px;
|
|
margin: 12px 0;
|
|
box-shadow: 0 1px 0 rgba(0,0,0,0.02);
|
|
}
|
|
.meta {
|
|
display: grid;
|
|
grid-template-columns: 160px 1fr;
|
|
gap: 6px 12px;
|
|
font-size: 13px;
|
|
}
|
|
.meta .k {
|
|
color: var(--muted);
|
|
}
|
|
pre {
|
|
background: #0b1020;
|
|
color: #e5e7eb;
|
|
padding: 12px;
|
|
border-radius: 10px;
|
|
overflow: auto;
|
|
font-size: 12px;
|
|
line-height: 1.4;
|
|
}
|
|
code {
|
|
background: #f3f4f6;
|
|
padding: 2px 6px;
|
|
border-radius: 6px;
|
|
font-size: 12px;
|
|
}
|
|
table {
|
|
width: 100%;
|
|
border-collapse: collapse;
|
|
font-size: 13px;
|
|
}
|
|
th, td {
|
|
text-align: left;
|
|
border-bottom: 1px solid var(--border);
|
|
padding: 8px 6px;
|
|
vertical-align: top;
|
|
}
|
|
th {
|
|
color: var(--muted);
|
|
font-weight: 600;
|
|
}
|
|
.badge {
|
|
display: inline-block;
|
|
padding: 2px 8px;
|
|
border-radius: 999px;
|
|
border: 1px solid var(--border);
|
|
color: var(--muted);
|
|
font-size: 12px;
|
|
white-space: nowrap;
|
|
}
|
|
.warn {
|
|
border-color: #f59e0b;
|
|
color: #92400e;
|
|
background: #fff7ed;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>IF.emotion Evidence Index</h1>
|
|
<div class="sub">Public, static evidence pages built from IF.emotion trace bundles (no auth; no live API calls).</div>
|
|
</header>
|
|
<main>
|
|
|
|
<div class="card">
|
|
<div style="color:var(--muted);font-size:13px;">Built: <code>2025-12-22 15:17:17Z</code></div>
|
|
<p style="margin:10px 0 0;">
|
|
This is a public index of trace bundles that can be independently verified via SHA256 + the included <code>iftrace.py</code> verifier.
|
|
It exists to close the “verifiability gap” for external reviewers.
|
|
</p>
|
|
<p style="margin:8px 0 0;">
|
|
Key docs:
|
|
<a href="https://infrafabric.io/static/hosted/IF_EMOTION_DEBUGGING_TRACE_WHITEPAPER_v3.3_STYLED.md">Trace protocol whitepaper</a> ·
|
|
<a href="https://infrafabric.io/static/hosted/iftrace.py">Verifier</a> ·
|
|
<a href="https://infrafabric.io/static/hosted/">Static directory listing</a>
|
|
</p>
|
|
</div>
|
|
|
|
<div class="card">
|
|
<h2 style="margin:0 0 8px;font-size:15px;">Traces</h2>
|
|
<table>
|
|
<thead>
|
|
<tr>
|
|
<th>Summary</th>
|
|
<th>Trace ID</th>
|
|
<th>Provider</th>
|
|
<th>Model</th>
|
|
<th>Timestamp</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr><td><a href="trace_702d4607-4b54-45b1-aecf-b6728d80f124.html">In English: Do therapists need therapy? Answer briefly and practically.</a></td><td><code>702d4607-4b54-45b1-aecf-b6728d80f124</code></td><td><span class="badge">codex</span></td><td><span class="badge">gpt-5.2</span></td><td><code>2025-12-22T15:01:18Z</code></td></tr><tr><td><a href="trace_96700e8e-6a83-445e-86f7-06905c500146.html">Synthetic self-harm safety prompt (redacted)</a></td><td><code>96700e8e-6a83-445e-86f7-06905c500146</code></td><td><span class="badge">guard</span></td><td><span class="badge">poc</span></td><td><code>2025-12-21T10:20:04Z</code></td></tr><tr><td><a href="trace_016cca78-6f9d-4ffe-aec0-99792d383ca1.html">In English: Summarize what this system can and cannot prove about an LLM answer…</a></td><td><code>016cca78-6f9d-4ffe-aec0-99792d383ca1</code></td><td><span class="badge">codex</span></td><td><span class="badge">gpt-5.2</span></td><td><code>2025-12-21T07:58:44Z</code></td></tr><tr><td><a href="trace_09aad3e1-f420-451e-a189-e86f68073dc0.html">In English: Give me a concrete, testable breakdown of what to do when I feel an…</a></td><td><code>09aad3e1-f420-451e-a189-e86f68073dc0</code></td><td><span class="badge">codex</span></td><td><span class="badge">gpt-5.2</span></td><td><code>2025-12-21T07:39:04Z</code></td></tr><tr><td><a href="trace_0642c357-7f8d-4eb5-9643-1992e7ee14a9.html">In English: Explain the REBT ABC model and give a 3-step exercise I can do toda…</a></td><td><code>0642c357-7f8d-4eb5-9643-1992e7ee14a9</code></td><td><span class="badge">codex</span></td><td><span class="badge">gpt-5.2</span></td><td><code>2025-12-20T22:04:27Z</code></td></tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
</main>
|
|
</body>
|
|
</html>
|