From 4618e36e902d1652ec00e412b45126af65b48915 Mon Sep 17 00:00:00 2001 From: Gustavo Freze Date: Wed, 19 Aug 2026 20:54:53 -0300 Subject: [PATCH 1/3] build: Raise the phpunit and infection floors to the asset baseline. --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index efee939..40d6a39 100644 --- a/composer.json +++ b/composer.json @@ -37,11 +37,11 @@ "require-dev": { "ergebnis/composer-normalize": "^2.52", "guzzlehttp/guzzle": "^8.0", - "infection/infection": "^0.33", + "infection/infection": "^0.34", "laminas/laminas-httphandlerrunner": "^2.13", "nyholm/psr7": "^1.8", "phpstan/phpstan": "^2.2", - "phpunit/phpunit": "^13.1", + "phpunit/phpunit": "^13.2", "psr/http-server-handler": "^1.0", "psr/http-server-middleware": "^1.0", "slevomat/coding-standard": "^8.31", @@ -67,6 +67,7 @@ "ergebnis/composer-normalize": true, "infection/extension-installer": true }, + "process-timeout": 0, "sort-packages": true }, "scripts": { From 959c38886bc7afe697d1d9066f9d780de63fcbdd Mon Sep 17 00:00:00 2001 From: Gustavo Freze Date: Wed, 19 Aug 2026 20:54:53 -0300 Subject: [PATCH 2/3] docs: Standardize the Copilot instructions. --- .github/copilot-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index de1576d..e34c801 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -6,7 +6,7 @@ PHP library in the tiny-blocks ecosystem. ## Mandatory pre-task step -Before starting any task, read and strictly follow `CLAUDE.md` and every rule file in +Before starting any task, read and strictly follow `.claude/CLAUDE.md` and every rule file in `.claude/rules/`. These files are the absolute source of truth for code generation. Apply every rule strictly. Do not deviate from the patterns, folder structure, or naming conventions defined in them. From 70e220fa812f26afe73acf0e2f361fc39f0409b3 Mon Sep 17 00:00:00 2001 From: Gustavo Freze Date: Wed, 19 Aug 2026 20:54:53 -0300 Subject: [PATCH 3/3] docs: Run the pull request checklist through the Makefile. --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7a2c836..e9cc769 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -12,5 +12,5 @@ Closes #... - [ ] Tests added or updated. - [ ] Documentation updated when applicable. -- [ ] `composer review` passes. -- [ ] `composer tests` passes. +- [ ] `make review` passes. +- [ ] `make tests` passes.