Use absolute path for package.json check - after cd into first package,
relative paths would fail for subsequent iterations.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Since agent-ml requires GPU/native build tools (node-llama-cpp),
CI runners can't build it. This script enables local publishing:
- Configures Forgejo npm registry with FORGEJO_NPM_TOKEN
- Builds all workspace packages
- Transforms file: dependencies to registry versions
- Publishes each sub-package with version checking
Usage: ./scripts/publish.sh [--dry-run]
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>