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)
+2 -1
View File
@@ -1,7 +1,8 @@
# Rust app and Iris
The production app is one Rust crate under `app/`, with shared Android and
desktop UI drawn by the in-tree `iris` framework. This document keeps the
desktop UI drawn by the `iris` framework pinned under `iris/` as a submodule.
This document keeps the
open work and measured constraints that are expensive to rediscover.
## Boundaries