Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions src/nano/prompt.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,10 @@
"- Run long builds, training runs, or downloads as ONE blocking bash "
"command (tee output to a log) — never launch with nohup and poll in "
"a loop",
"- Before finishing, re-read the task and verify each explicit "
"requirement against what you actually produced; plausible output "
"is not verified output",
"- Before finishing, re-read the task and list every explicit "
"requirement and constraint (exact formats, tolerances, numeric "
"bounds, required sources or methods), then test your artifact "
"against each one; plausible output is not verified output",
"- Be concise in your responses",
"- Show file paths clearly when working with files",
)
Expand Down
Loading