Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 661 Bytes

File metadata and controls

12 lines (9 loc) · 661 Bytes

AGENTS.md

This repo is the reusable integration harness for cf-controlplane plus the Rust cf-dataplane.

Scope:

  • Keep this repo focused on Docker Compose overlays, nginx routing, and reusable test orchestration.
  • Do not add dataplane implementation code here.
  • Do not add control-plane implementation code here.
  • Keep generated checkout/build/runtime state under .integration/ or CF_INTEGRATION_DIR.
  • Preserve the public routing contract: /servers/{virtual_host_id}/mcp goes to cf-dataplane; raw /mcp and UI/API traffic go to cf-controlplane.
  • Use published cf-dataplane images by default. Local builds should be explicit overrides.