From 2131ede7b8df75bbf5d2e0ad6a81a5a9d95d7e78 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Wed, 29 Apr 2026 14:22:31 -0400 Subject: [PATCH] feat(board): render approval summary/recommendedAction/nextActionOnApproval as markdown MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replaces plain

tags in BoardApprovalPayloadContent with MarkdownBody (softBreaks enabled) so agent-authored markdown in these three fields — headers, bullets, and newlines — renders correctly in the Board UI instead of collapsing into a single unstyled paragraph. No schema change; the fields remain plain strings in the approval payload, only the renderer changed. Matches how comments, issue documents, and interaction cards already render markdown via MarkdownBody. Test coverage added for ## header →

, bullet list →