Skip to content

Releases: JCodesMore/ai-website-cloner-template

v0.3.1 - Windows CRLF Fix for Agent Rules Sync

30 Mar 04:18

Choose a tag to compare

Fix: platform instruction files now correctly include the Inspection Guide on Windows

The sync-agent-rules.sh script failed to resolve @file imports on Windows due to CRLF line endings, causing platform instruction files (Copilot, Cline, Continue, Amazon Q) to show <!-- Import not found --> instead of the Inspection Guide content.

Fixed

  • sync-agent-rules.sh now strips \r before resolving @file imports — matches the CRLF fix applied to sync-skills.mjs in v0.3.0

Full Changelog: v0.3.0...v0.3.1

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

30 Mar 04:01

Choose a tag to compare

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

v0.2.0 - Multi-Platform AI Agent Support

28 Mar 20:37

Choose a tag to compare

Multi-Platform AI Agent Support

The template now works with 13 AI coding agents — not just Claude Code.

Supported Platforms

Agent Status
Claude Code Recommended — Opus 4.6
Codex CLI Supported
OpenCode Supported
GitHub Copilot Supported
Cursor Supported
Windsurf Supported
Gemini CLI Supported
Cline / Roo Code Supported
Continue Supported
Amazon Q Supported
Augment Code Supported
Aider Supported

What's New

  • Platform-specific instruction files and /clone-website skill for each agent
  • Sync scripts to regenerate platform files from a single source of truth:
    • bash scripts/sync-agent-rules.sh — regenerates instruction files from AGENTS.md
    • node scripts/sync-skills.mjs — regenerates /clone-website skill for all platforms
  • Updated README with Supported Platforms table and sync documentation

Full Changelog

https://github.com/JCodesMore/ai-website-cloner-template/blob/master/CHANGELOG.md

v0.1.1 - Project Hygiene

28 Mar 20:34

Choose a tag to compare

Project Hygiene

Adds standard open-source project files for a better contributor experience.

Added

  • Bug report and feature request issue templates (structured YAML forms)
  • Pull request template with checklist
  • CHANGELOG.md following Keep a Changelog format
  • Package.json metadata (description, repository, homepage, keywords, engines)

Fixed

  • LICENSE copyright holder now attributed to JCodesMore

v0.1.0 - Initial Release

28 Mar 20:34

Choose a tag to compare

Initial Release

The base template for reverse-engineering any website and rebuilding it as a pixel-perfect clone using Claude Code.

What's Included

  • Next.js 16 + shadcn/ui + Tailwind CSS v4 scaffold
  • /clone-website skill for full-site cloning pipeline
  • /build-from-spec and /customize skills
  • Parallel builder agents with git worktree isolation
  • Chrome MCP integration for design token extraction
  • Comprehensive inspection guide and project structure

Getting Started

See the README for setup instructions.