diff --git a/CLAUDE.md b/CLAUDE.md deleted file mode 100644 index b3478cda9..000000000 --- a/CLAUDE.md +++ /dev/null @@ -1,43 +0,0 @@ -# Project-Specific Documentation - -**PURPOSE**: This file is for your application-specific documentation, development notes, and project context that AI/LLM assistants should be aware of when working on your codebase. - -## Framework Documentation Location - -RSpade framework documentation for AI/LLM assistants is located at: -- **`~/.claude/CLAUDE.md`** - Framework documentation (updated with `php artisan rsx:framework:pull`) -- **`./docs/CLAUDE.dist.md`** - Same content, read-only, replaced during framework updates - -**DO NOT modify `./docs/CLAUDE.dist.md`** - it will be replaced during framework updates. - -## This File (CLAUDE.md) - -Use this file to document: -- **Project-specific context** - Business domain, purpose, architectural decisions -- **Custom conventions** - Team-specific patterns, naming conventions, coding standards -- **Development notes** - Setup instructions, deployment procedures, known issues -- **Module documentation** - Descriptions of your custom modules and their purposes -- **API integrations** - Third-party services, authentication details, endpoints -- **Database schema notes** - Important relationships, migration strategies, data models - -This file is **NOT managed by the framework** and will persist across framework updates. - ---- - -## Example Documentation Structure - -### Project Overview -[Describe what this application does and who it's for] - -### Architecture Decisions -[Document key architectural choices and why they were made] - -### Custom Modules -[List and describe your RSX modules in /rsx/app/] - -### Development Workflow -[Team-specific practices, git workflow, deployment process] - -### Environment Setup -[Project-specific setup requirements beyond standard RSpade installation] - diff --git a/docs/CLAUDE.dist.md b/docs/CLAUDE.dist.md index ecfe96120..2cb17c3db 100644 --- a/docs/CLAUDE.dist.md +++ b/docs/CLAUDE.dist.md @@ -1,7 +1,7 @@ # RSpade Framework - AI/LLM Development Guide