genosdb 0.36.1 → 0.36.2

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.
Files changed (2) hide show
  1. package/README.md +8 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -161,6 +161,12 @@ For interactive, AI-assisted GenosDB documentation:
161
161
 
162
162
  [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/estebanrfp/gdb)
163
163
 
164
+ 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 the same commit as the engine:
165
+
166
+ ```bash
167
+ npx skills add https://github.com/estebanrfp/genosdb-skill --skill genosdb --global
168
+ ```
169
+
164
170
  ## Examples
165
171
 
166
172
  We’ve created a collection of interactive examples to help you understand how GDB works in real-world scenarios. These examples cover everything from basic setup to advanced features like RBAC and P2P synchronization.
@@ -231,7 +237,7 @@ We value community contributions and welcome your help in improving GenosDB! Cur
231
237
  - 💡 Submitting usage examples and tutorials.
232
238
  - 🐞 Reporting bugs or suggesting new features.
233
239
 
234
- Please read our [Contribution Guidelines](https://github.com/estebanrfp/gdb/blob/main/CONTRIBUTING.md) for more details. We do not accept pull requests for the core source code at this time.
240
+ Please read our [Contribution Guidelines](https://github.com/estebanrfp/gdb/blob/main/CONTRIBUTING.md) for more details.
235
241
 
236
242
  ## Community
237
243
 
@@ -271,7 +277,7 @@ This project includes third-party dependencies with their own respective license
271
277
 
272
278
  ## Maintenance
273
279
 
274
- This repository provides production builds of GenosDB (GDB), a decentralized P2P graph database designed for modern web applications. These builds are freely available for anyone to use and integrate into their projects. Please note that the source code is not publicly available at this time; only the production builds are provided. The project is actively maintained by Esteban Fuster Pozzi ([@estebanrfp](https://github.com/estebanrfp)), with development and verification support from AI systems audited under the Spec Driven Development (SDD) methodology. Future maintenance may also involve qualified developers aligned with our vision.
280
+ This repository provides production builds of GenosDB (GDB), a decentralized P2P graph database designed for modern web applications. These builds are freely available for anyone to use and integrate into their projects. Please note that the source code is proprietary by design; the production builds are provided. The project is actively maintained by Esteban Fuster Pozzi ([@estebanrfp](https://github.com/estebanrfp)), with development and verification support from AI systems audited under the Spec Driven Development (SDD) methodology. Future maintenance may also involve qualified developers aligned with our vision. For more information on development continuity, see [CONTINUITY.md](https://github.com/estebanrfp/gdb/blob/main/CONTINUITY.md).
275
281
 
276
282
  ## Author
277
283
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genosdb",
3
- "version": "0.36.1",
3
+ "version": "0.36.2",
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",