From ae38320d9e7561845dfe54cd9503f5ee6f116816 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 21 Oct 2025 04:08:22 +0000 Subject: [PATCH] Fix CLAUDE.dist.md header to use ASCII characters only Fix CLAUDE.md placement: move to rspade_project repository MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- CLAUDE.md | 43 ------------------------------------------- docs/CLAUDE.dist.md | 18 +++++++++--------- 2 files changed, 9 insertions(+), 52 deletions(-) delete mode 100644 CLAUDE.md 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