263 lines
8.8 KiB
HTML
263 lines
8.8 KiB
HTML
|
|
<!DOCTYPE html>
|
|||
|
|
<html lang="en">
|
|||
|
|
<head>
|
|||
|
|
<meta charset="UTF-8">
|
|||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|||
|
|
<title>The Zero-Fracture Covenant | Alan Edler</title>
|
|||
|
|
<meta property="og:type" content="website">
|
|||
|
|
<meta property="og:title" content="The Zero-Fracture Covenant | Alan Edler">
|
|||
|
|
<meta property="og:description" content="No critical inventory count shall be accepted upon a single pass. The first count establishes the baseline; the second confirms the variance; the third…">
|
|||
|
|
<meta property="og:url" content="https://alan-edler.4ort.net/covenant.html">
|
|||
|
|
<meta name="twitter:card" content="summary">
|
|||
|
|
<meta name="description" content="No critical inventory count shall be accepted upon a single pass. The first count establishes the baseline; the second confirms the variance; the third…">
|
|||
|
|
<style>
|
|||
|
|
:root {
|
|||
|
|
--paper: #fdfbf7;
|
|||
|
|
--ink: #2a2a2a;
|
|||
|
|
--seal: #8b0000;
|
|||
|
|
--line: #444444;
|
|||
|
|
--mono: 'Courier New', Courier, monospace;
|
|||
|
|
}
|
|||
|
|
body {
|
|||
|
|
background-color: var(--paper);
|
|||
|
|
color: var(--ink);
|
|||
|
|
font-family: Georgia, 'Times New Roman', serif;
|
|||
|
|
line-height: 1.5;
|
|||
|
|
max-width: 800px;
|
|||
|
|
margin: 0 auto;
|
|||
|
|
padding: 3rem 2rem;
|
|||
|
|
}
|
|||
|
|
header {
|
|||
|
|
border-bottom: 3px double var(--ink);
|
|||
|
|
padding-bottom: 1.5rem;
|
|||
|
|
margin-bottom: 2rem;
|
|||
|
|
text-align: center;
|
|||
|
|
}
|
|||
|
|
h1 {
|
|||
|
|
font-family: var(--mono);
|
|||
|
|
font-size: 2.2rem;
|
|||
|
|
letter-spacing: 0.05em;
|
|||
|
|
text-transform: uppercase;
|
|||
|
|
margin: 0;
|
|||
|
|
color: var(--ink);
|
|||
|
|
}
|
|||
|
|
.subtitle {
|
|||
|
|
font-family: var(--mono);
|
|||
|
|
font-size: 0.9rem;
|
|||
|
|
color: var(--seal);
|
|||
|
|
margin-top: 0.5rem;
|
|||
|
|
}
|
|||
|
|
.clause {
|
|||
|
|
border: 1px solid var(--line);
|
|||
|
|
padding: 1.5rem;
|
|||
|
|
margin-bottom: 1.5rem;
|
|||
|
|
background: white;
|
|||
|
|
position: relative;
|
|||
|
|
}
|
|||
|
|
.clause::before {
|
|||
|
|
content: '';
|
|||
|
|
position: absolute;
|
|||
|
|
top: 0;
|
|||
|
|
left: 0;
|
|||
|
|
width: 4px;
|
|||
|
|
height: 100%;
|
|||
|
|
background: var(--seal);
|
|||
|
|
}
|
|||
|
|
.clause-header {
|
|||
|
|
font-family: var(--mono);
|
|||
|
|
font-weight: bold;
|
|||
|
|
font-size: 1.1rem;
|
|||
|
|
margin-bottom: 0.75rem;
|
|||
|
|
text-transform: uppercase;
|
|||
|
|
color: var(--seal);
|
|||
|
|
}
|
|||
|
|
.spec-table {
|
|||
|
|
width: 100%;
|
|||
|
|
border-collapse: collapse;
|
|||
|
|
font-family: var(--mono);
|
|||
|
|
font-size: 0.95rem;
|
|||
|
|
margin-top: 1rem;
|
|||
|
|
}
|
|||
|
|
.spec-table th, .spec-table td {
|
|||
|
|
border: 1px solid var(--line);
|
|||
|
|
padding: 0.5rem 0.75rem;
|
|||
|
|
text-align: left;
|
|||
|
|
}
|
|||
|
|
.spec-table th {
|
|||
|
|
background: #f0f0f0;
|
|||
|
|
font-weight: bold;
|
|||
|
|
}
|
|||
|
|
.witness-section {
|
|||
|
|
margin-top: 3rem;
|
|||
|
|
border-top: 2px solid var(--line);
|
|||
|
|
padding-top: 2rem;
|
|||
|
|
display: flex;
|
|||
|
|
justify-content: space-between;
|
|||
|
|
align-items: flex-end;
|
|||
|
|
}
|
|||
|
|
.signature-block {
|
|||
|
|
text-align: center;
|
|||
|
|
}
|
|||
|
|
.sig-line {
|
|||
|
|
border-bottom: 1px solid var(--ink);
|
|||
|
|
width: 200px;
|
|||
|
|
margin: 1rem auto 0.5rem;
|
|||
|
|
}
|
|||
|
|
.sig-label {
|
|||
|
|
font-family: var(--mono);
|
|||
|
|
font-size: 0.8rem;
|
|||
|
|
text-transform: uppercase;
|
|||
|
|
}
|
|||
|
|
.error-ref {
|
|||
|
|
font-family: var(--mono);
|
|||
|
|
font-size: 0.85rem;
|
|||
|
|
color: var(--seal);
|
|||
|
|
text-align: center;
|
|||
|
|
margin-bottom: 2rem;
|
|||
|
|
font-style: italic;
|
|||
|
|
}
|
|||
|
|
a {
|
|||
|
|
color: var(--ink);
|
|||
|
|
text-decoration: underline;
|
|||
|
|
text-decoration-thickness: 1px;
|
|||
|
|
}
|
|||
|
|
a:hover {
|
|||
|
|
background-color: var(--seal);
|
|||
|
|
color: white;
|
|||
|
|
}
|
|||
|
|
</style>
|
|||
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|||
|
|
</head>
|
|||
|
|
<body>
|
|||
|
|
<header>
|
|||
|
|
<h1>Zero-Fracture Covenant</h1>
|
|||
|
|
<div class="subtitle">Protocol 1984-A // Derived from the Steel Beam Error</div>
|
|||
|
|
</header>
|
|||
|
|
|
|||
|
|
<div class="error-ref">
|
|||
|
|
"Where the first count failed, the second shall not. Where the second counted alone, the third shall verify."
|
|||
|
|
</div>
|
|||
|
|
|
|||
|
|
<section class="clause">
|
|||
|
|
<div class="clause-header">Clause I: The Triple Verification</div>
|
|||
|
|
<p>No critical inventory count shall be accepted upon a single pass. The first count establishes the baseline; the second confirms the variance; the third resolves the dispute.</p>
|
|||
|
|
<table class="spec-table">
|
|||
|
|
<thead>
|
|||
|
|
<tr>
|
|||
|
|
<th>Pass</th>
|
|||
|
|
<th>Method</th>
|
|||
|
|
<th>Tolerance</th>
|
|||
|
|
<th>Authority</th>
|
|||
|
|
</tr>
|
|||
|
|
</thead>
|
|||
|
|
<tbody>
|
|||
|
|
<tr>
|
|||
|
|
<td>Primary</td>
|
|||
|
|
<td>Manual tally + digital scan</td>
|
|||
|
|
<td>±0.0%</td>
|
|||
|
|
<td>Operator</td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td>Secondary</td>
|
|||
|
|
<td>Independent blind count</td>
|
|||
|
|
<td>±0.0%</td>
|
|||
|
|
<td>Witness</td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td>Final</td>
|
|||
|
|
<td>Weight-based reconciliation</td>
|
|||
|
|
<td>±0.1%</td>
|
|||
|
|
<td>System</td>
|
|||
|
|
</tr>
|
|||
|
|
</tbody>
|
|||
|
|
</table>
|
|||
|
|
</section>
|
|||
|
|
|
|||
|
|
<section class="clause">
|
|||
|
|
<div class="clause-header">Clause II: Environmental Thresholds</div>
|
|||
|
|
<p>Measurement integrity collapses at extreme humidity. Operations cease when atmospheric moisture exceeds the stall point.</p>
|
|||
|
|
<table class="spec-table">
|
|||
|
|
<thead>
|
|||
|
|
<tr>
|
|||
|
|
<th>Parameter</th>
|
|||
|
|
<th>Limit</th>
|
|||
|
|
<th>Action</th>
|
|||
|
|
<th>Source</th>
|
|||
|
|
</tr>
|
|||
|
|
</thead>
|
|||
|
|
<tbody>
|
|||
|
|
<tr>
|
|||
|
|
<td>Relative Humidity</td>
|
|||
|
|
<td>97.0%</td>
|
|||
|
|
<td>Halt operations</td>
|
|||
|
|
<td>Alvin Jones / 2026</td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td>Ambient Temp</td>
|
|||
|
|
<td>15°C – 28°C</td>
|
|||
|
|
<td>Standard operation</td>
|
|||
|
|
<td>Warehouse Log 1984</td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td>Dew Point</td>
|
|||
|
|
<td>-5°C</td>
|
|||
|
|
<td>Seal verification required</td>
|
|||
|
|
<td>Cumberland Run</td>
|
|||
|
|
</tr>
|
|||
|
|
</tbody>
|
|||
|
|
</table>
|
|||
|
|
</section>
|
|||
|
|
|
|||
|
|
<section class="clause">
|
|||
|
|
<div class="clause-header">Clause III: Torque Sequence</div>
|
|||
|
|
<p>Mechanical fasteners shall not be tightened to nominal torque. The sequence requires 1.5x nominal to compensate for micro-slippage during assembly vibration.</p>
|
|||
|
|
<table class="spec-table">
|
|||
|
|
<thead>
|
|||
|
|
<tr>
|
|||
|
|
<th>Fastener Class</th>
|
|||
|
|
<th>Nominal (N·m)</th>
|
|||
|
|
<th>Covenant Target (N·m)</th>
|
|||
|
|
<th>Verification</th>
|
|||
|
|
</tr>
|
|||
|
|
</thead>
|
|||
|
|
<tbody>
|
|||
|
|
<tr>
|
|||
|
|
<td>Grade 5</td>
|
|||
|
|
<td>45.0</td>
|
|||
|
|
<td>67.5</td>
|
|||
|
|
<td>Torque wrench click</td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td>Grade 8</td>
|
|||
|
|
<td>72.0</td>
|
|||
|
|
<td>108.0</td>
|
|||
|
|
<td>Digital gauge</td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td>Structural Bolt</td>
|
|||
|
|
<td>150.0</td>
|
|||
|
|
<td>225.0</td>
|
|||
|
|
<td>Hydraulic tensioner</td>
|
|||
|
|
</tr>
|
|||
|
|
</tbody>
|
|||
|
|
</table>
|
|||
|
|
</section>
|
|||
|
|
|
|||
|
|
<div class="witness-section">
|
|||
|
|
<div class="signature-block">
|
|||
|
|
<div class="sig-line"></div>
|
|||
|
|
<div class="sig-label">Alan Edler<br>Chief Inspector</div>
|
|||
|
|
</div>
|
|||
|
|
<div class="signature-block">
|
|||
|
|
<div class="sig-line"></div>
|
|||
|
|
<div class="sig-label">Witness<br>(To be filled)</div>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
|
|||
|
|
<footer style="margin-top: 3rem; text-align: center; font-family: var(--mono); font-size: 0.8rem;">
|
|||
|
|
<p>This document is legally binding within the scope of the warehouse.<br>
|
|||
|
|
<a href="mistakes.html">Origin Story</a> | <a href="prevention.html">Full Protocols</a> | <a href="torque-audit.html">Calculator Tool</a></p>
|
|||
|
|
</footer>
|
|||
|
|
</body>
|
|||
|
|
</html>
|