The daily GPT grind
Go to file
2026-02-07 21:48:02 +00:00
SCRATCH docs: add host controls decision (keep delete failsafe, add LXC controls) 2026-02-07 21:48:02 +00:00
ANTI_DRIFT_GUARDRAIL.md docs: expand drift prevention rules with AI-specific guardrails 2026-01-18 23:58:57 +00:00
ANTI_DRIFT.md Add Console Anti-Drift Rule - enforce PTY-backed, agent-owned, WebSocket architecture, disallow log-tailing or exec-based alternatives 2026-01-18 22:50:25 +00:00
CONSTRAINTS.md docs: add network architecture constraints to prevent agent bypass 2026-01-18 23:58:28 +00:00
OPEN_THREADS.md Close console core implementation threads - mark interactive console, WebSocket, dev/game console streaming as complete 2026-01-18 22:48:45 +00:00
PORTAL_MIGRATION.md docs: add architectural boundaries to prevent frontend-agent drift 2026-01-18 23:57:55 +00:00
README.md docs: update README with Feb 7 2026 handover summary 2026-02-07 21:46:32 +00:00
SESSION_LOG.md Append Jan 14-18 2026 session - Agent PTY Console Breakthrough, interactive bidirectional console complete 2026-01-18 22:48:19 +00:00
SESSION_START.md Update session start - subtraction-first mindset 2025-12-28 00:16:08 +00:00
UPSTREAMS.md Add Authentication Ownership section - Portal/APIv2 responsibilities and explicit non-responsibilities 2025-12-28 22:28:12 +00:00

zlh-grind

Execution workspace for ZeroLagHub (ZLH).

This repo is intentionally lightweight and is used for:

  • handovers / "where we left off" notes
  • architecture decisions + rationale
  • config snippets worth preserving
  • TODO lists that don't belong in a code repo

Latest handover (2026-02-07)

  • SCRATCH/2026-02-07_customer-id-schema.md

    • Why a newly registered user looked "hashed" (it's Prisma cuid()),
    • Why ContainerInstance.customerId got polluted with u-dev-001,
    • The chosen short-term rule: use req.user.id everywhere.
  • SCRATCH/2026-02-07_prometheus-grafana.md

    • Prometheus HTTP service discovery via API /sd/exporters,
    • Grafana dashboard import gotchas + the "CPU doesn't match top" note,
    • Next steps to power portal server cards with metrics.
  • SCRATCH/2026-02-07_host-controls-and-delete-failsafe.md

    • Decision: keep delete failsafe, add host controls.

Scratchpad

SCRATCH/ contains one-off notes that may later be promoted into formal docs.