# Applied automatically when dsh-memo is installed as a profile bundle
# (`dsh plugin --profile <name> add dsh-memo@latest`).
#
# One job: mount this package as a loader row so the profile actually runs
# the plugin (the memo_* tools register from index.js). Without this insert
# the package installs but nothing loads — 0.10.1 shipped that way and the
# plugin never appeared in the inventory.
#
# Deliberately absent (0.12.2): the session-query-sqlite override that used
# to enable the platform's FTS index. Memo no longer calls FTS at all — it
# answers from its own persisted index over conversation events — and a
# plugin should not reconfigure a platform feature that upstream ships
# opt-in on purpose. Deployments that want the platform FTS for other
# consumers enable it in their own profile patch.
- insert:
    - id: memo
      name: 'dsh-memo'
