Hermes Config Gates

Diagnose why a Hermes Agent setting/flag/env var is or isn't taking effect. Use when the user reports "I set X, reloaded, still Y happens" against ANY Hermes surface (CLI prompt_toolkit, TUI Ink overlay, gateway, Electron desktop, dashboard PTY, env vars from config.yaml). Triggers: "why does /new still prompt", "I set approvals.X = false but it still asks", "the config flag isn't honored", "env var not reaching the subprocess", "TUI vs CLI setting", "which config does this read". Hermes is a polyglot stack: a single user-facing behavior (e.g. "destructive command confirmation") is gated in MULTIPLE independent surfaces, each with its own config key, env var, or read path. The fix that "didn't work" is almost always the right toggle applied to the wrong surface.

publieople Updated

File contents

publieople/hermes-config-kit/tree/main/skills/_archive/devops/hermes-config-gates commit 3084aff834

Frequently asked questions

npx skillmds@latest add publieople/hermes-config-gates