Improve migration and command output verbosity

Add migrate:commit reminder after successful migrations in dev mode
Add --silent flag to rsx:clean and use in framework updates
Add minimal README.md with clone instructions

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2025-10-22 01:13:35 +00:00
parent 0ac0bcf1af
commit de4e0438f0
6 changed files with 41 additions and 25 deletions

7
README.md Executable file
View File

@@ -0,0 +1,7 @@
# RSpade Framework
To start a new RSpade project:
```bash
git clone --recurse-submodules ssh://git@privategit.hanson.xyz:3322/brianhansonxyz/rspade_project.git your-project-name
```