e3dfd5f960
- DirectAccessReport entity (48 fields, status lifecycle, Case relationship) - Case fields: cLegalAidType, cAppointmentDate, cAidType, cUrgencyLevel, cFilingDeadline - Auto-tasks hook: creates 3 tasks when case set to Direct Access - DOCX template with 72 placeholders (converted from original form) - Shira plugin: generate_initial_report tool with structured conversation flow - AfterInstall/AfterUninstall scripts for plugin deployment - Hebrew + English translations Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
14 lines
451 B
JSON
14 lines
451 B
JSON
{
|
|
"name": "LegalAssistance",
|
|
"version": "1.0.0",
|
|
"acceptableVersions": [">=8.0.0"],
|
|
"php": [">=8.1"],
|
|
"releaseDate": "2026-04-06",
|
|
"author": "Marcus-Law",
|
|
"description": "סיוע משפטי — דוח גישה ישירה, משימות אוטומטיות, אינטגרציה עם שירה",
|
|
"scripts": {
|
|
"afterInstall": "scripts/AfterInstall.php",
|
|
"afterUninstall": "scripts/AfterUninstall.php"
|
|
}
|
|
}
|