process: automate backtest gate for PR/push/schedule (#314) #315
Reference in New Issue
Block a user
Delete Branch "feature/issue-314-backtest-gate-automation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Scope
scripts/backtest_gate.sh.github/workflows/backtest-gate.ymldocs/testing.mddocs/workflow.mdworkflow/session-handover.mdValidation
BACKTEST_MODE=smoke bash scripts/backtest_gate.shpython3 scripts/validate_ouroboros_docs.pypython3 scripts/validate_governance_assets.pypython3 scripts/session_handover_check.py --strictTicket
Decision log:
autoon PR/push andfullon schedule to minimize wasted runtime while preserving daily hard validation.python3execution is enforced in gate to prevent interpreter mismatch seen in prior sessions.