Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 878 Bytes

File metadata and controls

13 lines (10 loc) · 878 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.
  • Keep CHANGELOG.md current for user-visible behavior, CLI, workflow, and packaging changes. Add normal changes under Unreleased; when bumping the package version, move those entries into a dated version section.