Conversation
roborev: Combined Review (
|
roborev: Combined Review (
|
roborev: Combined Review (
|
roborev: Combined Review (
|
roborev: Combined Review (
|
roborev: Combined Review (
|
Satisfies testifylint require-error: error assertions followed by dependent assertions must halt on failure to avoid cascading errors.
roborev: Combined Review (
|
Why
Prompt construction in
internal/prompthad accumulated too much behavior in Go-side string assembly, which made the actual prompt structure hard to reason about, easy to regress during cleanup, and split across multiple sources of truth. This refactor moves the prompt format itself into templates so the rendered prompt shape is defined where it is authored, while preserving existing review behavior and fixing the regressions uncovered during the migration and subsequentroborevreviews.Summary
.md.gotmpltemplates backed by typed view dataroborevfindings ongotmplso the branch ends with no open review jobsTest Plan