All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 - YYYY-MM-DD
- Initial starter repository scaffold for LightSpeed WordPress block themes.
- Root theme files:
style.css,theme.json,functions.php,readme.txt. - Block template:
templates/index.html. - Block template parts:
parts/header.html,parts/footer.html. - Style variations:
styles/light.json,styles/dark.json. - Asset folders:
assets/fonts/,assets/icons/,assets/logos/,assets/images/,assets/css/,assets/js/. - Validation and utility script:
theme-utils.mjs. - Node-based tooling:
package.json,.lintstagedrc.json,.nvmrc. - PHP tooling:
composer.json. - GitHub config:
.editorconfig,.gitignore,.gitattributes,.coderabbit.yml,CODEOWNERS. - AI guidance:
AGENTS.md,CLAUDE.md. - GitHub Copilot instructions:
.github/copilot-instructions.md,.github/instructions/. - GitHub prompts:
.github/prompts/. - GitHub reports folder:
.github/reports/. - GitHub tasks folder:
.github/tasks/. - GitHub Actions workflows:
ci.yml,code-quality.yml,release.yml. - Portable agent assets:
.agents/skills/,.agents/agents/. - End-user documentation folder:
docs/.