Skip to content

v0.3.0 - Multi-URL Cloning & CI Quality Gates

Choose a tag to compare

@JCodesMore JCodesMore released this 30 Mar 04:01

Multi-URL cloning, CI quality gates, and cross-platform polish

This release brings multi-URL support to the /clone-website skill, adds automated CI quality checks, and refines documentation and tooling across all supported platforms.

Highlights

  • Multi-URL cloning — pass multiple URLs to /clone-website and each site is cloned in parallel with isolated output directories
  • CI quality gates — every push and PR now runs lint, typecheck, and build automatically via GitHub Actions
  • Local quality checknpm run check runs the full validation pipeline locally before you push
  • Cross-platform reliability — fixed CRLF line ending handling in sync-skills.mjs for seamless Windows operation
  • Better onboarding.nvmrc and .gitattributes ensure consistent environments for new contributors

What's Changed

Added

  • Multi-URL support for /clone-website — clone multiple sites in a single command with parallel processing and isolated output
  • CI quality gates via GitHub Actions — automated lint, typecheck, and build on every push and PR
  • npm run typecheck and npm run check scripts for local quality validation
  • .gitattributes for cross-platform line ending normalization
  • .nvmrc to pin Node.js 20 for contributor consistency

Changed

  • Streamlined PR template — removed redundant checklist items and screenshots section
  • Improved project description and README — clearer use cases, limitations, and modern wording
  • Refined documentation and agent rules across all platforms for clarity and consistency
  • Fixed CRLF handling in sync-skills.mjs for reliable Windows operation

Removed

  • Outdated use case from README documentation

New Contributors

Full Changelog: v0.2.0...v0.3.0