Skip to content

Commit 8cd8666

Browse files
Gate Issue #4 until publication date (Apr 13)
- Move #4 from live pattern grid to Coming Soon on index.html - Remove #4 from nav bar (index.html and interactive.js NAV_ISSUES) - Interactive page files remain in repo, ready to un-gate on pub day Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 66fdc99 commit 8cd8666

2 files changed

Lines changed: 7 additions & 16 deletions

File tree

index.html

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@
205205
<a class="nav-issue-link" href="interactive/issue-001/index.html">#001 Code-First</a>
206206
<a class="nav-issue-link" href="interactive/issue-002/index.html">#002 Scoped Search</a>
207207
<a class="nav-issue-link" href="interactive/issue-003/index.html">#003 Prompt Chain</a>
208-
<a class="nav-issue-link" href="interactive/issue-004/index.html">#004 In-Boundary</a>
209208
</div>
210209
</nav>
211210

@@ -275,26 +274,19 @@ <h1>The Cheat Code</h1>
275274
</div>
276275
</a>
277276

278-
<a class="pattern-card" href="interactive/issue-004/index.html">
277+
</div>
278+
279+
<!-- COMING NEXT -->
280+
<div class="section-label">Coming Soon</div>
281+
<div class="pattern-grid">
282+
<div class="pattern-card coming-soon">
279283
<div class="card-header">
280284
<span class="card-num">#004</span>
281285
<span class="card-builder">Raghav BN</span>
282286
</div>
283287
<div class="card-title">Secure In-Boundary Processing</div>
284288
<div class="card-desc">"Our data can't leave our tenant." MCP connectors + in-memory aggregation + tenant-scoped AI. The architecture for regulated industries.</div>
285-
<div class="card-cta">🔬 Explore interactively →</div>
286-
<div class="card-tags">
287-
<span class="tag tag-green">Compliance</span>
288-
<span class="tag tag-blue">MCP</span>
289-
<span class="tag tag-orange">In-Boundary</span>
290-
</div>
291-
</a>
292-
293-
</div>
294-
295-
<!-- COMING NEXT -->
296-
<div class="section-label">Coming Soon</div>
297-
<div class="pattern-grid">
289+
</div>
298290
<div class="pattern-card coming-soon">
299291
<div class="card-header">
300292
<span class="card-num">#005</span>

interactive/shared/interactive.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,6 @@
329329
{ num: '001', short: '#001', title: 'Code-First Delivery', path: '../issue-001/index.html' },
330330
{ num: '002', short: '#002', title: 'Multi-Source Search', path: '../issue-002/index.html' },
331331
{ num: '003', short: '#003', title: 'Prompt-Chained Triage', path: '../issue-003/index.html' },
332-
{ num: '004', short: '#004', title: 'Secure In-Boundary', path: '../issue-004/index.html' },
333332
];
334333

335334
function buildGlobalNav() {

0 commit comments

Comments
 (0)