all_synced | Local and remote match the synced shadow. | Keep working. |
stub | Locality knows the object, but the body is not hydrated. | Open it or run loc pull <path>. |
pending_local_changes | Local file changed and has not been pushed. | Run loc diff <path>. |
remote_update_available | Remote changed while local file is clean. | Run loc pull <path>. |
review_needed | Local and remote both changed, or state needs attention. | Inspect before push or pull. |
conflicted | Conflict markers or an unsafe merge state exist. | Resolve the file, then diff again. |