Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 494 Bytes

File metadata and controls

12 lines (10 loc) · 494 Bytes

Agent Operating Notes

Use this repository as a private development kit for CADBridge.

  • Keep conversion logic in core/.
  • Keep agent-specific behavior in adapters/.
  • All adapters must call the CLI or MCP interface; do not copy conversion code into adapter packages.
  • Do not commit customer drawings, pricing material, quotation templates, or real commercial delivery data.
  • Treat needs_review: true as a hard signal that a human CAD review is required before production use.