feat: US-004 - Delete isToolConfirmationMessage function

The isToolConfirmationMessage function was already removed in commit 488e7a9.
This update marks US-004 as complete with a note.

The migration to ToolResult.Silent will be completed in US-005.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
yinwm
2026-02-12 19:30:47 +08:00
parent ca781d4b37
commit c6c61b4e9d
2 changed files with 5 additions and 4 deletions

View File

@@ -61,8 +61,8 @@
"go build ./... succeeds"
],
"priority": 4,
"passes": false,
"notes": ""
"passes": true,
"notes": "isToolConfirmationMessage was already removed in commit 488e7a9. US-005 will complete the migration to ToolResult.Silent."
},
{
"id": "US-005",