Event Envelope

Define one wire contract for every event that crosses the bus — required correlation fields, a runtime tag, a mode tag — so a single control plane can re-enter a run identically no matter which runtime (local model, remote worker, browser, or plain code) emitted the event. Use this when agents run on more than one runtime and you need cross-runtime tracing and routing to stay consistent, when adding a new runtime keeps breaking event handling somewhere downstream, or when you want envelope validation that runs the same everywhere without a schema-library dependency.

sharp-skills Updated

File contents

sharp-skills/skills/tree/main/skills/event-envelope commit 8997961bf0

Frequently asked questions

npx skillmds@latest add sharp-skills/event-envelope