FYP Warmup
fyp_warmup is implemented, but it is not currently allowed for unattended use.
Current Restriction
The current code treatsfyp_warmup as:
- implemented
manual_only- not live verified for unattended execution
mode: "manual"is allowedmode: "unattended"is rejected
What It Does
Phonefarm turns anfyp_warmup capability request into a fyp_warmup_session execution plan that scans the For You feed and applies OpenClaw-style judging policy using caller-provided prompts.
Minimal Valid Request
Inputs
| Field | Type | Notes |
|---|---|---|
good_quota | integer | Defaults to 3. |
bad_quota | integer | Defaults to 6. |
max_scans | integer | Defaults to 18. Must cover total quotas. |
comment_pool | string[] | Optional explicit comment pool. |
fyp_profile_override | object | Optional local profile override. |
fyp_judge_prompt | object | Required. |
fyp_comment_pool_prompt | object | Required when comments are enabled and no explicit comment_pool is provided. |
like_probability | number | Optional override. |
save_probability | number | Optional override. |
comment_probability | number | Optional override. Defaults to 0.08 when omitted. |
dismiss_app_on_finish | boolean | Defaults to true. |
debug_trace | boolean | Defaults to false. |
Validation Rules
- at least one of
good_quotaorbad_quotamust be positive max_scansmust be greater than or equal togood_quota + bad_quotafyp_judge_promptis always required- when effective comment probability is greater than
0, either:- provide
comment_pool, or - provide
fyp_comment_pool_prompt
- provide
Comment Guidance
If you already have a controlled comment pool, send it directly. If Phonefarm needs to generate or refill comment text at runtime, sendfyp_comment_pool_prompt.