Add CLAUDE.md management for published repositories

Update publish script to create .env.dist at project root

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2025-10-21 04:03:03 +00:00
parent d73d7469ab
commit 438623a729
4 changed files with 83 additions and 2 deletions

24
docs/CLAUDE.dist.md Executable file → Normal file
View File

@@ -1,3 +1,27 @@
<!--
═══════════════════════════════════════════════════════════════════════════
⚠️ READ-ONLY FRAMEWORK DOCUMENTATION
═══════════════════════════════════════════════════════════════════════════
This file contains RSpade framework documentation for AI/LLM assistants and is
maintained by the framework developers. It is marked read-only and will be
REPLACED during framework updates via `php artisan rsx:framework:pull`.
DO NOT modify this file directly. Any changes you make will be lost during the
next framework update.
For application-specific documentation and project context:
→ Edit the CLAUDE.md file in your project root
→ That file is NOT managed by the framework and persists across updates
This separation ensures:
• Framework documentation stays current with updates
• Your project-specific documentation is preserved
• AI assistants have access to both framework and application context
═══════════════════════════════════════════════════════════════════════════
-->
# RSpade Framework - AI/LLM Development Guide
**PURPOSE**: This document provides comprehensive directives for AI/LLM assistants developing RSX applications with the RSpade framework.