Files
clawX/harness/specs/tasks/fix-chat-history-gateway-timeout.example.md
2026-05-01 00:22:30 +08:00

883 B

id, title, scenario, taskType, intent, touchedAreas, expectedUserBehavior, requiredProfiles, requiredTests, acceptance, docs
id title scenario taskType intent touchedAreas expectedUserBehavior requiredProfiles requiredTests acceptance docs
fix-chat-history-gateway-timeout Fix chat history timeout through gateway backend communication gateway-backend-communication runtime-bridge Adjust backend communication behavior for chat history loading.
src/lib/api-client.ts
src/stores/chat/history-actions.ts
Chat history loads through the existing host API boundary.
Gateway timeout does not leave the visible chat in a stale state.
fast
comms
tests/unit/chat-history-actions.test.ts
Renderer does not add direct IPC calls.
Renderer does not fetch Gateway HTTP directly.
Comms replay and compare pass.
required
false

Example task spec for gateway backend communication work. Copy this file to a task-specific name before starting an AI Coding change.