genosdb 0.36.3 → 0.36.4
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -162,7 +162,7 @@ For interactive, AI-assisted GenosDB documentation:
|
|
|
162
162
|
|
|
163
163
|
[](https://deepwiki.com/estebanrfp/gdb)
|
|
164
164
|
|
|
165
|
-
Building with an AI coding agent? Install the official GenosDB skill — the frozen API, the patterns, the security model and the testing rules, maintained in
|
|
165
|
+
Building with an AI coding agent? Install the official GenosDB skill — the frozen API, the patterns, the security model and the testing rules, maintained in its own repository and kept in step with every release:
|
|
166
166
|
|
|
167
167
|
```bash
|
|
168
168
|
npx skills add https://github.com/estebanrfp/genosdb-skill --skill genosdb --global
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genosdb",
|
|
3
|
-
"version": "0.36.
|
|
3
|
+
"version": "0.36.4",
|
|
4
4
|
"description": "GenosDB (GDB): distributed graph database in real-time, peer-to-peer, scalable storage - efficient querying of complex relationships.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|