Move Iris to its standalone repository

This commit is contained in:
iris committed 2026-09-12 23:16:47 -04:00
1 parent 715c86e7e2
commit 50d214e5b1
160 files changed
+21 -36285

No files matched your search

+7
View File
@@ -39,6 +39,13 @@ backend (Rust/Axum, desktop)
└─ config.ron + per-session transcript files
```
**Iris is developed in its own repository and pinned here as a submodule**
(2026-09-12). The framework accumulated enough generally useful Android,
desktop, layout, text, input, accessibility, rendering, and packaging work to
stand independently of this product. Keeping it under `iris/` preserves the
app's local path dependency and test commands, while the repository boundary
keeps product code and framework code from sharing commits.
## Architecture
### Setups and providers (2026-08-28)