@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 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 mcp install --target cursor # or claude-code, claude-desktop, zed, ...
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
- > **ClawdHub**: GNO skills bundled for Clawdbot — [clawdhub.com/gmickel/gno](https://clawdhub.com/gmickel/gno)
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.1**. See [CHANGELOG.md](./CHANGELOG.md).
129
+ > Current source version: **v2.3.3**. See [CHANGELOG.md](./CHANGELOG.md).
121
130
 
122
131
  <!-- /public-truth -->
123
132
 
@@ -0,0 +1 @@
1
+ 47dbd00572b4a1d5e90a26f90e02a4e04399db9c5792bcfce0ee2e44269fafa5 gno-browser-clipper-v2.3.3.zip
@@ -21,5 +21,5 @@
21
21
  "content_security_policy": {
22
22
  "extension_pages": "script-src 'self'; object-src 'none'; connect-src http://127.0.0.1:*"
23
23
  },
24
- "version": "2.3.1"
24
+ "version": "2.3.3"
25
25
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gmickel/gno",
3
- "version": "2.3.1",
3
+ "version": "2.3.3",
4
4
  "description": "Local semantic search for your documents. Index Markdown, PDF, and Office files with hybrid BM25 + vector search.",
5
5
  "keywords": [
6
6
  "embeddings",
@@ -1 +0,0 @@
1
- 674db0a56d6ba5a485f4d6195066a7cd700b3dbbbcbf921b12047548fcdd21e0 gno-browser-clipper-v2.3.1.zip