Skip to content

business_envelope_strictness

Scope: project • Default: advisory

Controls enforcement of the project's business envelope — ./.guildhall/business-envelope.yaml with goals: and guardrails:.

Positions

PositionEffect
strictAny proposed task that would violate a guardrail is rejected before it leaves proposed.
advisoryViolations raise a warning attached to the task but do not block. Coordinator decides.
offEnvelope checks are skipped entirely.

When to pick which

  • strict in regulated environments (compliance, safety).
  • advisory for startup velocity — you see the warning and can say "yes, proceed."
  • off only for prototypes where you haven't written an envelope yet.

See also

Released under the FLL-1.2 License.