Spaces:
Paused
Paused
Your Name
Implement Hermes Futures Desk: dual-datasource trading engine, dashboard UI, tests, and documentation
848e6c4 Hermes Futures Desk Developer Documentation
This directory is the canonical developer documentation for the repository snapshot.
Reading order
- Complete Developer Guide — single-document overview.
- Architecture — runtime, module boundaries, and control flow.
- API Reference — authenticated routes and payload contracts.
- Datasource Pipeline and Contracts — DS4, Binance, DS2, normalization, provenance, and readiness.
- Frontend Guide — UI state, charting, local workspace features, and execution controls.
- Environment Configuration — supported variables and secret handling.
- Deployment Runbook — build, overlay installation, Space deployment, verification, and rollback.
- Security and Safety — non-negotiable safety model and threat boundaries.
- Operations and Troubleshooting — common failures and diagnostic workflow.
- Testing and Verification — focused tests, runtime audit, browser verification, and acceptance checklist.
- Contributing — change discipline and review checklist.
- Project Status — implemented work and remaining production verification.
Documentation principles
- Source code is authoritative when documentation and implementation disagree.
- API examples are representative; clients must tolerate additive fields.
- Browser-derived values are informational and never authorize execution.
- Runtime verification requires evidence from hashes, authenticated API responses, and browser Console/Network inspection.
- “Application online” is not equivalent to “market data healthy” or “trading ready.”