@aman_asmuei/amem 0.11.0 → 0.11.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 +11 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -78,7 +78,7 @@ One command — gives you MCP tools + lifecycle hooks + slash commands + auto-co
|
|
|
78
78
|
That's it. You get:
|
|
79
79
|
- **28 MCP tools** auto-registered
|
|
80
80
|
- **Lifecycle hooks** — PostToolUse (captures observations) + Stop (auto-summarizes sessions)
|
|
81
|
-
- **5
|
|
81
|
+
- **5 AI skills** — the AI automatically uses `amem:remember`, `amem:recall`, `amem:context`, `amem:sync`, `amem:dashboard` based on your intent
|
|
82
82
|
- **CLAUDE.md** context injected every session
|
|
83
83
|
|
|
84
84
|
### Option B: MCP Server (works with any MCP client)
|
|
@@ -144,15 +144,17 @@ Start a **new** conversation and ask:
|
|
|
144
144
|
|
|
145
145
|
It should recall the correction instantly.
|
|
146
146
|
|
|
147
|
-
###
|
|
147
|
+
### AI Skills (Plugin only)
|
|
148
148
|
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
|
152
|
-
|
|
153
|
-
|
|
|
154
|
-
|
|
|
155
|
-
|
|
|
149
|
+
The plugin includes 5 skills that the AI invokes automatically based on your intent. Just speak naturally:
|
|
150
|
+
|
|
151
|
+
| What you say | Skill triggered | What happens |
|
|
152
|
+
|---|---|---|
|
|
153
|
+
| *"Remember never use any type"* | `amem:remember` | Stores as a correction with confidence 1.0 |
|
|
154
|
+
| *"What do you remember about auth?"* | `amem:recall` | Searches memories with progressive disclosure |
|
|
155
|
+
| *"Load context for this task"* | `amem:context` | Injects corrections, decisions, and core memories |
|
|
156
|
+
| *"Sync my Claude memory"* | `amem:sync` | Imports Claude auto-memory into amem |
|
|
157
|
+
| *"Open the memory dashboard"* | `amem:dashboard` | Launches web dashboard at localhost:3333 |
|
|
156
158
|
|
|
157
159
|
---
|
|
158
160
|
|