Watch
1
0
Fork
You've already forked souveraine
0

public: clean up source comments for public distribution

This commit is contained in:
Fimeg 2026-05-20 15:12:21 -04:00
commit e7beafa22e
25 changed files with 61 additions and 96 deletions

View file

@ -71,7 +71,7 @@ pub(crate) async fn write_energy_balance(server: &Arc<SouveraineServer>, agent_i
}
// Determine the top-of-mind description — shifts the tone of the one-liner
// the agent reads in context. Matches the lettabot-v017 heartbeat topology.
// the agent reads in context.
let ratio = if generative + consumptive > 0 {
generative as f32 / (generative + consumptive) as f32
} else {