prompt: add progress message guidance

This commit is contained in:
2026-07-17 01:49:10 +09:00
parent 8163c54a44
commit 65dc67a7a1
4 changed files with 39 additions and 2 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
---
title: 'ターン中のProgress messageを残す指示を追加する'
state: 'ready'
state: 'closed'
created_at: '2026-07-16T03:19:36Z'
updated_at: '2026-07-16T03:22:00Z'
updated_at: '2026-07-16T16:48:26Z'
assignee: null
---
+5
View File
@@ -0,0 +1,5 @@
Progress message guidance was added to `resources/prompts/common/writing.md`.
The prompt now instructs long-running work to emit short ordinary user-visible prose progress updates at meaningful boundaries, without tool calls, hidden notes, chain-of-thought, raw reasoning, secrets, or verbose tool-output details.
Validation: `nix build .#yoi` passed.
+22
View File
@@ -45,4 +45,26 @@ Marked ready by `yoi ticket state`.
Marked ready by `yoi ticket state`.
---
<!-- event: state_changed author: hare at: 2026-07-16T16:48:26Z from: ready to: closed reason: closed field: state -->
## State changed
Ticket を closed にしました。
---
<!-- event: close author: hare at: 2026-07-16T16:48:26Z status: closed -->
## 完了
Progress message guidance was added to `resources/prompts/common/writing.md`.
The prompt now instructs long-running work to emit short ordinary user-visible prose progress updates at meaningful boundaries, without tool calls, hidden notes, chain-of-thought, raw reasoning, secrets, or verbose tool-output details.
Validation: `nix build .#yoi` passed.
---