Commit Graph

29 Commits

Author SHA1 Message Date
476dc7e647 fix: address PR #10 CodeRabbit review feedback
- Fix SC2115 shellcheck warning in build.sh (use ${var:?} for safe rm -rf)
- Fix SC2164 shellcheck warning in build.sh (cd build || exit 1)
- Standardise bullet points from hyphens to asterisks in .wiki/Contributing.md
- Refine verb formality in readme.txt, README.md, .wiki/Contributing.md, .wiki/Coding-Standards.md
- Clarify PHPDoc wording in .wiki/Coding-Standards.md
- Add clarifying comment to phpcs-simple.xml arg value
2026-03-16 20:11:05 +00:00
a9d9c69b65 Continue fixing Markdown line lengths in README.md
- Break more long prose lines to stay under 120 characters
- Use reference-style links for long URLs throughout
- Remaining long lines are URL definitions (unavoidable)
2025-11-25 00:21:41 +00:00
b58036f3f5 Fix Markdown line lengths for Codacy compliance
- Break long lines in documentation files to stay under 120 characters
- Use reference-style links for long URLs
- Simplify ASCII art diagram in error-checking-feedback-loops.md
- Reorganize README.md badges with reference-style links
2025-11-25 00:17:35 +00:00
f6d30e92d0 Fix additional Markdown line lengths for Codacy compliance
- Break long prose lines to under 120 characters
- Improve readability of documentation
- URLs and ASCII art diagrams left unchanged (cannot be shortened)
2025-11-24 22:12:43 +00:00
a44826e75e Fix remaining Markdown line lengths for Codacy compliance
- Break long lines in wiki documentation files
- Improve readability of README.md
- Update PR-DESCRIPTION.md for better formatting
- Fix code-review.md long lines
2025-11-24 21:57:57 +00:00
8c735ccb2b Merge main into feature/testing-framework
Resolved conflicts:
- package.json: Use version 0.1.15 from main
- wp-plugin-starter-template.php: Use version 0.1.15, keep Plugin class usage
- AGENTS.md: Merge both versions, keep CI/CD content
- .wiki/Architecture-Overview.md: Use .agents/ directory structure
- wiki/* files: Delete (moved to .wiki/)
- .agents/error-checking-feedback-loops.md: Keep from feature branch

Also includes:
- Renamed .ai-workflows/ to .agents/
- Renamed .ai-assistant.md to AGENTS.md
- Updated version to 0.1.15
2025-11-24 20:21:38 +00:00
6300b687aa Rename .ai-assistant.md to AGENTS.md and .ai-workflows to .agents 2025-11-24 00:16:56 +00:00
35d7623722 Update WordPress Playground integration with Plugin Toggle and comprehensive documentation 2025-04-22 01:39:36 +01:00
051bc763f8 Fix code quality issues and improve test framework 2025-04-21 21:23:23 +01:00
8ed22642e2 Add comprehensive testing framework for both single site and multisite WordPress environments 2025-04-21 17:32:01 +01:00
136f07d9c4 Update version to 0.1.13
- Updated version number in all files
- Added changelog entries for code quality improvements
- Created release ZIP file
2025-04-21 16:57:47 +01:00
af11f827c4 Update README.md and .ai-assistant.md with latest version info
- Added 0.1.11 and 0.1.12 changelog entries to README.md
- Updated version number in .ai-assistant.md
2025-04-21 16:48:09 +01:00
398d24ed90 Fix code quality issues
- Fix phpstan.neon file structure
- Fix Markdown formatting in docs/code-quality-setup.md
- Add proper language specifier to .env code block in README.md
- Add blank lines around code blocks in README.md
- Add newline at end of GitHub workflow file
2025-04-21 14:57:19 +01:00
ad30d716db Fix code quality issues
- Update composer.lock file to match composer.json
- Fix Markdown formatting in README.md
- Fix phpcs.xml argument syntax
- Fix phpstan.neon excludePaths syntax
2025-04-21 14:50:21 +01:00
19ec65326b Fix code quality tools configuration and workflow
- Fix PHP CodeSniffer configuration to use WordPress coding standards
- Add WordPress stubs to PHPStan configuration
- Fix Codacy Analysis action by removing unsupported parameter
- Update SonarCloud action to use recommended sonarqube-scan-action
- Add comprehensive documentation for code quality tools
- Update composer scripts to use vendor binaries
2025-04-21 14:45:27 +01:00
3048e91a78 Fix code quality tools configuration and update documentation 2025-04-21 14:32:11 +01:00
546ed59a61 Fix code quality issues from PR feedback 2025-04-21 04:25:28 +01:00
497c44c3c6 Add documentation for code quality tools and standards 2025-04-21 03:58:18 +01:00
cdd9b050c7 Updated SonarQube badges with more detailed metrics 2025-04-19 23:49:35 +01:00
c930a5484a Version 0.1.10 - Fixed formatting issues in markdown files 2025-04-19 21:52:20 +01:00
45feb7b550 feat: Alphabetize AI IDE list and bump version to 0.1.9 2025-04-18 21:06:06 +01:00
cb79402c5f feat: Add more README badges and bump version to 0.1.8 2025-04-18 20:44:29 +01:00
79d1314aed Update version to 0.1.6 with GitHub Actions workflow permissions fix 2025-04-18 14:46:05 +01:00
bfac63799b Update to version 0.1.5 with testing setup, multisite compatibility, and npm scripts 2025-04-18 14:32:46 +01:00
269626438e Update references to Starter Prompt to point to wiki version 2025-04-18 04:24:40 +01:00
0de0b2ef05 Update version to 0.1.3 with improved AI IDE context recommendations
Some checks failed
Tests / PHP 7.0 (push) Has been cancelled
Tests / PHP 7.4 (push) Has been cancelled
Tests / PHP 8.0 (push) Has been cancelled
Tests / Code Style (push) Has been cancelled
2025-04-18 04:04:44 +01:00
342eefd471 Update documentation with AI IDE context recommendations and improve starter prompt
Some checks failed
Tests / PHP 7.0 (push) Has been cancelled
Tests / PHP 7.4 (push) Has been cancelled
Tests / PHP 8.0 (push) Has been cancelled
Tests / Code Style (push) Has been cancelled
Release / Build and Release (push) Has been cancelled
2025-04-18 03:57:43 +01:00
32697533ab Update version numbers to 0.1.1 and add changelog entries
Some checks failed
Tests / PHP 7.0 (push) Has been cancelled
Tests / PHP 7.4 (push) Has been cancelled
Tests / PHP 8.0 (push) Has been cancelled
Tests / Code Style (push) Has been cancelled
2025-04-18 03:26:12 +01:00
c7b590870c Initial commit of WordPress Plugin Starter Template for AI Coding
Some checks failed
Tests / PHP 7.0 (push) Has been cancelled
Tests / PHP 7.4 (push) Has been cancelled
Tests / PHP 8.0 (push) Has been cancelled
Tests / Code Style (push) Has been cancelled
Sync Wiki / Sync Wiki to GitHub (push) Has been cancelled
Release / Build and Release (push) Has been cancelled
2025-04-18 03:09:39 +01:00