You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: finish Mimir -> Mneme prose rename in remaining docs
Code identifiers, GHCR image, repo URLs, and registry metadata were
already renamed in #318/#319. This pass covers the product-name prose
still saying "Mimir" in awesome-mimir.md, CONTRIBUTING.md, SUPPORT.md,
SBOM/federal-buyers/EXPORT-CONTROL docs, the three MCP client
integration guides, the three vs-competitor comparison docs, and the
four integrations/ READMEs.
Deliberately left "mimir"/"Mimir" where it's a real back-compat
identifier rather than prose:
- mimir_* MCP tool wire names (unchanged, back-compat guaranteed)
- ~/.mimir/data/mimir.db path examples (unchanged, back-compat path)
- The CLI binary invocation and "mcpServers": {"mimir": {"command":
"mimir", ...}} config key — install.sh symlinks mneme -> mimir, so
"mimir" is still the primary working command today
- PyPI package/module names and classes (mimir_autogen, mimir_crewai,
mimir_langgraph, mimir-persist, MimirStore, MimirMemoryTool,
MimirMemory) and their real "binary=\"mimir\"" code defaults
- docs/SBOM.md's literal crate/component identifiers
(crates.io:mimir@2.0.0, Component name: mimir)
- External repo name (hermes-mimir-plugin) and this repo's own
filenames (awesome-mimir.md, mimir-vs-*.md)
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/EXPORT-CONTROL.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Export Control Self-Classification — Perseus & Mimir
1
+
# Export Control Self-Classification — Perseus & Mneme
2
2
3
3
**Prepared by:** Perseus Computing LLC
4
4
**Date:** 2026-06-20
@@ -9,7 +9,7 @@
9
9
10
10
## Executive Summary
11
11
12
-
Both Perseus (perseus-ctx) and Mimir are **MIT-licensed, publicly available open source software**.
12
+
Both Perseus (perseus-ctx) and Mneme are **MIT-licensed, publicly available open source software**.
13
13
Under the Export Administration Regulations (EAR) 15 CFR §§ 730-774 and the International
14
14
Traffic in Arms Regulations (ITAR) 22 CFR §§ 120-130, both products are self-classified as
15
15
**EAR99** — not subject to export licensing requirements.
@@ -26,7 +26,7 @@ This document provides the analysis and rationale for federal procurement and SB
26
26
-**Distribution:** PyPI (public package registry)
27
27
-**Source:**https://github.com/Perseus-Computing-LLC/perseus (public, MIT license)
28
28
29
-
### Mimir (v2.0.0)
29
+
### Mneme (v2.0.0)
30
30
-**Type:** Rust binary — persistent memory MCP server for AI agents
31
31
-**Function:** Stores, searches, and retrieves structured entities via JSON-RPC 2.0 over stdio. Includes AES-256-GCM encryption (standard commercial algorithm). Optional embedding via public ONNX models. No cryptographic key management — keys are user-provided.
0 commit comments