Implement JQHTML function cache ID system and fix bundle compilation Implement underscore prefix for system tables Fix JS syntax linter to support decorators and grant exception to Task system SPA: Update planning docs and wishlists with remaining features SPA: Document Navigation API abandonment and future enhancements Implement SPA browser integration with History API (Phase 1) Convert contacts view page to SPA action Convert clients pages to SPA actions and document conversion procedure SPA: Merge GET parameters and update documentation Implement SPA route URL generation in JavaScript and PHP Implement SPA bootstrap controller architecture Add SPA routing manual page (rsx:man spa) Add SPA routing documentation to CLAUDE.md Phase 4 Complete: Client-side SPA routing implementation Update get_routes() consumers for unified route structure Complete SPA Phase 3: PHP-side route type detection and is_spa flag Restore unified routes structure and Manifest_Query class Refactor route indexing and add SPA infrastructure Phase 3 Complete: SPA route registration in manifest Implement SPA Phase 2: Extract router code and test decorators Rename Jqhtml_Component to Component and complete SPA foundation setup 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
RSpade Framework Documentation
For Developers Using RSpade
Welcome to the RSpade framework documentation. RSpade is a Visual Basic-like development environment for PHP/Laravel that prioritizes simplicity, straightforwardness, and rapid development.
Getting Started
- LLM Integration: Point your AI assistant to
CLAUDE.dist.mdfor comprehensive development directives - Architecture: Read
rsx-architecture.mdfor framework overview and core concepts - Coding Standards: See
coding-conventions.mdfor naming conventions and style guide - Framework Updates: Follow
framework_upstream.mdto sync with upstream framework updates
Documentation Files
Core Documentation
CLAUDE.dist.md- Comprehensive AI/LLM development guide (primary reference)rsx-architecture.md- Architecture overview and core philosophyrsx-dispatch-system.md- Routing and request handling systemcoding-conventions.md- Code style, naming standards, and conventions
Framework Behavior
framework_divergences.md- How RSpade differs from standard Laravelframework_upstream.md- Keeping your project updated with framework changes
Advanced Topics
llm_migration_system.md- Snapshot-based migration system for AI-friendly development
External Libraries
jqhtml_quickstart.md- JQHTML component system build processjqhtml_migration_report.md- JQHTML NPM package migration notesjqhtml_vscode_extension_setup.md- VS Code extension setup for JQHTML
Quick Reference
Common Commands:
php artisan rsx:check # Check code quality
php artisan rsx:clean # Clear caches (troubleshooting)
php artisan rsx:debug /route # Test routes with headless browser
php artisan rsx:man <topic> # View detailed documentation
Project Structure:
/rsx/ # Your application code (RSX)
├── app/ # Application modules
├── models/ # Database models
├── theme/ # Global theme assets
├── main.php # App-wide middleware
└── permission.php # Authorization methods
/app/RSpade/ # Framework runtime (do not modify)
Support
For issues or questions about the RSpade framework, refer to the comprehensive CLAUDE.dist.md documentation or consult the specific topic files listed above.