Commit graph

2 commits

Author SHA1 Message Date
QuinnFTW
2ffd0416bd 🐛 Fix publish script to check all packages
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>
2025-12-31 20:11:27 -08:00
QuinnFTW
00b25e1875 Add local publish script for ML machine builds
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>
2025-12-31 20:03:42 -08:00