AGENTS.md@packages/trueforge-core/src/core/runtime · git:20260816.f29d9ab · 2026-08-16 · sha256 2e87948c9a20df3c

AGENTS.md@packages/trueforge-core/src/core/runtime git:20260816.f29d9abB

Immutable. This exact content is served forever at /api/v1/blob/2e87948c9a20df3c.

- Durable state MUST follow:
  ```ts
  yield event; // consumer persists and may throw
  mutateMemory(); // runs only after persistence succeeds
  ```