DUNIN7 · LOOMWORKS · RECORD
record.dunin7.com
Status Current
Path investigations/loomworks-temporal-retrieval-investigation-v0_1.html

Loomworks temporal retrieval investigation

Version 0.1
Date 2026-08-16
Status Investigation. Filed for the queued-futures record. Not commissioned work; no change request follows from this document without Operator direction.

Plain-language summary

This document describes temporal retrieval — answering questions about Memory using time as a first-class search dimension, not just topic similarity. Questions like "what did we decide about credits in May?", "what changed since the last Manifestation?", and "what was held to be true before this correction landed?" are temporal questions. Loomworks already stores everything needed to answer them; what is missing is the named query capability that uses it. This document explains the idea, shows what Loomworks already holds, names the query patterns it would enable, and connects it to the recall reframe already on record. No decision is needed now. The document exists so the idea is preserved with its provenance for when the recall arc is scoped.

1Where this came from

During the August 2026 review of external memory systems, two outside sources arrived at positions adjacent to Loomworks:

The path-walking idea was already covered: the resident-engagement investigation (v0.2) examined graph databases, set standalone graph stores aside, and confirmed that recursive queries inside PostgreSQL handle Loomworks's graph workloads. The temporal idea was the genuinely new arrival. This document files it.

2What temporal retrieval is

Most retrieval answers "what is about X?" Temporal retrieval answers questions where when is part of the question:

A similarity search cannot answer these. Two assertions about the same topic look identical to a similarity index whether one superseded the other last week or last year. Time is a different axis, and it has to be queried as one.

3What Loomworks already holds

Temporal retrieval is cheap for Loomworks because the substrate was built for it from the start. Every requirement is already met by standing commitments:

The contrast with the outside systems is instructive. Hindsight had to build freshness-tracking and history-preservation as features. Loomworks gets them as consequences of disciplines already in force. The missing piece is not data; it is the named query capability over data that already exists.

4Query patterns this enables

Concrete examples, stated as an Operator or contributor would ask them:

  1. "What did we hold to be true about the credit system at the end of May?" — reconstruct Memory as of a date, honoring supersession.
  2. "What has changed since Manifestation 12?" — diff current committed Memory against a bookmark.
  3. "Show me everything that entered Memory the week the pricing decision landed." — range query with context.
  4. "This assertion was corrected. What was derived from the old version before the correction?" — temporal join between supersession time and derivation times; this is the changed-premise question stated with time attached.
  5. "Which Renders were produced from Manifestations that are now behind Memory?" — the staleness question as a standing query rather than a one-off check.

Patterns 4 and 5 show that temporal retrieval and provenance-thread walking are not separate capabilities. Walking threads answers what connects; temporal retrieval answers what connected when. The changed-premise alert — the recall reframe's flagship example — needs both.

5Fit with the recall reframe

The Operator direction of 2026-06-05 stands on record: not-forgetting is table stakes; the product is recall — finding the relevant thing, knowing what links to what, noticing a premise changed. Temporal retrieval is one of the named mechanisms recall will need, alongside:

Filed as input to the future recall arc, whenever that arc is scoped. The seed reframe around recall remains an Operator decision and is not advanced by this document.

6Fit with the staleness question

The open staleness question (carried on record as B-5, and extended by the agents-as-output thread to executable artifacts) asks when a derived artifact should be considered stale because Memory moved. Temporal retrieval is the query machinery a staleness answer would run on: compare the derivation time of an artifact against the commit times of the assertions it derived from. This document does not answer the staleness question; it notes that the two share machinery, so whichever is built first should be built with the other in view.

7Considered and set aside

8What building it would involve (sketch only)

Stated to size the work, not to commission it:

9Open questions

  1. Should point-in-time reconstruction be a first-class engine route, or a capability of the Manifestation room (a "derive as of date" variant)?
  2. Does "what changed since" belong to the engagement surface (an Operator-facing view) or to the Companion (a conversational answer), or both?
  3. When the recall arc is scoped, do the three recall mechanisms (topic, structural, temporal) ship as one capability family or in sequence?

10Status and next step

Filed as an investigation for the queued-futures record. Next step is Operator disposition: hold in the queue, attach to the future recall arc, or commission a scoping note. Default if unstated: hold in the queue, attached to the recall reframe thread.