@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.
- package/README.md +3 -1
- 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
|
-

|
|
7
|
+

|
|
8
8
|

|
|
9
9
|

|
|
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
|