Prepare the repo
bash
cd /path/to/your-project
git status
npm install -D create-codexflowPaid Personal / Standard
bash
codexflow license activate --activation-file ./codexflow.activation.json
codexflow payload install \
--manifest ./individual-core-<version>.manifest.json \
--archive ./individual-core-<version>.tar.gz
codexflow emit
codexflow payload listActivation
Save the activation file outside your project repository. It identifies your seat and should not be shared.
Verification
The CLI checks activation signature, payload manifest signature, tier, entitlement, and archive checksum before writing files.
Support
If install fails, send `codexflow doctor --json`, `codexflow license status --json`, and `codexflow payload list --json`.