Skip to content

Commit b230f10

Browse files
Merge pull request #15 from ndrorchestration/ndrorchestration-patch-7
harden(drift_v17): assert lock_token() non-null before ingest — RR-01
2 parents 8f35973 + e9a10fd commit b230f10

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

resonant_decay/simulations/drift_v17.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def kappa_for(turn: int) -> str:
5050
]):
5151
tok = ContextToken(f"ax{i}", text, Tier.AXIOM)
5252
tok = lock_token(tok)
53+
assert tok is not None, f"lock_token failed for axiom {i}: check resonant_decay.governance.lock_token()"
5354
engine.ingest(tok)
5455

5556
for turn in range(1, n_turns + 1):

0 commit comments

Comments
 (0)