Skip to content

Commit 4f8b2dd

Browse files
author
Bran H
committed
Simplify: keep only #pillars section anchor
1 parent 4151a67 commit 4f8b2dd

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,27 +104,27 @@ <h2>What Simplex Is</h2>
104104
<div style="max-width: 1000px; margin: 0 auto;">
105105
<h2>Six Pillars</h2>
106106
<div class="pillars-grid">
107-
<div id="enforced-simplicity" class="pillar-card">
107+
<div class="pillar-card">
108108
<h3>Enforced Simplicity</h3>
109109
<p>Complex specifications must be decomposed into smaller pieces. If something cannot be expressed simply, it is not yet understood well enough to specify.</p>
110110
</div>
111-
<div id="syntactic-tolerance" class="pillar-card">
111+
<div class="pillar-card">
112112
<h3>Syntactic Tolerance</h3>
113113
<p>The language forgives typos and formatting inconsistencies while requiring unambiguous meaning. Sloppy notation is acceptable; vague meaning is not.</p>
114114
</div>
115-
<div id="specification-not-implementation" class="pillar-card">
115+
<div class="pillar-card">
116116
<h3>Specification, Not Implementation</h3>
117117
<p>Describe what and constraints, never how. Agents choose their own approach to solving the problem.</p>
118118
</div>
119-
<div id="testability" class="pillar-card">
119+
<div class="pillar-card">
120120
<h3>Testability</h3>
121121
<p>Concrete examples are required for every function. These serve as contracts and ground truth for agent behavior.</p>
122122
</div>
123-
<div id="completeness" class="pillar-card">
123+
<div class="pillar-card">
124124
<h3>Completeness</h3>
125125
<p>Specifications must be sufficient without clarification. No back-and-forth, no requests for additional context.</p>
126126
</div>
127-
<div id="implementation-opacity" class="pillar-card">
127+
<div class="pillar-card">
128128
<h3>Implementation Opacity</h3>
129129
<p>The spec describes contracts. Whether agents implement a data store as a graph database or a file system is their concern.</p>
130130
</div>

0 commit comments

Comments
 (0)