tuning-proposal-apply
When to use
- •You have a reviewed tuning proposal and want to apply safe config edits.
Inputs
- •proposal YAML path.
- •apply flag (otherwise dry-run).
Workflow
- •Dry-run:
python -m ops.cli quality apply-tuning --proposal /tmp/proposal.yaml. - •If output looks correct, apply:
python -m ops.cli quality apply-tuning --proposal /tmp/proposal.yaml --apply. - •Commit the config changes and measure impact with
quality stats.
Outputs
- •JSON summary with applied/skipped actions.
Guardrails
- •Auto-apply scope is intentionally narrow. For broader changes, treat the proposal as guidance and make PRs.
References
- •
references/reference.md - •
docs/QUALITY_OPS_ARCHITECTURE.md