feat(registry): Gitea npm registry publish config + Changesets

- .npmrc: @mosaic scope points to Gitea registry
- Changesets initialized with initial minor release
- publishConfig added to all packages
- Woodpecker publish step on main branch
This commit is contained in:
2026-03-06 18:39:48 -06:00
parent 04d13e510c
commit af514893cd
8 changed files with 56 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
"name": "@mosaic/openclaw-context",
"version": "0.1.0",
"type": "module",
"description": "OpenClaw \u2192 OpenBrain context engine plugin",
"description": "OpenClaw OpenBrain context engine plugin",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
@@ -34,5 +34,9 @@
"openbrain",
"context-engine",
"plugin"
]
}
],
"publishConfig": {
"registry": "https://git.mosaicstack.dev/api/packages/mosaic/npm",
"access": "public"
}
}