docs: rename s19 to integrated harness

This commit is contained in:
Haoran
2026-07-31 03:35:17 +08:00
parent 2d69019342
commit 4a14529774
28 changed files with 70 additions and 70 deletions

View File

@@ -101,7 +101,7 @@ const STEPS: {
}[] = [
{
title: "A Turn Starts as a Packet",
desc: "The comprehensive agent first gathers everything the model should see, instead of scattering context across hidden places.",
desc: "The integrated harness first gathers everything the model should see, instead of scattering context across hidden places.",
stage: "intake",
used: ["intake"],
packet: {
@@ -281,7 +281,7 @@ export default function ComprehensiveVisualization({ title }: { title?: string }
return (
<section className="min-h-[500px] space-y-4">
<h2 className="text-xl font-semibold text-zinc-900 dark:text-zinc-100">
{title || "Comprehensive Agent Turn"}
{title || "Integrated Harness Turn"}
</h2>
<div className="rounded-lg border border-zinc-200 bg-white p-4 dark:border-zinc-700 dark:bg-zinc-900">