set_experience_status
Update the governance status of a design experience to active, pending, superseded, or wrong, with automatic timestamp updates and expiration handling.
Instructions
更新一条经验的治理状态(v6 stage 1,人工纠错)。
status ∈ {active, pending, superseded, wrong}。自由可逆(误标可改回): status→active 时自动 stamp last_reviewed。superseded_by(status=superseded 时指向替代者 id)。 valid_until_ts(Unix 秒,0=永不过期)。默认召回只含 active/pending 且未过期(superseded/wrong/expired 退出)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| status | Yes | ||
| superseded_by | No | ||
| valid_until_ts | No |