Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.225 Home All releases olderv2.1.224 v2.1.226newer

Org-memory decision can be reopened, and is bound to an identity

Under the hood
Useful2 Signal0
Elsewhere

Shared org memory now remembers who settled a decision and lets a settled decision be reopened.

What

The org-memory decision store now records which identity settled a decision and supports reopening a settled decision back to the undecided state.

Details
  • A settle attempt from a different identity than the one recorded is refused with cause "superseded".
  • Reopening emits the new event tengu_org_memory_decision_reopened with from_state and from_cause.
  • The reset helper clears the remembered identity in addition to the state.
Evidence

tengu_org_memory_decision_reopened

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.225 →