What's new
Skill output optimisation — reduced context growth
Verbose Composer, Drush, and Docker output is now filtered in the four heaviest skills, significantly reducing how fast the chat context grows during a work session:
- drupal-init:
composer create-project,composer require, anddrush site:installoutput trimmed to 3–5 lines each - drupal-stack:
docker compose up --buildoutput trimmed to 8 lines - drupal-install:
composer requireoutput trimmed to 5 lines - drupal-analyze: PHPStan output 30→15 lines, PHPCS output 40→20 lines
The didactic 💡 blocks in learning mode are unaffected — they are generated by the agent independently of the raw command output.