| architecture | ||
| Frontend | ||
| network | ||
| operations | ||
| Runbooks | ||
| Session_Summaries | ||
| Agent_Endpoint_Specifications_Phase1.md | ||
| Agent_Test.md | ||
| Market_Research_Dev_Containers_Dec2024.md | ||
| README.md | ||
| test2.md | ||
| test.md | ||
| ZeroLagHub_ADL_Contribution_Summary.md | ||
| ZeroLagHub_Complete_Current_State_Dec7.md | ||
| ZeroLagHub_Complete_Current_State_Jan2026.md | ||
| ZeroLagHub_Comprehensive_Status_Update_Jan2026.md | ||
| ZeroLagHub_Cross_Project_Tracker.md | ||
| ZeroLagHub_Documentation_Guide.md | ||
| ZeroLagHub_Drift_Prevention_Card.md | ||
| ZeroLagHub_GPT_Implementation_Handover_Dec2025.md | ||
| ZeroLagHub_Infrastructure_Specifications.md | ||
| ZeroLagHub_Master_Bootstrap_Apr2026.md | ||
| ZeroLagHub_Master_Bootstrap_Dec2025.md | ||
| ZeroLagHub_Quick_Status_Feb2026.md | ||
📚 ZeroLagHub Knowledge Base
Single source of truth for AI context across sessions
Last Updated: April 7, 2026
Repository: https://git.zerolaghub.com/jester/knowledge-base
🎯 Purpose
This repository provides persistent documentation that both Claude (architecture) and Ceàrd/GPT (implementation) can access across chat sessions without re-uploading files.
Base URL for raw files:
https://git.zerolaghub.com/jester/knowledge-base/raw/branch/main/
AI Role Split
| AI | Role | Workspace |
|---|---|---|
| Claude | Architecture, strategy, design decisions | jester/knowledge-base |
| GPT (Ceàrd) | Implementation, code, verification, session continuity | jester/zlh-grind |
Hard rule: GPT must not make architecture decisions. If architectural interpretation is required, stop and defer to Claude or canonical docs.
📁 Core Documents
Current (April 2026)
| File | Purpose | Primary User |
|---|---|---|
| ZeroLagHub_Master_Bootstrap_Apr2026.md | Platform overview, infrastructure, architecture rules, current state, pre-launch blockers | Claude |
| ZeroLagHub_Cross_Project_Tracker.md | Architectural boundaries, drift prevention, ADL | Both |
| ZeroLagHub_Drift_Prevention_Card.md | 30-second session starter, quick checks | Both |
| ZeroLagHub_Infrastructure_Specifications.md | Hardware specs, capacity constraints | Both |
Reference / Historical
| File | Notes |
|---|---|
ZeroLagHub_Master_Bootstrap_Dec2025.md |
Superseded — kept for historical reference |
ZeroLagHub_GPT_Implementation_Handover_Dec2025.md |
Superseded — GPT now uses zlh-grind for continuity |
ZeroLagHub_Complete_Current_State_Dec7.md |
Historical snapshot |
ZeroLagHub_Complete_Current_State_Jan2026.md |
Historical snapshot |
ZeroLagHub_Quick_Status_Feb2026.md |
Historical snapshot |
Session_Summaries/ |
Historical session notes |
🚀 Session Start Instructions
For Claude (Strategic/Architecture Sessions)
Quick Start:
1. Read: ZeroLagHub_Master_Bootstrap_Apr2026.md (platform context)
2. Read: ZeroLagHub_Cross_Project_Tracker.md (architectural boundaries)
3. Reference: zlh-grind/INFRASTRUCTURE.md for current IPs/VMs
URLs to Fetch:
https://git.zerolaghub.com/jester/knowledge-base/raw/branch/main/ZeroLagHub_Master_Bootstrap_Apr2026.md
https://git.zerolaghub.com/jester/knowledge-base/raw/branch/main/ZeroLagHub_Cross_Project_Tracker.md
Session Start Template:
Read knowledge base:
1. https://git.zerolaghub.com/jester/knowledge-base/raw/branch/main/ZeroLagHub_Master_Bootstrap_Apr2026.md
2. https://git.zerolaghub.com/jester/knowledge-base/raw/branch/main/ZeroLagHub_Cross_Project_Tracker.md
Context: [What needs architectural guidance]
Decision: [What needs to be decided]
For Ceàrd/GPT (Implementation Sessions)
Quick Start:
1. Read: zlh-grind/SCRATCH/handover-apr-2026.md (current state)
2. Read: zlh-grind/OPEN_THREADS.md (active work)
3. Read: zlh-grind/INFRASTRUCTURE.md (IPs + VMs)
Session Start Template:
Read knowledge base:
1. https://git.zerolaghub.com/jester/zlh-grind/raw/branch/main/SCRATCH/handover-apr-2026.md
2. https://git.zerolaghub.com/jester/zlh-grind/raw/branch/main/OPEN_THREADS.md
Current task: [Specific implementation task]
🔒 Critical Governance
11 Locked Architectural Decisions (Cannot change without "Revisit decision X")
- DEC-001: Templates + Agent hybrid (not templates-only or agent-only)
- DEC-002: API orchestrates, Agent executes (not reversed)
- DEC-003: API owns DNS (Agent never creates DNS)
- DEC-004: Traefik + Velocity only (no HAProxy)
- DEC-005: MariaDB is source of truth (no flat files)
- DEC-006: Frontend → API only (no direct agent calls)
- DEC-007: Drift prevention mandatory (always enforced)
- DEC-008: Control plane uses IP env vars, not internal.zlh DNS in hot paths
- DEC-009: Redis never restored from backup — always start clean
- DEC-010: Vanilla Minecraft uses Fabric loader + FabricProxy-Lite (not vanilla JAR)
- DEC-011: Velocity forwarding mode =
modern(notnone)
Details: See ZeroLagHub_Cross_Project_Tracker.md → Architecture Decision Log section
🔄 Keeping Knowledge Base Updated
After Major Changes
Claude updates:
ZeroLagHub_Master_Bootstrap_Apr2026.md— after architecture decisions or major state changesZeroLagHub_Cross_Project_Tracker.md— after locking new decisionsSession_Summaries/— after significant architectural sessions
GPT updates:
zlh-grind/OPEN_THREADS.md— after completing or discovering workzlh-grind/SCRATCH/handover-*.md— session handoverszlh-grind/INFRASTRUCTURE.md— if IPs/VMs change
🚨 Emergency Session Recovery
If session loses context:
-
Paste this README URL:
https://git.zerolaghub.com/jester/knowledge-base/raw/branch/main/README.md -
AI reads README, identifies needed files
-
AI fetches role-specific documents
-
Context restored in <2 minutes
⚡ Quick Reference URLs
# Claude bootstrap (session start)
https://git.zerolaghub.com/jester/knowledge-base/raw/branch/main/ZeroLagHub_Master_Bootstrap_Apr2026.md
# Drift prevention (both AIs)
https://git.zerolaghub.com/jester/knowledge-base/raw/branch/main/ZeroLagHub_Drift_Prevention_Card.md
# Boundaries (before any code changes)
https://git.zerolaghub.com/jester/knowledge-base/raw/branch/main/ZeroLagHub_Cross_Project_Tracker.md
# GPT current state
https://git.zerolaghub.com/jester/zlh-grind/raw/branch/main/SCRATCH/handover-apr-2026.md
# GPT active work
https://git.zerolaghub.com/jester/zlh-grind/raw/branch/main/OPEN_THREADS.md
# Infrastructure (VMs + IPs)
https://git.zerolaghub.com/jester/zlh-grind/raw/branch/main/INFRASTRUCTURE.md
Repository Owner: jester
Platform: ZeroLagHub
Purpose: Single source of truth for AI context
Status: Operational ✅