Quickstart
Fast local setup and first-use verification for CORTEX.
1) Install
pip install cortex-persist
2) Init
cortex init
cortex trust-ledger verify
3) Add a memory fact
cortex store --type decision "Approved audit evidence model for release v1.3"
4) Query and verify
cortex query --q "What was approved for v1.3?"
cortex trust-ledger verify --full
Success criteria
- The store command returns a fact identifier or hash.
- The query returns only tenant-scoped memory.
- The ledger verification command reports intact continuity.