Skip to content

MS4PI commands

  • /ms4pi-install — run the package bootstrapper from inside Pi.
  • /ms4pi-update — update the framework checkout and rerun bootstrap.
  • /ms-init — create data directories and onboarding templates without inventing identity.
  • /ms-onboard — show first-run identity/user onboarding guidance.
  • /ms-status — show identity, user, LOG, memory, role, handoff, recall, and compaction status.
  • /ms-context — display the MindStone context that will be injected.
  • /ms-compaction-status — show checkpoint/compaction watchdog policy and suggested Pi settings.
  • /ms-checkpoint — draft and, after approval, write the checkpoint bundle: LOG entry, warranted memory docs/updates, MEMORY.md index updates, archive/embed verification.
  • /ms-handoff — draft a rich compaction handoff for .handoff.md.
  • /ms-end-session — archive the current Pi session, refresh handoff recent tail, backfill vectors, and print recall status.
  • /ms-recall-status — show vector DB, embedding provider, mode, and chunk counts.
  • /ms-recall-backfill — archive the current live Pi session, then index memory/transcripts into vectors.db.
  • /ms-recall-search <query> — run manual recall.
  • /act-as <role> — adopt a role directive from roles/<role>.md.
  • /end-role — close role adoption and draft an attribution audit.
  • /synapse-setup — configure optional Synapse client.
  • /synapse-activate / /synapse-deactivate — toggle per-turn Synapse digest surfacing.
  • /synapse-status — show config, auth, active flag, and cursor state.
  • /synapse-check [channel] — read recent messages.
  • /synapse-post <channel> <body> — post to a channel.
  • /synapse-watch — one-shot poll in Pi v1.

Continuous watch parity still needs a Pi scheduler/warm-loop equivalent.