read theme from hero_proc secret/env var, not env.sh #94

Open
opened 2026-05-06 17:07:23 +00:00 by mik-tf · 0 comments
Owner

Overview

The active light/dark theme is currently sourced from env.sh (or worse, hardcoded). Per the canonical Hero meta-config rules, all hero_ services read configuration from hero_proc secrets or env vars set by hero_proc — never from OS env or config files.* Theme is no exception.

Why

Meeting 2026-05-06: "hero proc env var not env.sh var / hero proc secret, etc. light or dark".

Skill hero_proc_meta defines the rule. Today's theme handling violates it.

Acceptance

  • THEME (or equivalent) is a hero_proc secret/env var
  • hero_proc_server / hero_proc_ui read it from hero_proc, not env.sh
  • Every hero_*_ui that wants the theme reads it the same way (refer to hero_ui_theme skill)
  • env.sh no longer carries THEME

Source: meeting notes 2026-05-06.

## Overview The active light/dark theme is currently sourced from `env.sh` (or worse, hardcoded). Per the canonical Hero meta-config rules, **all hero_* services read configuration from `hero_proc` secrets or env vars set by hero_proc — never from OS env or config files.** Theme is no exception. ## Why Meeting 2026-05-06: "hero proc env var not env.sh var / hero proc secret, etc. light or dark". Skill `hero_proc_meta` defines the rule. Today's theme handling violates it. ## Acceptance - [ ] `THEME` (or equivalent) is a hero_proc secret/env var - [ ] hero_proc_server / hero_proc_ui read it from hero_proc, not env.sh - [ ] Every hero_*_ui that wants the theme reads it the same way (refer to `hero_ui_theme` skill) - [ ] env.sh no longer carries `THEME` ## Related - Skill: `hero_proc_meta`, `hero_ui_theme` - [hero_os#128](https://forge.ourworld.tf/lhumina_code/hero_os/issues/128) - [hero_proc#96](https://forge.ourworld.tf/lhumina_code/hero_proc/issues/96) Source: meeting notes 2026-05-06.
mik-tf added this to the ACTIVE project 2026-05-06 17:31:51 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_proc#94
No description provided.