Skip to content

Conversation

@ozsay
Copy link
Contributor

@ozsay ozsay commented Feb 1, 2026

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.

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
  • 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
  • All files contain instructions directing AI agents to prioritize 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 files will be included in new projects created with base44 create, providing AI agents with context-specific guidance when working within Base44 projects. The files use standard conventions (AGENTS.md for general AI agents, CLAUDE.md specifically for Claude) to ensure broad compatibility with different AI coding assistants.


🤖 Generated by Claude | 2026-02-01 13:52 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.26-pr.168.7c81f71

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.26-pr.168.7c81f71"

Or add it to your package.json dependencies:

{
  "dependencies": {
    "base44": "npm:@base44-preview/cli@0.0.26-pr.168.7c81f71"
  }
}

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants