Skip to content

Shopping list automation not running #407

@mattyh78

Description

@mattyh78

I found a small issue in the command_add1 default sentence pattern for the List Management blueprint.

Current:

add {item} to [my | the][grocery|shopping] list

There’s a missing space between the optional groups, which prevents proper matching for phrases like:

add bread to the shopping list

Changing it to this fixes the issue:

add {item} to [my | the] [grocery|shopping] list

After adding the space, the blueprint correctly intercepted the sentence, duplicate detection worked, and View Assist navigation started working again.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions