plan_suggest_adjustments
Evaluate your plan's adjustment rules against adherence and wearable data, then propose changes as a JSON Patch and updated plan for approval before saving.
Instructions
Evaluate the current plan's adjustment_rules against adherence and wearable aggregates. Returns a proposal (JSON Patch + proposed plan). Never changes the stored plan: ask the user for approval, then call plan_save.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| as_of | No | ||
| use_wearables | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| as_of | Yes | ||
| notes | Yes | ||
| changes | Yes | ||
| metrics | Yes | ||
| validation | Yes | ||
| fired_rules | Yes | ||
| proposed_plan | Yes | ||
| requires_user_approval | No |