debug-ledger-mcp 0.1.9 → 0.1.10

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -155,7 +155,7 @@ That's it. `debug_ledger/` folder with 16 example files will be automatically cr
155
155
 
156
156
  > **Node.js 18+** required.
157
157
 
158
- ![](.example-ai-debug-with-memory.gif)
158
+ ![debug-ledger Installation](https://github.com/bhavnesh75/debug-ledger/blob/main/Kilo%20code.png)
159
159
 
160
160
  ---
161
161
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "debug-ledger-mcp",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "Read-only debug memory for AI — a repo-local ledger of past bugs, rejected fixes, and historical constraints so AI debugs with context, not amnesia.",
5
5
  "type": "module",
6
6
  "engines": {