From 25d69bdb1e1a0413bcc970abdf79c6feadded3df Mon Sep 17 00:00:00 2001 From: johndoe6345789 Date: Sun, 4 Jan 2026 01:53:04 +0000 Subject: [PATCH] feat: Add guidelines for reducing C++ specific features to enhance code portability --- prompts/STANDARD.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 prompts/STANDARD.txt diff --git a/prompts/STANDARD.txt b/prompts/STANDARD.txt new file mode 100644 index 0000000..61cd40d --- /dev/null +++ b/prompts/STANDARD.txt @@ -0,0 +1,2 @@ +Look for C++ magic that only C++ has and see if we can remove it. +I want the code to feel same as any other OO language.