style(docs): replace em dashes with hyphens for consistency

This commit is contained in:
2026-02-12 19:37:47 +01:00
parent 6f474c57fd
commit 86a504e5f3
7 changed files with 34 additions and 34 deletions
+3 -3
View File
@@ -239,7 +239,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
</div>
<div class="tool-note">
<span class="note-icon">️</span>
<p class="note-text">Multi-patch operations are atomic all patches are validated before any are applied. If any patch fails, no changes are made.</p>
<p class="note-text">Multi-patch operations are atomic - all patches are validated before any are applied. If any patch fails, no changes are made.</p>
</div>
</div>
</div>
@@ -824,7 +824,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<h2 class="section-title">Tool Result Handling</h2>
<div class="info-card">
<p class="info-text">The 50KB / 2000 line limits apply <strong>only to tool results</strong> what zblade sends back to the model after executing a tool (e.g., the output of <code>read_file</code>). These limits only apply in <strong>local mode</strong>, when the Zagu&aacute;n Coder Daemon isn't handling storage.</p>
<p class="info-text">The 50KB / 2000 line limits apply <strong>only to tool results</strong> - what zblade sends back to the model after executing a tool (e.g., the output of <code>read_file</code>). These limits only apply in <strong>local mode</strong>, when the Zagu&aacute;n Coder Daemon isn't handling storage.</p>
<div class="limits-row">
<div class="limit-box">
<span class="limit-value">50KB</span>
@@ -839,7 +839,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
</div>
<div class="info-card" style="margin-top: var(--space-lg);">
<p class="info-text"><strong>There are no size limits on incoming tool calls from the model.</strong> zblade will accept a <code>write_file</code> with any size content. The <code>write_file</code> handler itself has no caps it writes whatever content string it receives directly to disk.</p>
<p class="info-text"><strong>There are no size limits on incoming tool calls from the model.</strong> zblade will accept a <code>write_file</code> with any size content. The <code>write_file</code> handler itself has no caps - it writes whatever content string it receives directly to disk.</p>
</div>
<div class="tool-note" style="margin-top: var(--space-lg);">