No description
| docs/architecture | ||
| README.md | ||
Hero OS Suite — Home
Central issue tracker and coordination hub for the Hero OS Suite.
Links
| Resource | URL |
|---|---|
| Issues | lhumina_code/home/issues |
| Releases | hero_services/releases |
| Project Board | projects/13 |
Live
| Service | URL |
|---|---|
| Hero Dev | herodev.gent04.grid.tf |
Repositories
| Repo | Purpose |
|---|---|
| hero_os | Hero OS shell, Dioxus WASM desktop environment, styles.css, theme engine |
| hero_archipelagos | WASM island components, forms, viewers, editors (Dioxus 0.7) |
| hero_osis | OSIS data layer, server, seed data, schema definitions |
| hero_services | Service orchestration, Dockerfile, zinit configs, deployment |
| hero_lib | Shared Rust library, AI, crypto, OS, text, OSIS packages |
| hero_rpc | OpenRPC framework, JSON-RPC server/client, Unix sockets |
| hero_auth | Authentication service |
| hero_indexer | Full-text search server |
| hero_embedder | AI embedding service |
| hero_redis | Redis integration |
| hero_inspector | Service discovery and MCP gateway |
Branching Model
All repos use development as the default branch.
development— default, always deployabledevelopment_{name}— feature branches for AI-assisted developmentmain— releases
One branch, one commit, one issue
- Each feature branch squashed into one commit before merging to
development - Commit message links to the issue
- One branch = one commit = one issue on
development