Learning

AI Field Guide

CS-06 · an Occurrence Retains Actual Work and Resources

Downloads

Aliases: binding; intent; scope ID; version; digest; resource identity; GAT; lifetime; newtype.

Bind the actual actor, subject, input, version, evidence, operation and resources on which a continuation relies. Compatible Rust types do not prove that two values denote the same runtime occurrence. Compare actual identities where required, and retain established bindings through the protected carrier or re-establish them at the relevant boundary.

A successor must not silently substitute different work. Later arguments are legitimate when they supply the new evidence or resource that its declared continuation needs. There is no universal argument-free rule.

An operation identity names one logical intent across attempts. A request correlation may change. Recovery uses the original intent and records; a later related visit is a new occurrence admitted against current facts. An edited form or newly selected provider must not retarget an already dispatched operation.

Related: CS-07, CS-08, CS-09.

Your Reflection

Navigation