This note is for Hermes-MCP developers.
Canonical strategy set currently used by Hermes supervision:
grid_tradertrend_followerexposure_protectorPrimary contract and runtime docs live in trader-mcp/:
trader-mcp/Hermes_Trader_Contract_v0.1.mdtrader-mcp/Hermes_Trader_Action_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:
identitycontrolfitsupervisionpositionstateassessmentexecutionHermes should write through one canonical Trader tool:
apply_control_decision(payload)Trader may still use these internally or for operator workflows:
control_strategy()set_strategy_policy()The current supervision hints used by Hermes include:
inventory_pressureswitch_readinessdesired_companiongrid_trader semantics are intentionally conservative now:
ready_for_handoff means true depletion, not merely directional conditionswatch_handoff means directional pressure plus moderate imbalanceprefer_hold means the grid does not self-report handoff pressurePolicies are still applied on reconcile and instance creation.