mirror of
https://github.com/shareAI-lab/analysis_claude_code.git
synced 2026-09-22 05:13:48 +08:00
docs: rename s19 to integrated harness
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user