Commit graph

4 commits

Author SHA1 Message Date
QuinnFTW
1cd8e08bcf build(scripts): 📦️ Implement new registry integration in publish script for updated artifact deployment credentials and endpoints
Some checks failed
Build and Publish / build-and-publish (push) Failing after 40s
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 03:59:22 -07:00
QuinnFTW
ee597bd308 scripts(publish-specific): 🔨 Add version bump logic and environment variable configuration for publish workflow
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 19:35:03 -07:00
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