P3-04: Plugin requires_env lists DECIDER_URL but it has a default — not actually required #22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Severity: P3 (Low)
File:
~/.hermes/plugins/decider/plugin.yamlline 9Problem
The code has a hardcoded default:
_DEFAULT_DECIDER_URL = "http://localhost:8655". SoDECIDER_URLis NOT required — it falls back gracefully.Fix
Either:
requires_env(it's not required)