Skip to content

Commit f845cb9

Browse files
author
DavidQ
committed
Remove reference to "Network x"
1 parent f40394c commit f845cb9

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

samples/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -426,9 +426,9 @@ <h2>Phase 13 - Network Concepts, Latency and Simulation (1301-1315)</h2>
426426
<a class="live" href="./phase13/1313/index.html" title="Pacman Lite sample built with shared Spawn, Lifecycle, World State, and Events systems." data-tags="drawframe, drawpanel, scene, themetokens">Sample 1313 - Pacman Lite World Systems</a>
427427
<a class="live" href="./phase13/1314/index.html" title="Shows reusable player presence and lightweight session chat." data-tags="chatpresencelayer, drawframe, drawpanel, scene, themetokens">Sample 1314 - Chat Presence Layer</a>
428428
<a class="live" href="./phase13/1315/index.html" title="Exposes correction and replay behavior for prediction diagnostics." data-tags="drawframe, drawpanel, predictionreconciler, rollbackdiagnostics, scene, themetokens">Sample 1315 - Rollback Replay Diagnostics</a>
429-
<a class="live" href="./phase13/1316/index.html" title="Sample-backed network diagnostics with no real transport. This validates read-only providers, passive overlay panels, and operator-safe command surfaces before host/client wiring." data-tags="asarray, asobject, clamp, createnetworkdebugplugindefinition, inputservice, scene, themetokens">Network Sample A - Local Loopback / Fake Network</a>
430-
<a class="live" href="./phase13/1317/index.html" title="Sample-backed multi-role diagnostics that simulate host and client peers with read-only debug surfaces and no real transport layer." data-tags="asarray, asobject, clamp, createnetworkdebugplugindefinition, inputservice, scene, themetokens">Network Sample B - Host / Client Diagnostics</a>
431-
<a class="live" href="./phase13/1318/index.html" title="Deterministic mismatch and trace-validation showcase with timeline sequencing, divergence explanation notes, reproduction guidance, and checklist-driven verification." data-tags="asarray, asobject, clamp, createnetworkdebugplugindefinition, inputservice, scene, themetokens">Network Sample C - Divergence / Trace Validation</a>
429+
<a class="live" href="./phase13/1316/index.html" title="Sample-backed network diagnostics with no real transport. This validates read-only providers, passive overlay panels, and operator-safe command surfaces before host/client wiring." data-tags="asarray, asobject, clamp, createnetworkdebugplugindefinition, inputservice, scene, themetokens">Sample 1316 - Local Loopback / Fake Network</a>
430+
<a class="live" href="./phase13/1317/index.html" title="Sample-backed multi-role diagnostics that simulate host and client peers with read-only debug surfaces and no real transport layer." data-tags="asarray, asobject, clamp, createnetworkdebugplugindefinition, inputservice, scene, themetokens">Sample 1317 - Host / Client Diagnostics</a>
431+
<a class="live" href="./phase13/1318/index.html" title="Deterministic mismatch and trace-validation showcase with timeline sequencing, divergence explanation notes, reproduction guidance, and checklist-driven verification." data-tags="asarray, asobject, clamp, createnetworkdebugplugindefinition, inputservice, scene, themetokens">Sample 1318 - Divergence / Trace Validation</a>
432432
</div>
433433
</section>
434434
<section>

samples/phase13/1316/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<html lang="en">
99
<head>
1010
<meta charset="UTF-8" />
11-
<title>Network Sample A - Debug Surface Validation</title>
11+
<title>Sample 1316 - Local Loopback / Fake Network</title>
1212
<link rel="stylesheet" href="/src/engine/ui/baseLayout.css" />
1313
<style>
1414
.debug-meta {
@@ -59,7 +59,7 @@
5959
</head>
6060
<body>
6161
<main>
62-
<h1>Network Sample A - Local Loopback / Fake Network</h1>
62+
<h1>Sample 1316 - Local Loopback / Fake Network</h1>
6363
<p>Sample-backed network diagnostics with no real transport. This validates read-only providers, passive overlay panels, and operator-safe command surfaces before host/client wiring.</p>
6464
<div class="debug-meta">
6565
<span id="debugStateBadge" class="debug-badge is-on">Debug: ON</span>

samples/phase13/1317/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<html lang="en">
99
<head>
1010
<meta charset="UTF-8" />
11-
<title>Network Sample B - Host Client Diagnostics</title>
11+
<title>Sample 1317 - Host / Client Diagnostics</title>
1212
<link rel="stylesheet" href="/src/engine/ui/baseLayout.css" />
1313
<style>
1414
.debug-meta {
@@ -59,7 +59,7 @@
5959
</head>
6060
<body>
6161
<main>
62-
<h1>Network Sample B - Host / Client Diagnostics</h1>
62+
<h1>Sample 1317 - Host / Client Diagnostics</h1>
6363
<p>Sample-backed multi-role diagnostics that simulate host and client peers with read-only debug surfaces and no real transport layer.</p>
6464
<div class="debug-meta">
6565
<span id="debugStateBadge" class="debug-badge is-on">Debug: ON</span>

samples/phase13/1318/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<html lang="en">
99
<head>
1010
<meta charset="UTF-8" />
11-
<title>Network Sample C - Divergence Trace Validation</title>
11+
<title>Sample 1318 - Divergence / Trace Validation</title>
1212
<link rel="stylesheet" href="/src/engine/ui/baseLayout.css" />
1313
<style>
1414
.debug-meta {
@@ -59,7 +59,7 @@
5959
</head>
6060
<body>
6161
<main>
62-
<h1>Network Sample C - Divergence / Trace Validation</h1>
62+
<h1>Sample 1318 - Divergence / Trace Validation</h1>
6363
<p>Deterministic mismatch and trace-validation showcase with timeline sequencing, divergence explanation notes, reproduction guidance, and checklist-driven verification.</p>
6464
<div class="debug-meta">
6565
<span id="debugStateBadge" class="debug-badge is-on">Debug: ON</span>

0 commit comments

Comments
 (0)