Conversation
From the 2026-08-24 Sloane CUJ test (issue #64): the fatal send failure left no trace in the Activity work log, and what the log did show read as infrastructure ('FILES_BRIDGE_SYNCED VIA FILES — 0 folder grant(s) delivered via brokered_read_only'). - finalize_thread_run now writes a 'run_failed' audit entry ('Attempted a task and failed: <error>') at the single chokepoint every failure path goes through — success already logged 'chatted'; failures were invisible, which is exactly what let a false 'I'm on it' claim go unchallenged by the log meant to verify it. - ActivityTab renders human action labels ('Files synced', 'Task failed', 'Chat') with the machine code preserved in the hover title. run_failed entries pick up the existing red failed styling. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This was referenced Aug 25, 2026
…vals Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #64 — from the 2026-08-24 Sloane health-forms CUJ test: the run's fatal failure left zero trace in the Activity work log (so the log couldn't confirm or deny the agent's false "I'm on it" claim), and existing entries read as infrastructure codes.
Changes
finalize_thread_runwrites arun_failedaudit entry ("Attempted a task and failed: ") — the one chokepoint all failure paths pass through. Success already loggedchatted; this is its counterpart.run_failedautomatically picks up the red failure styling.Testing
cargo checkclean,tsc --noEmitclean, frontend suite passes🤖 Generated with Claude Code