calculate_integrity_score
Calculate integrity scores to verify AI code edits by analyzing dependencies and preventing unsafe changes in JavaScript/TypeScript projects.
Instructions
Рассчитывает Integrity Score. Использует State Machine для защиты от "читерства" ИИ.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_function | Yes | ||
| dependencies | Yes | ||
| verified_dependencies | Yes | ||
| proposed_header | No | ||
| breaking_change_description | No | ||
| confirmation_token | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |