@askdkc/kiokuko 0.1.0 → 0.1.1
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/README.md +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,10 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
English | [日本語](README.ja.md) | [简体中文](README.zh-CN.md) | [한국어](README.ko.md)
|
|
4
4
|
|
|
5
|
-
Kiokuko is model-agnostic external memory for AI coding agents. One global npm
|
|
5
|
+
Kiokuko(記憶庫) is model-agnostic external memory for AI coding agents. One global npm
|
|
6
6
|
installation stores structured memory in the current user's SQLite database and
|
|
7
7
|
exposes high-level recall/checkpoint tools to Codex and OpenCode over stdio MCP.
|
|
8
8
|
|
|
9
|
+
The name **Kiokuko** comes from the Japanese **記憶庫**: **記憶** means
|
|
10
|
+
"memory," and **庫** means "storehouse," so the name describes a place for
|
|
11
|
+
storing memories.
|
|
12
|
+
|
|
9
13
|
## Install and enable globally
|
|
10
14
|
|
|
11
15
|
```bash
|