@gmickel/gno 2.3.1 → 2.3.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 +12 -3
- package/browser-extension/artifacts/{gno-browser-clipper-v2.3.1.zip → gno-browser-clipper-v2.3.3.zip} +0 -0
- package/browser-extension/artifacts/gno-browser-clipper-v2.3.3.zip.sha256 +1 -0
- package/browser-extension/dist/manifest.json +1 -1
- package/package.json +1 -1
- package/browser-extension/artifacts/gno-browser-clipper-v2.3.1.zip.sha256 +0 -1
package/README.md
CHANGED
|
@@ -15,7 +15,9 @@ A local knowledge engine for your notes, code, PDFs, and Office docs. Hybrid sea
|
|
|
15
15
|
```bash
|
|
16
16
|
bun install -g @gmickel/gno
|
|
17
17
|
gno setup ~/notes --name notes # returns only after retrieval actually works
|
|
18
|
-
gno
|
|
18
|
+
gno skill install --target claude --scope user # choose your agent below
|
|
19
|
+
gno agents install --target claude # teach retrieval and writing discipline
|
|
20
|
+
gno agents verify --target claude
|
|
19
21
|
```
|
|
20
22
|
|
|
21
23
|
## What you get
|
|
@@ -66,6 +68,11 @@ bun install -g @gmickel/gno
|
|
|
66
68
|
# semantic embedding continues independently in the background.
|
|
67
69
|
gno setup ~/notes --name notes
|
|
68
70
|
|
|
71
|
+
# Connect your agent and teach the retrieval protocol (Claude shown)
|
|
72
|
+
gno skill install --target claude --scope user
|
|
73
|
+
gno agents install --target claude
|
|
74
|
+
gno agents verify --target claude
|
|
75
|
+
|
|
69
76
|
# Add more sources
|
|
70
77
|
gno collection add ~/work/docs --name work-docs --pattern "**/*.{md,pdf,docx}"
|
|
71
78
|
gno collection add ~/work/gno/src --name gno-code --pattern "**/*.{ts,tsx,js,jsx}"
|
|
@@ -97,7 +104,9 @@ gno daemon --detach # headless indexing + resident MCP gateway
|
|
|
97
104
|
> [!TIP]
|
|
98
105
|
> **[gno.sh/publish](https://gno.sh/publish) is live.** Turn any GNO note or collection into a reader-first URL — editorial typography, scoped search, and four visibility modes from public to encrypted-before-upload. **[See the reader →](#publish-to-gnosh)**
|
|
99
106
|
|
|
100
|
-
>
|
|
107
|
+
> [!TIP]
|
|
108
|
+
> **OpenClaw and Hermes Agent:** Use GNO as a second brain or LLM wiki. Install the skill and retrieval protocol together so your agent knows when to retrieve, which search path to use, and how to cite and maintain knowledge.
|
|
109
|
+
> [OpenClaw setup](https://gno.sh/integrations/openclaw) · [Hermes setup](https://gno.sh/integrations/hermes) · [Shared ClawHub bundle](https://clawhub.ai/gmickel/gno)
|
|
101
110
|
|
|
102
111
|
---
|
|
103
112
|
|
|
@@ -117,7 +126,7 @@ gno daemon --detach # headless indexing + resident MCP gateway
|
|
|
117
126
|
|
|
118
127
|
<!-- public-truth:current-version -->
|
|
119
128
|
|
|
120
|
-
> Current source version: **v2.3.
|
|
129
|
+
> Current source version: **v2.3.3**. See [CHANGELOG.md](./CHANGELOG.md).
|
|
121
130
|
|
|
122
131
|
<!-- /public-truth -->
|
|
123
132
|
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
47dbd00572b4a1d5e90a26f90e02a4e04399db9c5792bcfce0ee2e44269fafa5 gno-browser-clipper-v2.3.3.zip
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
674db0a56d6ba5a485f4d6195066a7cd700b3dbbbcbf921b12047548fcdd21e0 gno-browser-clipper-v2.3.1.zip
|