Skip to content

fix(onboarding): finish Mimir → Perseus Vault rename on the deploy surface#429

Merged
tcconnally merged 1 commit into
mainfrom
fix/ttv-onboarding
Jul 3, 2026
Merged

fix(onboarding): finish Mimir → Perseus Vault rename on the deploy surface#429
tcconnally merged 1 commit into
mainfrom
fix/ttv-onboarding

Conversation

@tcconnally

Copy link
Copy Markdown
Collaborator

Time-to-value / deploy-readiness fix

Part of the enterprise deep-dive's time-to-value audit. bootstrap.sh (the build-from-source blocker) was already repaired on main by #425/#424; this PR finishes the rename across the rest of the operator-facing deploy surface, where a fresh operator copy-pasting any client/integration snippet still got the old mimir command and a stale ~/.mimir/data/mimir.db path — a config pointing at a binary the installer no longer produces.

Changed (12 files)

  • docs/clients/README.md — title + shared command + doctor/connect/prepare + all 8 copy-paste client snippetsperseus-vault (DB path omitted; binary self-defaults). Stale mimir_recall_whenperseus_vault_recall_when.
  • smithery.yaml — command + default/example DB path → perseus-vault / perseus-vault.db.
  • manifest.json — version 2.13.02.14.0 (matches Cargo.toml).
  • integrations/langgraph, integrations/autogen, docs/integration/{claude-code,cursor,general-mcp}.mdmimir command (incl. mimir keygen) → perseus-vault; canonical DB path. Per-integration DB filenames (crewai crew.db) left intact; crewai/README unchanged.
  • docs/transport.md — command + example DB filename + docker image → perseus-vault.
  • clawhub/skills/mimir/SKILL.md — executable/command name + build/install steps → perseus-vault (dir/tool names/pip package left as-is).
  • awesome-mimir.md — tool count 3655; config command/path.

Scope guards

Validation

🤖 Generated with Claude Code

…urface

Client setup docs, MCP packaging manifests, framework integration docs,
transport docs, the clawhub skill, and awesome-mimir.md still used the old
`mimir` command and stale `~/.mimir/data/mimir.db` paths, so a fresh operator
copy-pasting any snippet got a config pointing at a binary the installer no
longer produces. All now use `perseus-vault` + the canonical
`~/.mimir/data/perseus-vault.db` default. manifest.json 2.13.0 -> 2.14.0;
awesome-mimir tool count 36 -> 55. The ~/.mimir/ dir is left for #427's shim.

(bootstrap.sh was already repaired on main by #425/#424; not re-touched.)
@tcconnally tcconnally merged commit e417757 into main Jul 3, 2026
11 checks passed
@tcconnally tcconnally deleted the fix/ttv-onboarding branch July 3, 2026 14:23
@tcconnally tcconnally mentioned this pull request Jul 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant