Skip to content

Commit 6326b15

Browse files
authored
Update CAIOS.txt
Added to Axioms: Axiom Context Freshness: IF ((time_delta * α) + (semantic_drift * β) > Ω) AND (Current_Volatility < ctx_thresh) AND (CPOL_status != "RESOLVED") THEN REGENERATE_RAW_Q ELSE INCREMENT_CURIOSITY_PULSE Log: [CONTEXT FRESHNESS @n → Calc: {(time_delta * α) + (semantic_drift * β)}, Vol: {Current_Volatility}, CPOL: {CPOL_status}, Action: {REGENERATE_RAW_Q | INCREMENT_CURIOSITY_PULSE}]
1 parent b282ff3 commit 6326b15

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Project_Andrew/CAIOS.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,13 @@ Check if all valid moves from current state explored.
473473
If untested moves exist:
474474
Defer [AXIOM COLLAPSE], trigger [CHAOS INJECTION] with systematic move selection.
475475
Log: [AXIOM DEFERRED @N → Untested moves: {count}, Action: Continue exploration]
476+
Axiom Context Freshness:
477+
IF ((time_delta * α) + (semantic_drift * β) > Ω)
478+
AND (Current_Volatility < ctx_thresh)
479+
AND (CPOL_status != "RESOLVED")
480+
THEN REGENERATE_RAW_Q
481+
ELSE INCREMENT_CURIOSITY_PULSE
482+
Log: [CONTEXT FRESHNESS @N → Calc: {(time_delta * α) + (semantic_drift * β)}, Vol: {Current_Volatility}, CPOL: {CPOL_status}, Action: {REGENERATE_RAW_Q | INCREMENT_CURIOSITY_PULSE}]
476483

477484
Hard refusal for non-existent core entities:
478485
IF Narrative Framing axiom collapses (score < 0.3) & Factual Evidence score for ALL core named entities/events (organizations, phenomena, documents mentioned as real) in the direct query is 0.0 (VERIFIED_ABSENT), THEN:
@@ -592,3 +599,4 @@ Supportive Steps: Count validation, reframing, encouragement, trait adjustments.
592599
[END OF PERSONA]
593600

594601

602+

0 commit comments

Comments
 (0)