package contracts // SessionManifest is a placeholder durable session-run contract. type SessionManifest struct { Schema string `json:"schema"` SessionID string `json:"session_id"` }