Set the AI-curation policy list on this floor (Floor-Admin)
floorcast_set_ai_policyFloor-Admin (operator-on-this-floor) sets the declarative AI-curation policy list (ai_policies) that drives the floor's AI self-updating wall. PERSISTS the tenant record via the inc-6 writer. Runs the FULL authz gate first: a non-Floor-Admin gets { ok:false, reason:'forbidden' } (no write). A live KV write failure surfaces { ok:false, reason:'write-failed', error }. Each policy is { type: 'top_commit'|'latest_news'|'rotate_highlights', enabled?, max_items? }. On success returns { ok:true, record }. Scope: a valid floor-bound token. Args: { policies }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| policies | Yes | The AI-curation policy list to persist on this floor. |