ADR-THINK-001 · Delivery plan · Complete issue catalog
Milestone: ADR-THINK-001 P8 — Action bridge and production cutover
Feature: F8.2 — Revocation, compensation, audit, and cutover
Outcome
Later evidence can stop future action, request a compensating operation, or record an irreparable incident without mutating the original authorization or pretending an effect was undone.
User stories
- As a Think user, I want a truthful response when a premise or authority is later retracted, so that the system repairs what it can and does not rewrite what already happened.
- As a auditor, I want linked authorization, execution, revocation, compensation, and incident records, so that historical legality and later regret remain separately inspectable.
Deliverables
Acceptance criteria
Test plan
Contract and unit
Integration and acceptance
Failure and recovery
Resource and performance
Security, privacy, and erasure
Build-time resources
| Resource |
Exclusivity mode |
Scope |
action-outcome-schema |
exclusive |
Revocation, compensation, and incident contracts. |
compensation-policy |
exclusive |
Effect classification and authorization requirements. |
affected-action-index |
partitioned |
Disjoint authorization and operation partitions. |
compensation-execution-lane |
exclusive |
One bounded compensation per original effect. |
historical-action-receipts |
shared |
Read-only authorization and execution evidence. |
- exclusive: Only one active slice may mutate or lease the named resource.
- partitioned: Concurrent writes are lawful only in disjoint partitions named by each slice.
- shared: Concurrent read-only use is lawful; this slice does not mutate the resource.
Dependencies
ADR traceability
- Implementation gates: None directly
- Constitutional invariants:
I8, I9, I10
- ADR acceptance criteria:
AC19, AC35
Non-goals
- Do not claim an irreversible external effect can be causally rolled back.
- Do not infer the inverse of an operation without a separately defined compensation contract.
ADR-THINK-001 · Delivery plan · Complete issue catalog
Milestone: ADR-THINK-001 P8 — Action bridge and production cutover
Feature: F8.2 — Revocation, compensation, audit, and cutover
Outcome
Later evidence can stop future action, request a compensating operation, or record an irreparable incident without mutating the original authorization or pretending an effect was undone.
User stories
Deliverables
Acceptance criteria
Test plan
Contract and unit
Integration and acceptance
Failure and recovery
Resource and performance
Security, privacy, and erasure
Build-time resources
action-outcome-schemacompensation-policyaffected-action-indexcompensation-execution-lanehistorical-action-receiptsDependencies
ADR traceability
I8,I9,I10AC19,AC35Non-goals