@hir4ta/mneme 0.17.0 → 0.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/plugin.json +1 -1
- package/README.ja.md +13 -9
- package/README.md +13 -9
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mneme",
|
|
3
3
|
"description": "A plugin that provides long-term memory for Claude Code. It automatically saves context lost during auto-compact, offering features for session restoration, recording technical decisions, and learning developer patterns.",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.18.0",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "hir4ta"
|
|
7
7
|
},
|
package/README.ja.md
CHANGED
|
@@ -1,19 +1,23 @@
|
|
|
1
1
|
# mneme
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
> ```bash
|
|
6
|
-
> claude mcp remove mneme-search mneme-db
|
|
7
|
-
> claude plugin remove @hir4ta/memoria
|
|
8
|
-
> claude plugin add @hir4ta/mneme
|
|
9
|
-
> ```
|
|
10
|
-
> データディレクトリも変更: `.memoria/` → `.mneme/`
|
|
11
|
-
> 手動でリネーム: `mv .memoria .mneme`
|
|
3
|
+
[](https://www.npmjs.com/package/@hir4ta/mneme)
|
|
4
|
+
[](https://github.com/hir4ta/mneme/blob/main/LICENSE)
|
|
12
5
|
|
|
13
6
|
Claude Codeの長期記憶を実現するプラグイン
|
|
14
7
|
|
|
15
8
|
セッションの自動保存、インテリジェントな記憶検索、Webダッシュボードでの管理を提供します。
|
|
16
9
|
|
|
10
|
+
> [!IMPORTANT]
|
|
11
|
+
> **破壊的変更 (v0.17.0)**: `memoria` から `mneme` に名称変更しました。
|
|
12
|
+
>
|
|
13
|
+
> `@hir4ta/memoria` からアップグレードする場合は、Claude Code内で再インストール:
|
|
14
|
+
> ```
|
|
15
|
+
> /plugin marketplace add hir4ta/mneme-marketplace
|
|
16
|
+
> /plugin install mneme@mneme-marketplace
|
|
17
|
+
> ```
|
|
18
|
+
> データディレクトリも変更: `.memoria/` → `.mneme/`
|
|
19
|
+
> 手動でリネーム: `mv .memoria .mneme`
|
|
20
|
+
|
|
17
21
|
## 機能
|
|
18
22
|
|
|
19
23
|
### コア機能
|
package/README.md
CHANGED
|
@@ -1,19 +1,23 @@
|
|
|
1
1
|
# mneme
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
> ```bash
|
|
6
|
-
> claude mcp remove mneme-search mneme-db
|
|
7
|
-
> claude plugin remove @hir4ta/memoria
|
|
8
|
-
> claude plugin add @hir4ta/mneme
|
|
9
|
-
> ```
|
|
10
|
-
> Data directory changed: `.memoria/` → `.mneme/`
|
|
11
|
-
> Rename manually: `mv .memoria .mneme`
|
|
3
|
+
[](https://www.npmjs.com/package/@hir4ta/mneme)
|
|
4
|
+
[](https://github.com/hir4ta/mneme/blob/main/LICENSE)
|
|
12
5
|
|
|
13
6
|
Long-term memory plugin for Claude Code
|
|
14
7
|
|
|
15
8
|
Provides automatic session saving, intelligent memory search, and web dashboard management.
|
|
16
9
|
|
|
10
|
+
> [!IMPORTANT]
|
|
11
|
+
> **Breaking Change (v0.17.0)**: Renamed from `memoria` to `mneme`.
|
|
12
|
+
>
|
|
13
|
+
> If upgrading from `@hir4ta/memoria`, please reinstall in Claude Code:
|
|
14
|
+
> ```
|
|
15
|
+
> /plugin marketplace add hir4ta/mneme-marketplace
|
|
16
|
+
> /plugin install mneme@mneme-marketplace
|
|
17
|
+
> ```
|
|
18
|
+
> Data directory changed: `.memoria/` → `.mneme/`
|
|
19
|
+
> Rename manually: `mv .memoria .mneme`
|
|
20
|
+
|
|
17
21
|
## Features
|
|
18
22
|
|
|
19
23
|
### Core Features
|
package/package.json
CHANGED