form-graph
    Preparing search index...

    Function readIntentValue

    • Reads one field's RAW stored value out of a persisted intent record (the load()/save() format: address -> raw value) — scoped bucket first, bare key as the fallback, mirroring the store's own read order.

      This is the supported replacement for parsing the storage adapter's on-disk entries directly (the last-used value per group, the mount auto-correct's before-init reads, append-images): external readers go through this instead of coupling to the serialization.

      Parameters

      • stored: Record<string, unknown>
      • key: string
      • Optionalscope: Scope

      Returns unknown