STN-01 — AGENTS.md

Purpose

STN-01 is a proof of concept for small-scale, ephemeral live streaming over the open Internet.

BLUF: Treat the live stream as an ephemeral network event, not a file delivered live.

The initial target is one publisher broadcasting directly to approximately five viewers using WebRTC fan-out.

Principles

POC Architecture

Out of Scope

Do not introduce these unless the experiment explicitly advances to a later phase:

Design Rule

Before adding a component, answer:

  1. What demonstrated problem does it solve?
  2. Can a standard browser/network primitive solve it first?
  3. Does it introduce storage, state, interception, or operational complexity?
  4. Can it remain replaceable?

Build the smallest brick that proves live publisher → viewer transport first.