The operational manual for running, debugging, and administering yunos in production. These chapters cover the agent that supervises every node, the full yuno lifecycle, and the runtime subsystems behind them.
In this section¶
Entry point (main + watcher) — what
main()does,yuneta_entry_point, and theydaemonwatcher.Yuno lifecycle — how the agent creates, runs, kills, updates, and deletes yunos.
Debugging a yuno — trace levels, the log infrastructure, and logcenter.
Inter-process communication — events, ievents, gates, and the SPA case.
Realms (multi-tenancy) — on-disk layout, CRUD, and what is not realm-scoped.
Scaffolding new yunos — the
yuno-skeletontemplates and banner conventions.Auth, permissions, TLS — OIDC,
auth_bff,C_AUTHZ, and cert-sync.gobj framework crash course — gclass,
mt_*, SData, and the runtime tree.timeranger2 + treedb crash course — the persistence and graph-memory layers.