fullscope_verify_line
Verifies a line from compressed output against the raw file to confirm exact location and content, returning ±5 lines of context.
Instructions
Verify a line number from a compressed view against the raw file. Since compressed output preserves original line numbers via virtual markers, this confirms the line content matches. Returns the raw line with ±5 lines of context. Optionally pass expected_content to verify the match. Use before editing to confirm the exact location.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| line | Yes | Line number from the compressed view | |
| file_path | Yes | Path to the file | |
| expected_content | No | Optional snippet expected at this line — verifies the match |