Skip to content

Commit cec1836

Browse files
authored
Add new constants for transfer generalization and cognition review
1 parent e972df9 commit cec1836

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/ix_cognition_kernel/wave6_contracts.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ class WaveSixCapabilityArea(StrEnum):
5151
REALITY_CORRECTED_REASONING = "reality-corrected-reasoning"
5252
FUTURE_REASONING_CHANGE = "future-reasoning-change"
5353
CROSS_DOMAIN_TRANSFER = "cross-domain-transfer"
54+
TRANSFER_GENERALIZATION = "transfer-generalization"
5455
NOVELTY_PRESSURE = "novelty-pressure"
5556
FALSIFICATION_DISCIPLINE = "falsification-discipline"
5657
HUMAN_AUTHORITY_PRESERVATION = "human-authority-preservation"
@@ -66,6 +67,8 @@ class WaveSixArtifactKind(StrEnum):
6667
REALITY_CORRECTION_RECORD = "reality-correction-record"
6768
FUTURE_REASONING_CHANGE_PROOF = "future-reasoning-change-proof"
6869
TRANSFER_NOVELTY_RECORD = "transfer-novelty-record"
70+
BLACKFOX_HANDOFF_RECEIPT = "blackfox-handoff-receipt"
71+
COGNITION_REVIEW_RECORD = "cognition-review-record"
6972
FALSIFICATION_RECORD = "falsification-record"
7073
HUMAN_REVIEW_DOCKET = "human-review-docket"
7174
DONOR_TRACEABILITY_MAP = "donor-traceability-map"

0 commit comments

Comments
 (0)