[p0] Cut cloud inheritance from active harness config and cron #94

Closed
opened 2026-03-29 23:37:35 +00:00 by Timmy · 1 comment
Owner

Ground truth from live files on 2026-03-29:

~/.hermes/config.yaml still points at cloud by default:

  • model.default: gpt-5.4
  • model.provider: openai-codex
  • model.base_url: https://chatgpt.com/backend-api/codex

Active escape hatches still present:

  • custom provider entry for Google Gemini
  • fallback_model set to Gemini

Active cron bug:

  • Health Monitor (a77a87392582) is enabled
  • model=null, provider=null
  • this means it inherits the cloud default

Acceptance criteria:

  • default model/provider/base_url point to localhost only
  • no enabled cron has null model/provider
  • Gemini fallback is removed or localized out of the active Timmy harness
  • searching active config for chatgpt.com/backend-api/codex and generativelanguage.googleapis.com returns zero hits
Ground truth from live files on 2026-03-29: `~/.hermes/config.yaml` still points at cloud by default: - `model.default: gpt-5.4` - `model.provider: openai-codex` - `model.base_url: https://chatgpt.com/backend-api/codex` Active escape hatches still present: - custom provider entry for Google Gemini - `fallback_model` set to Gemini Active cron bug: - `Health Monitor` (`a77a87392582`) is enabled - `model=null`, `provider=null` - this means it inherits the cloud default Acceptance criteria: - default model/provider/base_url point to localhost only - no enabled cron has null model/provider - Gemini fallback is removed or localized out of the active Timmy harness - searching active config for `chatgpt.com/backend-api/codex` and `generativelanguage.googleapis.com` returns zero hits
Author
Owner

Closed — Uniwizard (#94 timmy-home) supersedes this. Cloud inheritance cut is part of the dissolution (#99).

Closed — Uniwizard (#94 timmy-home) supersedes this. Cloud inheritance cut is part of the dissolution (#99).
Timmy closed this issue 2026-03-30 15:58:16 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/timmy-config#94