Mobile Compat Guardian
Scope
- Mobile repo and backend outputs defined in
references/project-profile.md.
Read order
references/project-profile.md(or template if missing)references/contract-checklist.mdreferences/rn-impact-triage.mdreferences/snapshot-protocol.mdreferences/client-contract-matrix.mdreferences/semantic-drift-checklist.md
Workflow
- Identify affected app queries/hooks.
- Verify response shape invariants.
- Evaluate semantic drift risk.
- Produce SAFE/WARN/FAIL verdict with evidence.
Invariants
- Immutable query/response fields from the project profile must remain unchanged.
Commit rules
- Use the format
<type>: <한국어 요약>for every commit. - Allowed types:
feat,fix,refactor,docs,test,chore,perf,ci,build,revert. - Korean summary is mandatory on the first line.
Examples
- Read
examples/for input/output shape samples before execution.