Skip to content

Commit f42aedb

Browse files
rmdevproclaude
andcommitted
Hero: combine tagline + closer into one paragraph before the facts;
move "organizing framework" sentence to a new .post-facts paragraph after the list Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 36a5d5f commit f42aedb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

open-source/blueprint-agentic-workbench.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
.facts-list li { margin-bottom: 0.4rem; padding-left: 0.25rem; }
2121
.facts-list ul { list-style: disc; margin: 0.4rem 0 0.5rem 1.5rem; padding-left: 0; font-size: 0.9rem; }
2222
.facts-list ul li { margin-bottom: 0.3rem; padding-left: 0.25rem; }
23+
.facts-block .post-facts { font-size: 1.0625rem; line-height: 1.55; color: var(--text); font-weight: 500; letter-spacing: -0.005em; margin-top: 1.5rem; max-width: none; }
2324

2425
.banner { padding-block: clamp(2rem, 4vw, 3rem); }
2526
.banner .frame { border: 1px solid var(--rule); overflow: hidden; background: white; box-shadow: 0 20px 50px -20px rgba(9,31,56,0.2); }
@@ -67,8 +68,7 @@
6768
<a class="back" href="../index.html">← BlueprintAgentic</a>
6869
<div class="kicker">§ Custom Software</div>
6970
<h1>Blueprint Agentic Workbench.</h1>
70-
<p class="tagline">An agent that can call sub-agents is powerful; teams of agents collaborating are more powerful. Workbench provides an organizing framework that allows native agentic tools like Claude Code or ChatGPT's Codex to team together without sacrificing any part of the native tools, while bolstering their capabilities with add-on tools.</p>
71-
<p class="tagline">Workbench is not a coding tool &mdash; it's an agent-teaming framework, built on 3 key facts.</p>
71+
<p class="tagline">An agent that can call sub-agents is powerful; teams of agents collaborating are more powerful. Workbench is not a coding tool &mdash; it's an agent-teaming framework, built on 3 key facts.</p>
7272
</div>
7373
</section>
7474

@@ -86,6 +86,7 @@ <h1>Blueprint Agentic Workbench.</h1>
8686
</li>
8787
<li>Using a variety of models is crucial because different models both think differently and are good at different things. This is true of models both within a given provider and between providers.</li>
8888
</ol>
89+
<p class="post-facts">Workbench provides an organizing framework that allows native agentic tools like Claude Code or ChatGPT's Codex to team together without sacrificing any part of the native tools.</p>
8990
</div>
9091
</section>
9192

0 commit comments

Comments
 (0)