Coding Standards

Coding Standards

Recommended Baseline

  1. Keep protocol boundary logic explicit and testable.
  2. Validate request and response schemas strictly.
  3. Use structured logging with stable field names.
  4. Separate task orchestration from tool invocation logic.

Related Pages