/auroraoptimizer policy
Operations on loaded optimization policies. The reload subcommand is the primary hot-reload mechanism for all .hopl configuration files and does not require restarting the server.
/auroraoptimizer policy test # Validate .hopl files for syntax errors (without applying changes)
/auroraoptimizer policy review # Show all loaded policies with their parameters
/auroraoptimizer policy reload # Hot-reload policies.hopl, constraints.hopl,
# orchestration.hopl and observability.hopl
Available from console: Yes
Subcommands
| Subcommand | Permission | Description |
|---|---|---|
test | auroraoptimizer.policy.test | Parses all .hopl files; reports errors without applying any changes |
review | auroraoptimizer.policy.review | Lists active policies: ID, capability, selector, enabled state and all parameters |
reload | auroraoptimizer.policy.reload | Atomically reloads all .hopl files; running policies continue until the reload completes |