chore: rename to @soulcraftlabs/brainy for Open Brainy on The Source
Prepares the repo for its new home at soulcraftlabs/open-brainy ahead of the Forgejo transfer: package name, publish registry, release script, and every install/import reference across docs, src, tests, examples, and integrations now point at @soulcraftlabs/brainy on The Source. The npmjs storefront leg and byte-identity pair verification are stripped from the release script — The Source is now the only publish target. README gains an Open Brainy explainer and a registry note for consumers. @soulcraft/brainy 10.4.2 was the last release under the old name.
This commit is contained in:
parent
1f34fc6ce4
commit
a99b1e83c4
74 changed files with 230 additions and 284 deletions
|
|
@ -22,7 +22,7 @@ import type { GraphIndexStats } from './graph/graphAdjacencyIndex.js'
|
|||
|
||||
// Re-export the provider contracts that already live closer to their
|
||||
// implementations so a plugin author (Cor) can import the *entire*
|
||||
// provider surface from one stable entrypoint: `@soulcraft/brainy/plugin`.
|
||||
// provider surface from one stable entrypoint: `@soulcraftlabs/brainy/plugin`.
|
||||
export type { ColumnStoreProvider } from './indexes/columnStore/types.js'
|
||||
export type {
|
||||
AggregationProvider,
|
||||
|
|
@ -41,7 +41,7 @@ export interface BrainyPlugin {
|
|||
name: string
|
||||
|
||||
/**
|
||||
* Optional semver range of `@soulcraft/brainy` this plugin supports
|
||||
* Optional semver range of `@soulcraftlabs/brainy` this plugin supports
|
||||
* (e.g. `'>=8.0.0 <9.0.0'` or `'^8.0.0'`). When set and the running brainy is
|
||||
* OUTSIDE the range, `init()` THROWS rather than silently falling back to the
|
||||
* default JS engine. This is the version-coupling guard for the native
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue