portal/mcp/constraints.md

366 B

Hard Constraints

  • Do not introduce production-only services.
  • Do not add analytics or tracking.
  • Do not store personal data.
  • Do not change API contracts without explicit instruction.
  • Do not add new environment variables without approval.
  • Do not add dependencies unless explicitly requested.
  • packages/** must remain app-agnostic and avoid @/ aliases.