botserver/prompts/dev/platform/ide.md
Rodrigo Rodriguez (Pragmatismo) 4b1b68e74d feat(package_manager): add check_cmd to ComponentConfig and services
Added check_cmd field to ComponentConfig struct and implemented health check commands for all services including minio, postgres, valkey, stalwart, caddy, zitadel, forgejo, and forgejo-runner. This allows for proper health monitoring of each service. Also updated IDE guidelines to prohibit magic values and defaults.
2025-11-04 09:25:03 -03:00

321 B

  • On code return identifiers/chars in english language.
  • Do not emmit any comment, and remove any existants in Rust/html.
  • Compact the code emission where possible.
  • On change code, ensure cargo check cycle to remove warnings and errors.
  • Never use defaults or magic values in code (never unwrap_or_else or similars)