@malindar/whyline 0.1.2 → 0.1.3

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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  <img src="docs/logo.png" alt="Whyline" width="120" />
5
5
  </p>
6
6
 
7
- ![npm](https://img.shields.io/npm/v/whyline)
7
+ ![npm](https://img.shields.io/npm/v/malindar/whyline)
8
8
  ![license](https://img.shields.io/github/license/malinda1986/whyline)
9
9
  ![build](https://img.shields.io/github/actions/workflow/status/malinda1986/whyline/ci.yml)
10
10
 
@@ -78,6 +78,7 @@ whyline install-claude
78
78
  ```
79
79
 
80
80
  Creates or updates three files:
81
+
81
82
  - `.mcp.json` — registers the Whyline MCP server (merges with existing entries)
82
83
  - `CLAUDE.md` — adds the memory instructions for Claude (appends if the file already exists)
83
84
  - `.claude/settings.local.json` — auto-approves the five MCP tool calls so Claude doesn't prompt on every use
@@ -237,6 +238,7 @@ whyline stats
237
238
  ```
238
239
 
239
240
  Output:
241
+
240
242
  ```
241
243
  Total memories: 42
242
244
  Repos tracked: 3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malindar/whyline",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },