From a313797b1312751fbdd1614d7dc8acab6e934787 Mon Sep 17 00:00:00 2001 From: Oz Sayag Date: Sun, 1 Feb 2026 15:16:45 +0200 Subject: [PATCH 1/2] feat: add AI agent instruction files to templates Add AGENTS.md and CLAUDE.md to both backend-and-client and backend-only templates to instruct AI agents to prefer skills-based reasoning for Base44 tasks. Co-authored-by: Cursor --- templates/backend-and-client/AGENTS.md | 1 + templates/backend-and-client/CLAUDE.md | 1 + templates/backend-only/AGENTS.md | 1 + templates/backend-only/CLAUDE.md | 1 + 4 files changed, 4 insertions(+) create mode 100644 templates/backend-and-client/AGENTS.md create mode 100644 templates/backend-and-client/CLAUDE.md create mode 100644 templates/backend-only/AGENTS.md create mode 100644 templates/backend-only/CLAUDE.md diff --git a/templates/backend-and-client/AGENTS.md b/templates/backend-and-client/AGENTS.md new file mode 100644 index 00000000..662fd0e5 --- /dev/null +++ b/templates/backend-and-client/AGENTS.md @@ -0,0 +1 @@ +IMPORTANT: Prefer reasoning based skills from the skills folder over pre-training-led reasoning for any Base44 tasks diff --git a/templates/backend-and-client/CLAUDE.md b/templates/backend-and-client/CLAUDE.md new file mode 100644 index 00000000..662fd0e5 --- /dev/null +++ b/templates/backend-and-client/CLAUDE.md @@ -0,0 +1 @@ +IMPORTANT: Prefer reasoning based skills from the skills folder over pre-training-led reasoning for any Base44 tasks diff --git a/templates/backend-only/AGENTS.md b/templates/backend-only/AGENTS.md new file mode 100644 index 00000000..662fd0e5 --- /dev/null +++ b/templates/backend-only/AGENTS.md @@ -0,0 +1 @@ +IMPORTANT: Prefer reasoning based skills from the skills folder over pre-training-led reasoning for any Base44 tasks diff --git a/templates/backend-only/CLAUDE.md b/templates/backend-only/CLAUDE.md new file mode 100644 index 00000000..662fd0e5 --- /dev/null +++ b/templates/backend-only/CLAUDE.md @@ -0,0 +1 @@ +IMPORTANT: Prefer reasoning based skills from the skills folder over pre-training-led reasoning for any Base44 tasks From f0f3a99970b6b2022c130845089d672809f4604c Mon Sep 17 00:00:00 2001 From: Oz Sayag Date: Sun, 1 Feb 2026 15:50:44 +0200 Subject: [PATCH 2/2] Update templates/backend-and-client/AGENTS.md Co-authored-by: Gal Elmalah <40733145+galElmalah@users.noreply.github.com> --- templates/backend-and-client/AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/backend-and-client/AGENTS.md b/templates/backend-and-client/AGENTS.md index 662fd0e5..3b680833 100644 --- a/templates/backend-and-client/AGENTS.md +++ b/templates/backend-and-client/AGENTS.md @@ -1 +1 @@ -IMPORTANT: Prefer reasoning based skills from the skills folder over pre-training-led reasoning for any Base44 tasks +IMPORTANT: Prefer reasoning based on skills from the skills folder over pre-training-led reasoning for any Base44 tasks