reaffirm_decision
Refresh the soft-expiration clock on a do_not_revert decision that remains valid but has been flagged as expired, preventing the decision from being considered stale.
Instructions
v3.2.0: refresh a do_not_revert decision's soft-expire clock. Long-lived locked decisions can grow stale; v3.2.0 surfaces a 'dnr_soft_expired' flag on search/list output (default 180 days, override via CODEVIRA_DNR_SOFT_EXPIRE_DAYS). Call this on a still-load-bearing soft-expired decision to reset the clock — appends a single 'reaffirmed_at' amendment to .codevira/decisions.jsonl. For semantic rewrites use supersede_decision; for flipping the flag use set_decision_flag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| decision_id | Yes | Decision id to reaffirm (e.g. 'D000007') |