alt/packages/contracts
2026-05-24 21:23:30 +09:00
..
proto/alt/v1 initial: project scaffold with agent-ops, cli, client, services, packages 2026-05-24 21:23:30 +09:00
README.md initial: project scaffold with agent-ops, cli, client, services, packages 2026-05-24 21:23:30 +09:00

ALT Contracts

This package owns ALT application-level protobuf contracts.

proto-socket remains the transport protocol. ALT messages should be defined here and carried inside proto-socket PacketBase.data.

Initial contract direction:

  • additive protobuf changes first
  • explicit handshake/version messages because proto-socket protocol 0.1 does not carry an application version field
  • market-neutral models with Korea market daily bars as the MVP path
  • generated clients should be derived from proto/ sources, not edited by hand