fix readme repo diagram, add agents.md
Some checks failed
CI - Multi-Platform Native / Build iOS (RSSuper) (push) Has been cancelled
CI - Multi-Platform Native / Build macOS (push) Has been cancelled
CI - Multi-Platform Native / Build Android (push) Has been cancelled
CI - Multi-Platform Native / Build Linux (push) Has been cancelled
CI - Multi-Platform Native / Integration Tests (push) Has been cancelled
CI - Multi-Platform Native / Build Summary (push) Has been cancelled

This commit is contained in:
2026-03-31 12:54:01 -04:00
parent 6a7efebdfc
commit b79e6e7aa2
7 changed files with 629 additions and 9 deletions

View File

@@ -39,11 +39,10 @@ RSSuper uses a native-first approach, building truly native applications for eac
```
RSSuper/
├── native-route/ # Native platform projects
│ ├── ios/ # iOS/macOS Xcode project
│ ├── android/ # Android Gradle project
│ ├── linux/ # Linux Meson project
│ └── windows/ # Windows project (planned)
ios/ # iOS/macOS Xcode project
android/ # Android Gradle project
linux/ # Linux Meson project
windows/ # Windows project (planned)
├── scripts/ # Build scripts
│ ├── build.sh # Main build orchestrator
│ ├── build-ios.sh # iOS/macOS builder