chore: bump all packages to 0.0.1-alpha.2
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful

- Bumps all @mosaic/* packages from alpha.1 to alpha.2
- Excludes test/spec files from CLI build output (tsconfig fix)
- Triggers CI publish to Gitea npm registry with latest changes:
  - @mosaic/types: new AbortPayload type
  - @mosaic/mosaic: update-checker module
  - @mosaic/cli: web search, file edit, MCP mgmt, file refs, /stop
This commit is contained in:
Jason Woltje
2026-04-02 13:19:02 -05:00
parent 0d12471868
commit 19127fa67b
21 changed files with 25 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@mosaic/oc-framework-plugin",
"version": "0.0.1-alpha.1",
"version": "0.0.1-alpha.2",
"type": "module",
"main": "src/index.ts",
"description": "Injects Mosaic framework rails, runtime contract, and active mission context into all OpenClaw agent sessions and ACP subagent spawns.",