compare_todos
Writes ranked code review findings to an SQLite todo store, with optional code file association.
Instructions
Write ranked findings to the SQLite todo store.
Args: findings: List of {title, description, severity, source_providers}. code_file: Optional file path the findings relate to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| findings | Yes | ||
| code_file | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||