Install from npm
The public registry currently serves CLI 0.1.2 with Runtime 0.3.3 and protocol 3:
Copy command
npm install -g @reasontrail/cli@latestCopy command
reasontrail --versionUse the explicit production profile when connecting to the hosted Brain:
Copy command
reasontrail status --profile production --confirm-productionVerified public release
The reviewed release is now public: CLI 0.1.2 with Runtime 0.3.3, protocol 3. npm latest and a clean registry install have been verified.
Profiles and safety
- Development and production profiles are explicit; the CLI never guesses an environment.
- Preview capture before applying a sync, and keep only the sessions or records you intend to share.
- Runtime credentials stay outside the worker environment and are never included in project context.