From 4065f3181306476e9b9dd493c283cb54358456b0 Mon Sep 17 00:00:00 2001 From: jester Date: Sun, 22 Feb 2026 18:19:17 +0000 Subject: [PATCH] docs: update upstreams with NeoForge artifact tree --- UPSTREAMS.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/UPSTREAMS.md b/UPSTREAMS.md index 6a9d0c2..e65533a 100644 --- a/UPSTREAMS.md +++ b/UPSTREAMS.md @@ -16,14 +16,24 @@ This repository tracks GPT execution work across upstream projects. - Repo: `https://git.zerolaghub.com/jester/zlh-grind` - Role: GPT execution notes, session logs, drift prevention -## zlh-api (API / Control Plane) +## zlh-api / zpack-api (API / Control Plane) - Repo: `https://git.zerolaghub.com/jester/zlh-api` - Role: Control-plane orchestration (instance lifecycle, DB writes, agent coordination) +- Notes: Game telemetry routes live under `/api/game/*`. + +## Portal / Frontend (Next.js) +- Repo: `https://git.zerolaghub.com/jester/zlh-portal` +- Role: Customer portal (dashboard, console UX) ## zlh-agent (Go Agent) - Repo: `https://git.zerolaghub.com/jester/zlh-agent` -- Role: Agent runtime for provisioning/install/verify/start workflows -- Notes: Tagged `v0.1.0-dev` as the first dev snapshot. +- Role: Agent runtime for provisioning/install/verify/start workflows + console PTY +- Notes: Periodic update checks + Phase 1 mod management + process metrics added Feb 2026. + +## Artifacts (Minecraft zpack tree) +- Location (VM filesystem): `/opt/zlh/zpacks/minecraft/` +- Role: Local-first artifacts for vanilla/paper/purpur/fabric/forge/**neoforge** installs. +- Notes: Phase 1 contract normalizes certain installer filenames for predictable installs. ---