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:
parent
9a7acffa26
commit
8e9d89ca73
2 changed files with 3 additions and 2 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue