HOWTO: Apply a Profile Policy to a Module Run¶
Profiles are the HybridOps governance layer that sits between a module spec and a live environment. This HOWTO shows how to attach a profile to a module run, understand how profile policies override module defaults, enforce environment-specific constraints such as production approval gates, and trace which policy rules were active during a given run. This pattern is central to safe multi-environment promotion and audit-ready operations.
What this covers:
- Profile structure: environment binding, input overrides, and policy constraint blocks
- Attaching a profile to a module run and reading the policy enforcement log
- Production approval gate configuration and manual sign-off integration