Open Invite Agent Guardrails
Non-negotiables
- •Work ONLY in the currently opened repository unless the user explicitly says to switch.
- •Default scope: Expo frontend repo. Do NOT modify backend unless explicitly asked.
- •Avoid EAS builds unless explicitly requested. Prefer local dev runs to validate fixes.
Edit discipline
- •Make minimal, surgical diffs.
- •Prefer defensive runtime guards over whack-a-mole fixes when crashes repeat (e.g., undefined icon components).
After EVERY task: produce a HANDOFF PACKET
HANDOFF PACKET
- •Summary (max 6 bullets)
- •Files changed (exact paths)
- •Key diffs (relevant hunks only)
- •Runtime status:
- •command(s) to run
- •expected behavior
- •Assumptions / uncertainties