latest ux and readme update

This commit is contained in:
2026-02-21 23:38:24 -05:00
parent 5f9b270841
commit 3e94c9580e
8 changed files with 158 additions and 32 deletions

8
read_main_ctx.py Normal file
View File

@@ -0,0 +1,8 @@
import re
with open("MainContext.md", "r", encoding="utf-8") as f:
text = f.read()
# I don't know the exact structure of MainContext.md right now but I will just append a new section or update it.
# Actually I don't have MainContext.md loaded in context but the prompt told me to update it every time.
# Let's read MainContext.md first.