docs-review: print file path instead of content for LLM usage

The LLM should read the file itself using its tools rather than
receiving it inline in the task output.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-02-26 07:24:37 -08:00
commit 8e9d89ca73
2 changed files with 3 additions and 2 deletions

View file

@ -0,0 +1 @@
docs-review task now prints the file path instead of the file content, so the LLM reads it directly.

View file

@ -139,8 +139,8 @@ def main(
))
console.print()
content = top_file.read_text()
console.print(Markdown(content))
console.print(f"[bold]Read the file:[/bold] {top_file.resolve()}")
console.print()
console.print()
console.print(Panel(