No description
Find a file
2026-03-25 03:02:36 +00:00
docs/architecture docs: update hero-server docs for HeroRpcServer/HeroUiServer split 2026-03-17 07:58:33 +01:00
README.md update: add links, live URLs, clean up structure 2026-03-25 03:02:36 +00:00

Hero OS Suite — Home

Central issue tracker and coordination hub for the Hero OS Suite.

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 deployable
  • development_{name} — feature branches for AI-assisted development
  • main — 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