Skip to main content

Dry-Run First

Default posture

Exported packages should default to dry-run-first behavior so users can inspect logs, configuration, and assumptions before any live configuration outside Stockey.

DRY_RUN=true
LIVE_TRADING_ENABLED=false
RISK_ACKNOWLEDGED=false
User review required

Dry-run behavior does not remove market risk. It is a setup safety step before user-controlled runtime decisions.

Artifact cleanup

Package download artifacts should be short-lived. Users should download, inspect, and store their package in their own environment, then avoid sharing archives that may contain user-specific configuration.