elenchus_complete_tier
Complete the current code analysis tier, record verification metrics (files verified, issues found, critical/high counts), and trigger automatic escalation based on issue thresholds.
Instructions
Mark the current tier as complete and check for auto-escalation based on issues found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session ID | |
| filesVerified | Yes | Number of files verified | |
| issuesFound | Yes | Total issues found | |
| criticalIssues | Yes | Critical issues found | |
| highIssues | Yes | High issues found | |
| tokensUsed | Yes | Tokens used in this tier | |
| timeMs | Yes | Time taken in milliseconds |