docs: update upstreams with NeoForge artifact tree

This commit is contained in:
jester 2026-02-22 18:19:17 +00:00
parent 2e22d28365
commit 4065f31813

View File

@ -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.
---