21cf570cbc
Breaking change: LegalAid entity removed entirely. Reports are now generated directly from JSON params to DOCX without any intermediate entity or database table. New: - DirectAccessReportGenerator: takes JSON from Shira, generates DOCX via PHPWord, attaches as Document to Case (single PHP file) - AfterUninstall: full cleanup script (drops tables, columns, templates) - docs/examples/entity-reference-legalaid.md: full reference for future entity creation Removed: - LegalAid entity (entityDefs, scopes, clientDefs, layouts, i18n, controller) - GenerateInitialReport tool (replaced by DirectAccessReportGenerator) - Custom JS field view for cLegalAidNumber - update_legal_aid and get_legal_aid tools - Case link to legalAids Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>