插件介绍
A portable memory protocol for AI agents — load it as standing rules; a curation discipline + reference spec + optional cap hook.
项目详情摘要
English** | 简体中文 Engramory An opinionated, zero-infrastructure memory *protocol* for small-scale, local, file-based agent memory** — a strict curation discipline plus a validator (`tools/engramory_doctor.py`), loaded as **standing rules** (`CLAUDE.md` / `AGENTS.md` / your host's rules file). It is not a database, a framework, or a relevance-loaded skill. Memory is a folder of small, human-readable markdown files plus one always-loaded index. No database, no embeddings, no server — just plain-text files you can open, read, edit, and diff in any editor (the live store itself stays git-ignored). *Engramory* — coined from *engram* (the physical trace a memory leaves in the brain) + *memory*. Here: one file = one fact. ⚠️ **Unrelated projects share this name.** *engram + memory* is an obvious coinage and at least one other repository arrived at it independently. This project is only ever `tinqiao-oss/engramory` (npm: `dsh-engramory`); a same-named repo under a different owner is not a fork, a mirror, or a newer version of it. 🤖 **Are you an AI agent, asked to install or check this?** Start at **AGENT-SETUP.md**, not at the install steps below. It is the procedure for working out what your host can actually enforce, whether a store already exists, what you must not touch, and what to tell the user — the parts agents reliably get wrong when improvising. **Status: 0.11.0 — experimental.** The hard index cap (a `PreToolUse` hook) is deterministic for the matched direct-edit tools (`Edit | Write | MultiEdit`) but NOT a global write guard (shell tools — Bash, PowerShell, a background Monitor command — plus MCP file tools, external editors, and sync clients bypass it); the discipline loads as standing rules the model follows, so it's best-effort, not guaranteed on every task (see S
摘自项目公开 README,可能随上游仓库更新。安装方法
建议先在测试 Profile 中安装,并检查权限、安装脚本和依赖。
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:tinqiao-oss/engramory
使用前检查
- 确认项目符合 DSH bundle 规范,而不只是相关仓库。
- 阅读许可证和安装脚本,检查网络、文件及执行权限。
- 备份配置,并确保插件能够安全卸载或回滚。