Attractor spec mentions that context updates in Outcome should propagate through, so edge selection can use them. It now seems to be implemented well for LLM call node, but not for tool node. Even if tool node produces some status.json, it is not propagated. Equivalent of copyFirstValidFallbackStatus from codergen node seems to be missing.
Attractor spec mentions that context updates in Outcome should propagate through, so edge selection can use them. It now seems to be implemented well for LLM call node, but not for tool node. Even if tool node produces some status.json, it is not propagated. Equivalent of
copyFirstValidFallbackStatusfrom codergen node seems to be missing.