claude-scope 0.9.0 → 1.0.0
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 +0 -17
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -41,23 +41,6 @@ This single command:
|
|
|
41
41
|
|
|
42
42
|
**Restart Claude Code — done!**
|
|
43
43
|
|
|
44
|
-
<details>
|
|
45
|
-
<summary>📝 Manual installation</summary>
|
|
46
|
-
|
|
47
|
-
Add to your `~/.claude/settings.json`:
|
|
48
|
-
|
|
49
|
-
```json
|
|
50
|
-
{
|
|
51
|
-
"statusLine": {
|
|
52
|
-
"type": "command",
|
|
53
|
-
"command": "npx -y claude-scope@latest",
|
|
54
|
-
"padding": 0
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
```
|
|
58
|
-
|
|
59
|
-
</details>
|
|
60
|
-
|
|
61
44
|
---
|
|
62
45
|
|
|
63
46
|
## 💡 Why claude-scope?
|