Skip to content

Latest commit

 

History

History
92 lines (50 loc) · 4.62 KB

File metadata and controls

92 lines (50 loc) · 4.62 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.9 (2025-04-04)

Code Refactoring

  • clarify documentation update requirements in implementation process (d4646ff)
  • remove redundant comment about .gitignore in createProject function (448239e)
  • remove Unsplash placeholder images from AI Assistant templates (9554afa)

0.1.8 (2025-04-04)

Features

  • add GitHub Copilot instructions file generation (a326532)
  • add Unsplash integration for placeholder images in guidelines and templates (c52e7ea)

Code Refactoring

  • remove README.md files from expected project structure and update AI Assistant guidelines (92cc03b)

0.1.7 (2025-04-04)

Code Refactoring

  • remove redundant .gitignore file creation in project initialization (3b70cb5)
  • simplify project folder creation by removing unnecessary README files (c8a8b04)

0.1.6 (2025-04-03)

Features

  • add .gitignore files for Next.js and React TypeScript templates (aeee3c3)

0.1.5 (2025-04-03)

Code Refactoring

  • update project resources and guidelines for AI-assisted development (8b4c219)

0.1.4 (2025-04-03)

Code Refactoring

  • standardize AI integration with AI_ASSISTANT.md (8e87c20)

0.1.3 (2025-04-03)

Documentation

  • reorganize documentation structure into project-docs (9487578)

0.1.2 (2025-04-03)

Bug Fixes

  • release: update release action to use CHANGELOG.md for release notes (4e60083)
  • update README and package.json for project documentation and license changes (c5a0430)

0.1.1 (2025-04-03)

Features

  • add CI/CD pipeline for automated testing, release and NPM publishing (c81e417)

[0.1.0] - 2025-04-03

Added

  • Initial release of the create-ai-assisted-project CLI
  • Next.js app router template with TypeScript and shadcn/ui
  • React TypeScript template with Vite and shadcn/ui
  • AI workflow documentation structure
  • Memory management system for AI context
  • Task tracking with todo.md
  • Comprehensive development guidelines
  • Project setup with common dev dependencies
  • Documentation structure with project-docs organization:
    • Guidelines for development and review
    • Process documentation for AI workflow
    • Technical planning and architecture guidance