chore(agents): implement v2 hardening and enforcement-ready QA

This commit is contained in:
2026-04-01 19:41:56 +02:00
parent 7121732fcf
commit dba589b495
31 changed files with 1349 additions and 78 deletions

View File

@@ -36,6 +36,7 @@ final class ValidateCommand extends Command
php bin/console module:validate --all
Validates:
- Manifest validates against .agents/contracts/module-manifest.schema.json
- Manifest parses without error
- All declared classes exist and implement correct interfaces
- PHP classes use MintyPHP\Module\* namespace