This note is for Hermes-MCP developers.
Canonical strategy set currently being stabilized:
gridExposure Protector (defensive exposure rebalancer)trend_followeridledefensivemean_reversionbreakoutevent_drivenPrimary contract and runtime docs live in trader-mcp/:
trader-mcp/Hermes_Trader_Contract_v0.1.mdtrader-mcp/Strategy_Contract.mdtrader-mcp/Strategy_Runtime.mdtrader-mcp/MCP_SURFACE_PROPOSAL.mdtrader-mcp/TODO.mdHermes should read strategy snapshots via report().
Important fields:
identitycontrolfitpositionstateassessmentexecutionHermes should use:
set_strategy_policy() for high-level policy (risk_posture, priority)control_strategy() for lifecycle (start, stop, pause, resume, reconcile)Policies are applied on reconcile and instance creation.