Commit 517d448
code: clarify Create-time status exception in store.go [ddx-e8956709]
Updated store.go:544-549 comment to explicitly document that Create-time
StatusOpen assignment is the sole exception to ValidateLifecycleTransition,
aligning with reconcile.go:239-243 which already documents the ClosureGate
bypass via TD-031 §3.1. All other Status writes flow through
transitionLifecycleInPlace + ValidateLifecycleTransition per TD-031.
Verified via grep that only two Status assignments exist:
- Create (line 549) with documented exception
- transitionLifecycleInPlace (line 762) which validates transitions
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>1 parent 2ccb7e0 commit 517d448
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
542 | 542 | | |
543 | 543 | | |
544 | 544 | | |
545 | | - | |
546 | | - | |
547 | | - | |
548 | | - | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
549 | 549 | | |
550 | 550 | | |
551 | 551 | | |
| |||
0 commit comments