genosdb 0.36.0 → 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.
package/README.md CHANGED
@@ -123,10 +123,10 @@ For deployments that need guaranteed availability on top of that, the optional [
123
123
 
124
124
  ## Verification and Audits
125
125
 
126
- GenosDB is closed source by design; what it does cryptographically is not. [CRYPTOGRAPHY.md](https://github.com/estebanrfp/gdb/blob/main/CRYPTOGRAPHY.md) specifies the protocol end to end — identity, operation signing, verification and authorization, ordering and replay, encrypted records, WebAuthn key protection, signaling and transport, persistence — and states the boundaries of the security model as design decisions with their reasons. Its last section is a set of commands anyone can run against the published npm bundle to confirm that the code matches the document: checking the claims requires no trust in the maintainer.
126
+ GenosDB is closed source by design; what it does cryptographically is not. [CRYPTOGRAPHY.md](https://github.com/estebanrfp/gdb/blob/main/CRYPTOGRAPHY.md) specifies the protocol end to end — identity, operation signing, verification and authorization, ordering and replay, encrypted records, WebAuthn key protection, signaling and transport, persistence — and states the boundaries of the security model as design decisions with their reasons. Its last section is a set of commands anyone can run against the published npm bundle to confirm that it carries every primitive, parameter and format the document names: checking that requires no trust in the maintainer. [`tests/vectors/`](https://github.com/estebanrfp/gdb/tree/main/tests/vectors) carries conformance vectors executed from the reference with public test keys and a verifier that re-derives them from the specification alone — `node tests/vectors/verify.mjs`, or open [`verify.html`](https://estebanrfp.github.io/gdb/tests/vectors/verify.html) to run the published bundle over them in the browser.
127
127
 
128
128
  - **Guarantees and their status** — [SECURITY.md](https://github.com/estebanrfp/gdb/blob/main/SECURITY.md) lists every guarantee, each pinned by a conformance test run in real browsers over real WebRTC, and how to report a vulnerability.
129
- - **Independent review** — security researchers, auditors and organizations evaluating GenosDB are invited to review the specification against the bundle. Published audit reports will be listed in this section, with date, reviewer and scope. To coordinate a review, see [Business Inquiries & Collaboration](#business-inquiries--collaboration).
129
+ - **Independent review** — security researchers, auditors and organizations evaluating GenosDB are invited to review the specification against the bundle. Published audit reports are listed in [docs/audits](https://github.com/estebanrfp/gdb/blob/main/docs/audits/index.md), with date, reviewer and scope. To coordinate a review, see [Business Inquiries & Collaboration](#business-inquiries--collaboration).
130
130
 
131
131
  ---
132
132
 
@@ -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