Comprehensive Hero ecosystem docs update #42
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The docs in
lhumina_code/docs_heroare outdated and missing key architectural details that have evolved significantly during recent sessions.What needs documenting
Architecture
domain.Type.methodvsType.method— when to use each, gotchas (e.g.contactexists in both identity and business domains)O:prefix + TOML key-value pairs — how objects are serialized/deserialized/root/hero/var/sockets/{context}/hero_osis_server.sock)Service architecture
Deployment
make dist→ Docker build → push → deploy flowAI integration
Approach
Update
lhumina_code/docs_herocollections with current state. Can be done incrementally — start with architecture + OSIS data flow since those are freshly understood from #41 work.mik-tf referenced this issue2026-03-18 22:52:15 +00:00
mik-tf referenced this issue2026-03-18 22:55:28 +00:00
mik-tf referenced this issue2026-03-18 22:58:45 +00:00
mik-tf referenced this issue2026-03-18 23:16:26 +00:00
mik-tf referenced this issue2026-03-18 23:28:29 +00:00
mik-tf referenced this issue2026-03-18 23:33:28 +00:00
mik-tf referenced this issue2026-03-19 00:06:50 +00:00
Document: Markdown rendering pattern in archipelago islands
Used in Hero Books and now AI Assistant. Should be documented as a standard pattern.
Pattern:
Usage in RSX:
Key rules:
pulldown-cmark = { version = "0.12", default-features = false, features = ["html"] }to island Cargo.tomldangerous_inner_htmldiv must have NO RSX children (Dioxus silently falls back to text).markdown-content strong,.markdown-content code, etc.)docker volume rm hero-wasm-targetbeforemake dist(#46)mik-tf referenced this issue2026-03-19 02:54:39 +00:00
Closing — consolidated into #81 which now includes all architecture documentation items from this issue.
Signed-off-by: mik-tf