From 6d48dbba1b21f7fdefd4dfa30d0e33e2879980bb Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Fri, 13 Feb 2026 22:31:47 +0000 Subject: [PATCH] Update submodule changes --- PROMPT.md | 131 +++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 111 insertions(+), 20 deletions(-) diff --git a/PROMPT.md b/PROMPT.md index 48d60ed1..90d2c7ef 100644 --- a/PROMPT.md +++ b/PROMPT.md @@ -1,15 +1,15 @@ # botbook Development Guide -**Version:** 6.2.0 +**Version:** 6.2.0 **Purpose:** Documentation for General Bots (mdBook) --- -## πŸ“š CRITICAL: Keyword Naming Rules +## CRITICAL: Keyword Naming Rules **Keywords NEVER use underscores. Always use spaces.** -### βœ… Correct Syntax +### Correct Syntax ```basic SEND MAIL to, subject, body, attachments GENERATE PDF template, data, output @@ -20,7 +20,7 @@ SET BOT MEMORY key, value KB STATISTICS ``` -### ❌ WRONG - Never Use Underscores +### WRONG - Never Use Underscores ```basic SEND_MAIL ' WRONG! GENERATE_PDF ' WRONG! @@ -39,7 +39,7 @@ DELETE_HTTP ' WRONG! --- -## 🎨 OFFICIAL ICONS - MANDATORY +## OFFICIAL ICONS - MANDATORY **NEVER generate icons with LLM. Use official SVG icons from `botui/ui/suite/assets/icons/`** @@ -55,7 +55,7 @@ DELETE_HTTP ' WRONG! --- -## πŸ“ STRUCTURE +## STRUCTURE ``` botbook/ @@ -76,7 +76,7 @@ botbook/ --- -## πŸ“– DOCUMENTATION RULES +## DOCUMENTATION RULES ``` - All documentation MUST match actual source code @@ -88,18 +88,18 @@ botbook/ --- -## 🚫 NO ASCII DIAGRAMS β€” MANDATORY +## NO ASCII DIAGRAMS - MANDATORY **NEVER use ASCII art diagrams. ALL diagrams must be SVG.** -### ❌ Prohibited ASCII Patterns +### Prohibited ASCII Patterns ``` -β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β” ╔═══════╗ +-------+ -β”‚ Box β”‚ β•‘ Box β•‘ | Box | -β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β•šβ•β•β•β•β•β•β•β• +-------+ ++-------+ +| Box | ++-------+ ``` -### βœ… What to Use Instead +### What to Use Instead | Instead of... | Use... | |---------------|--------| @@ -109,7 +109,7 @@ botbook/ --- -## 🎨 SVG DIAGRAM GUIDELINES +## SVG DIAGRAM GUIDELINES All SVGs must support light/dark modes: @@ -117,7 +117,7 @@ All SVGs must support light/dark modes: