Skip to content

fix: validate associate_with target IDs in remember before queuing #322

@CalebisGross

Description

@CalebisGross

Problem

When using remember with associate_with, invalid memory IDs are silently accepted. The response doesn't indicate whether explicit associations were queued successfully. If a target ID doesn't exist, the user won't know until they check_memory after encoding.

Expected

handleRemember should validate that each associate_with memory ID exists in the store before accepting the request. Invalid IDs should be reported in the response (either as errors or warnings).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions