Immutability

Published skill and tool versions are immutable in the product sense: integrations should treat versionNumber + id as stable for audit. New behavior requires new versions (draft → publish) rather than mutating history.

Runs are immutable records: ai_runs rows and steps are written once and read for detail; replays (where implemented for agents) create new runs.

See also

Was this page helpful?