Skip to content

Conversation

@ozsay
Copy link
Contributor

@ozsay ozsay commented Feb 1, 2026

Note

Description

This PR adds AI agent instruction files (AGENTS.md and CLAUDE.md) to both the backend-and-client and backend-only project templates. These files instruct AI agents to prioritize skills-based reasoning from the skills folder over general pre-training knowledge when working with Base44 tasks, ensuring more consistent and framework-specific behavior across new projects.

Related Issue

None

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactoring (no functional changes)
  • Other (please describe):

Changes Made

  • Added AGENTS.md to templates/backend-and-client/ with instructions for AI agents to prefer skills-based reasoning
  • Added CLAUDE.md to templates/backend-and-client/ with Claude-specific instructions directing to skills folder
  • Added AGENTS.md to templates/backend-only/ with instructions for AI agents to prefer skills-based reasoning
  • Added CLAUDE.md to templates/backend-only/ with Claude-specific instructions directing to skills folder
  • All files contain identical instructions emphasizing skills folder content over pre-training knowledge for Base44 tasks

Testing

  • I have tested these changes locally
  • I have added/updated tests as needed
  • All tests pass (npm test)

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (if applicable)
  • My changes generate no new warnings
  • I have updated AGENTS.md if I made architectural changes

Additional Notes

These instruction files will be automatically included in all new projects created with base44 create, providing AI agents with context-specific guidance when working within Base44 projects. The files follow standard conventions (AGENTS.md for general AI agents, CLAUDE.md specifically for Claude) to ensure broad compatibility with different AI coding assistants and tools.


🤖 Generated by Claude | 2026-02-08 17:41 UTC

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 <cursoragent@cursor.com>
@github-actions
Copy link
Contributor

github-actions bot commented Feb 1, 2026

🚀 Package Preview Available!


Install this PR's preview build with npm:

npm i @base44-preview/cli@0.0.28-pr.168.a0bdd9a

Prefer not to change any import paths? Install using npm alias so your code still imports base44:

npm i "base44@npm:@base44-preview/cli@0.0.28-pr.168.a0bdd9a"

Or add it to your package.json dependencies:

{
  "dependencies": {
    "base44": "npm:@base44-preview/cli@0.0.28-pr.168.a0bdd9a"
  }
}

Preview published to npm registry — try new features instantly!

@claude
Copy link

claude bot commented Feb 1, 2026

Code review

No issues found. Checked for bugs and CLAUDE.md compliance.

galElmalah
galElmalah previously approved these changes Feb 1, 2026
Co-authored-by: Gal Elmalah <40733145+galElmalah@users.noreply.github.com>
@github-project-automation github-project-automation bot moved this from Backlog to In review in CLI Development Feb 8, 2026
@kfirstri
Copy link
Collaborator

kfirstri commented Feb 8, 2026

@ozsay do we still want this? we can merge if youd like

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In review

Development

Successfully merging this pull request may close these issues.

3 participants