Skip to content

Repository files navigation

plugins

The NostDB plugin manifest schema, authoring guidance, and reference plugins.

Status: scaffolding. The manifest contract is specified in nostdb-spec; this holds a reference manifest that conforms to it and the guidance for writing your own. No plugin here does anything yet.

What this repository is not

It is not a second plugin manager. The native manager exists once, in nostdb-cli, and installations persist across CLI and Server processes. A registry here would mean two answers to "what is installed", and the one a user got would depend on which surface they reached for.

It holds no .nostdb reader or writer. Only the Engine reads the binary format, and a plugin receives graph data through a versioned Engine-owned exchange instead.

Start here

One thing worth reading twice

A plugin is not sandboxed. The MVP does not implement a sandbox and does not claim one. A plugin runs as your user, with your files; the process boundary is the whole of the isolation. Nothing here says an unsigned third-party plugin is safe.

Licence

Apache-2.0. A schema nobody can implement freely is a schema with one implementation.

About

NostDB plugin manifest schema, authoring guidance, and reference plugins. Apache-2.0.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages