Files
openconcho/AGENTS.md
2026-05-12 10:46:35 -05:00

539 B

openconcho Agent Notes

CI policy

  • PR CI only runs the web checks.
  • Rust/Tauri compile-check is local-only for now because the Linux dependency setup on GitHub Actions is too slow for routine PR validation.

Required local preflight

  • Before pushing any change under packages/desktop/** or packages/desktop/src-tauri/**, run:
    • pnpm --filter @openconcho/desktop cargo-check

Useful commands

  • make ci-web — matches current PR CI
  • pnpm --filter @openconcho/desktop cargo-check — local desktop compile check