leanspec-publishing
Installation
SKILL.md
LeanSpec Publishing Skill
Teach agents how to publish and release LeanSpec packages to npm.
Core Principles
- Root as Source of Truth: All versions come from root
package.json - Platform Packages First: Platform binaries must be published before main packages
- Automated Sync: Use scripts, don't manually edit package.json files
- Test Before Release: Always run
pnpm pre-releasebefore publishing - Dev Tags for Testing: Use
-devtags for testing across platforms
Release Workflow
Production Release (Recommended)
# 1. Update version (root only)
npm version patch # or minor/major