what_changed
TIMELINE OF A THING: what facts about an entity (a project, machine, person, product) were TRUE and then REPLACED by newer facts, with dates — plus any open contradictions.
Instructions
TIMELINE OF A THING: what facts about an entity (a project, machine, person, product) were TRUE and then REPLACED by newer facts, with dates — plus any open contradictions. Served by the purmemo-next ledger, which knows when a fact became true and when it stopped; plain search cannot answer this.
WHEN TO USE: "what changed about X", "what used to be true about X", "when did X move/switch/get renamed", "is this fact still current", or before relying on an older memory about X.
EXAMPLES: what_changed({ entity: "purmemo-next" }) → e.g. "2026-08-10 [hosting]: database stayed on Supabase → now: migrated to the Mac mini" what_changed({ entity: "clo-mini", limit: 20 })
Returns: current-fact count, superseded facts newest-first with what replaced each, open contradictions, and the entity id. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max superseded facts to show (default 10, max 50). | |
| entity | Yes | The thing to look up by name (any spelling the ledger knows: "purmemo-next", "Mac mini", "pūremail"). |