business_envelope_strictness
Scope: project • Default: advisory
Controls enforcement of the project's business envelope — ./.guildhall/business-envelope.yaml with goals: and guardrails:.
Positions
| Position | Effect |
|---|---|
strict | Any proposed task that would violate a guardrail is rejected before it leaves proposed. |
advisory | Violations raise a warning attached to the task but do not block. Coordinator decides. |
off | Envelope checks are skipped entirely. |
When to pick which
strictin regulated environments (compliance, safety).advisoryfor startup velocity — you see the warning and can say "yes, proceed."offonly for prototypes where you haven't written an envelope yet.
See also
- Core concepts for the product-level meaning.