1f96fe9965
fix: address PR #9 review feedback quality-debt ( #59 )
...
- .markdownlint.json: enforce MD004 asterisk style to match project conventions
- .wiki/Contributing.md: convert all dash list markers to asterisks (MD004)
- .wiki/Coding-Standards.md: fix PHPDoc bullet wording (add missing preposition)
- build.sh: add set -euo pipefail for strict error handling
- build.sh: fix SC2115 (use ${var:?} to prevent rm -rf /)
- build.sh: fix SC2164 (cd build || exit 1)
- build.sh: fix SC2028 (use printf instead of echo for escape sequences)
- build.sh: fix SC2035 (use ./*.php glob to avoid dash-named files)
Closes #46
2026-03-16 22:44:49 +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
3b73654202
Fix Markdown line lengths for Codacy compliance
...
- Break long lines into shorter paragraphs for better readability
- Simplify verbose code examples in feedback loops documentation
- Update file references from .ai-workflows/ to .agents/
2025-11-24 21:53:28 +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
5f598f0f7e
Add PHPUnit testing framework and error checking documentation
2025-04-22 22:42:11 +01:00
0c4e91fcec
Fix code quality issues and GitHub Actions workflows
2025-04-22 22:30:31 +01:00
f3d6bd2434
Fix code quality issues: update Cypress tests to use custom commands, fix workflow files, update documentation
2025-04-22 22:10:55 +01:00
fa92ca58df
Fix remaining issues: update Cypress tests to work directly with WordPress, fix Markdown formatting
2025-04-22 16:46:36 +01:00
8fa2c19fe4
Fix WordPress Playground tests: update Cypress test URL, improve blueprints, enhance documentation
2025-04-22 16:37:01 +01:00
0f83330d85
Fix WordPress Playground tests: update blueprints to use installPlugin step, update test command
2025-04-22 16:19:04 +01:00
f48276cc58
Fix code quality issues: add ESLint config to Cypress files, update documentation, improve HTML accessibility
2025-04-22 15:11:56 +01:00
3ca2fe58fa
Fix code quality issues: add iframe titles, fix Markdown formatting, update documentation, and clean up test files
2025-04-22 15:03:24 +01:00
c37d2975d3
Enable networking feature in single site blueprint to fix plugin installation
2025-04-22 14:52:13 +01:00
089e083f40
Update documentation and HTML files to use Kadence Blocks instead of Hello Dolly
2025-04-22 14:48:03 +01:00
189d0de673
Fix Hello Dolly plugin installation errors in WordPress Playground blueprints
2025-04-22 13:53:01 +01:00
1cfc6f5a13
Fix Hello Dolly plugin installation in WordPress Playground blueprints
2025-04-22 02:26:57 +01:00
13d2f92ee5
Fix Hello Dolly plugin installation in WordPress Playground blueprints
2025-04-22 02:11:57 +01:00
1089ea491a
Add Hello Dolly and WP_DEBUG to WordPress Playground, update documentation and fix GitHub Actions
2025-04-22 01:56:12 +01:00
35d7623722
Update WordPress Playground integration with Plugin Toggle and comprehensive documentation
2025-04-22 01:39:36 +01:00
78e2929b27
Add network-activated plugin to WordPress Playground multisite blueprint
2025-04-22 01:20:14 +01:00
d0b42262a4
Remove plugin installation from WordPress Playground multisite blueprint
2025-04-22 01:13:28 +01:00
999105228a
Use working blueprint example for WordPress Playground multisite
2025-04-22 01:09:24 +01:00
b10ea120cd
Simplify WordPress Playground multisite blueprint with manual activation instructions
2025-04-22 00:43:05 +01:00
6eb7b2c4e3
Completely revise WordPress Playground multisite blueprint with manual setup approach
2025-04-22 00:40:59 +01:00
2b726a4b46
Fix WordPress Playground multisite blueprint with proper network installation
2025-04-22 00:33:47 +01:00
960468f176
Use enableMultisite step in WordPress Playground blueprint
2025-04-22 00:24:39 +01:00
17375cf555
Use direct URL parameters for WordPress Playground multisite
2025-04-22 00:09:57 +01:00
fae342fe33
Simplify WordPress Playground multisite blueprint using options
2025-04-22 00:02:26 +01:00
cde6d979b5
Fix WordPress Playground multisite blueprint to properly enable multisite
2025-04-21 23:43:27 +01:00
c0748c0d0b
Simplify WordPress Playground multisite blueprint
2025-04-21 23:25:17 +01:00
64567f3d0f
Fix WordPress Playground multisite blueprint
2025-04-21 23:15:34 +01:00
7783f8de79
Update Testing.md with WordPress Playground documentation
2025-04-21 23:10:21 +01:00
5f95ba762e
Use official WordPress Playground blueprint examples
2025-04-21 23:08:28 +01:00
81f490efcb
Simplify WordPress Playground blueprints to minimal configuration
2025-04-21 23:02:56 +01:00
e823026626
Update WordPress Playground blueprints to use writeFile approach
2025-04-21 22:55:25 +01:00
f704685e96
Update WordPress Playground documentation with correct links
2025-04-21 22:48:44 +01:00
400632a3b3
Update WordPress Playground documentation
2025-04-21 22:43:48 +01:00
572c23df89
Add WordPress Playground and WP Performance Tests integration
2025-04-21 22:22:19 +01:00
1841b6b8bd
Fix Markdown formatting and update GitHub Actions workflow
2025-04-21 21:50:32 +01:00
474a5d2753
Fix GitHub Actions workflow and Markdown formatting
2025-04-21 21:37:37 +01:00
78c3d03030
Fix code quality issues and add package-lock.json
2025-04-21 21:32:35 +01:00
051bc763f8
Fix code quality issues and improve test framework
2025-04-21 21:23:23 +01:00
ed160ed51b
Fix code quality issues and Markdown formatting
2025-04-21 21:15:29 +01:00
47d77c6451
Update sidebar and add Multisite Development documentation
2025-04-21 20:57:40 +01:00
e5edff8cfa
Update Architecture Overview with testing framework and multisite structure
2025-04-21 20:52:43 +01:00
f7515b5861
Remove unnecessary domain mapping functionality
2025-04-21 20:46:43 +01:00
8ed22642e2
Add comprehensive testing framework for both single site and multisite WordPress environments
2025-04-21 17:32:01 +01:00