From b72dc51e8e5987f05da5bf340bb99aa5367c1892 Mon Sep 17 00:00:00 2001 From: Mike Griese Date: Fri, 28 Aug 2026 10:50:19 -0500 Subject: [PATCH] updates readme to clarify this is robot text --- .../README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/modules/cmdpal/Microsoft.CmdPal.AdaptiveCards.IncrementalRendering/README.md b/src/modules/cmdpal/Microsoft.CmdPal.AdaptiveCards.IncrementalRendering/README.md index 1f9d8096a7..3edb321b7e 100644 --- a/src/modules/cmdpal/Microsoft.CmdPal.AdaptiveCards.IncrementalRendering/README.md +++ b/src/modules/cmdpal/Microsoft.CmdPal.AdaptiveCards.IncrementalRendering/README.md @@ -1,8 +1,17 @@ -# Command Palette incremental Adaptive Card rendering +# Incremental Adaptive Card rendering + +> [!WARNING] +> Here be basilisks! +> +> This entire library is maintained by LLMs. Humans didn't write the code, and no human actually owns this code. +> +> This library was generated to experiment with the big picture problem "can we update the content of a rendered Adaptive Card without replacing the entire card?" +> +> I would fully suspect that this is not the correct approach to solve this problem. It is _an_ approach however, and it's one that works well enough to continue experimenting with. `IncrementalAdaptiveCardUpdater` renders an Adaptive Card into a stable `Border`. Later calls update safe properties without replacing the visible form. -Unsupported changes replace the complete card. +Unsupported changes replace the complete card. This allows the card to quickly update its content without losing the user's input or focus, or flickering images. ## Use the updater