diff --git a/.story_kit/work/1_upcoming/195_story_preserve_newlines_in_chat_message_submission.md b/.story_kit/work/1_upcoming/195_story_preserve_newlines_in_chat_message_submission.md new file mode 100644 index 0000000..98551d8 --- /dev/null +++ b/.story_kit/work/1_upcoming/195_story_preserve_newlines_in_chat_message_submission.md @@ -0,0 +1,19 @@ +--- +name: "Preserve newlines in chat message submission" +--- + +# Story 195: Preserve newlines in chat message submission + +## User Story + +As a user chatting with the bot via the web UI, I want my paragraph formatting (newlines) to be preserved when I submit a message, so that my messages aren't collapsed into a single paragraph. + +## Acceptance Criteria + +- [ ] Newlines in submitted chat messages are preserved and displayed correctly +- [ ] Multiple paragraphs remain visually separated after submission +- [ ] Single line breaks within text are maintained + +## Out of Scope + +- TBD diff --git a/.story_kit/work/1_upcoming/196_story_render_code_fences_in_user_chat_messages.md b/.story_kit/work/1_upcoming/196_story_render_code_fences_in_user_chat_messages.md new file mode 100644 index 0000000..df45191 --- /dev/null +++ b/.story_kit/work/1_upcoming/196_story_render_code_fences_in_user_chat_messages.md @@ -0,0 +1,19 @@ +--- +name: "Render code fences in user chat messages" +--- + +# Story 196: Render code fences in user chat messages + +## User Story + +As a user chatting with the bot via the web UI, I want code fences (```) in my messages to be rendered as formatted code blocks, so that code snippets I share are readable. + +## Acceptance Criteria + +- [ ] Code fences in user messages are rendered as styled code blocks +- [ ] Inline code with single backticks is also rendered appropriately +- [ ] Rendered code blocks are visually distinct from regular text + +## Out of Scope + +- TBD