retag_fact
Update an existing fact's value, chapter, attribute, validity, or narrated chapter without deleting and re-adding. Applies hard consistency checks; conflicts are rejected.
Instructions
[fact] 既存事実を同じ fid のまま付け替える/更新する(delete+re-add 不要)。指定しない項目(None)は据え置き。 用途: 値の更新(value/num)、章の移動(chapter)、属性の付け替え(attribute)、生前の経歴/居所を死で畳む(valid_to)、開示章の修正(narrated_in)。 retcon 同様に hard 再検査が走り、矛盾すれば status=rejected(retag) で適用しない(操作ログは不変なので過去版は履歴に残る)。 注: valid_to/narrated_in を ∞/既定へ戻すのは不可(rare; delete_fact + add_fact で)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fid | Yes | ||
| num | No | ||
| value | No | ||
| branch | Yes | ||
| chapter | No | ||
| valid_to | No | ||
| attribute | No | ||
| narrated_in | No |