3992384d96
The AI prompt referenced the old tool name (generate_initial_report) but the metadata and handler were registered as generate_direct_access_report, causing 404 errors when Shira tried to generate direct access reports. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
14 lines
457 B
JSON
14 lines
457 B
JSON
{
|
|
"name": "LegalAssistance",
|
|
"version": "2.0.1",
|
|
"acceptableVersions": [">=8.0.0"],
|
|
"php": [">=8.1"],
|
|
"releaseDate": "2026-04-07",
|
|
"author": "Marcus-Law",
|
|
"description": "סיוע משפטי — יצירת דוח גישה ישירה (JSON ישירות ל-DOCX), אינטגרציה עם שירה",
|
|
"scripts": {
|
|
"afterInstall": "scripts/AfterInstall.php",
|
|
"afterUninstall": "scripts/AfterUninstall.php"
|
|
}
|
|
}
|