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

@@ -0,0 +1,4 @@
{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "dist", "src/**/*.test.ts", "src/**/*.spec.ts"]
}