SPEC · 01

CONCRETE. MONO. HAZARD.

IBM Plex Mono only. Orange for danger. Zero radius.

Concrete cinematic surface
SPEC · 01

CONCRETE. MONO. HAZARD.

IBM Plex Mono only. Orange for danger. Zero radius.

Contract

The only API that matters.

type Spec = {
  id: string;
  hazard: boolean;
  owner: string;
};

export function assertSpec(s: Spec) {
  if (!s.id) throw new Error('NO_ID');
  if (s.hazard) console.warn('HAZARD');
  return s;
}
Laws

Non-negotiables

Hairlines: 2px black or it doesn't exist. Mono everywhere — Even the marketing.

Reserved for real risk.

Accept

We ship if…

Yes

Explicit invariants. Named owners. No soft shadows.

No

Vague vibe decks. Rounded pills. Mystery owners.

Access

READ THE SPEC.

Public RFC opens Monday.