mirror of
https://github.com/wassname/pi-lgtm.git
synced 2026-08-15 12:45:51 +08:00
Use test: prefix for done_criterion in widget
Cleaner than lgtm? (redundant with header). Reads naturally as pass/fail. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
d2f4506183
commit
ee57eb2eae
@@ -193,7 +193,7 @@ export class TaskWidget {
|
||||
|
||||
lines.push(truncate(text + suffix));
|
||||
if (!isActive && task.status !== "completed" && (task as any).done_criterion) {
|
||||
lines.push(truncate(` lgtm? ${(task as any).done_criterion}`));
|
||||
lines.push(truncate(` test: ${(task as any).done_criterion}`));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user