@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.
Files changed (2) hide show
  1. package/README.md +11 -9
  2. 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 slash commands** — `/amem:remember`, `/amem:recall`, `/amem:sync`, `/amem:dashboard`, `/amem:context`
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
- ### Slash Commands (Plugin only)
147
+ ### AI Skills (Plugin only)
148
148
 
149
- | Command | What it does |
150
- |---|---|
151
- | `/amem:remember "never use any"` | Quick-store a memory with auto type detection |
152
- | `/amem:recall "auth architecture"` | Quick search with progressive disclosure |
153
- | `/amem:context` | Load full context for the current task |
154
- | `/amem:sync` | Import Claude auto-memory into amem |
155
- | `/amem:dashboard` | Open the web dashboard |
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aman_asmuei/amem",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
4
4
  "description": "The memory layer for AI coding tools. Local-first, developer-specific, works everywhere.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",