the signals and their derived score are provisional and subject to change.
validate manually before sharing.
813279fb5455cba1060311b8ca4dc323e1815daanone
CLAUDE.mdTool: claude-code# Livewire Codebase Guide
Guidelines for maintaining and extending the Livewire XMPP client.
---
## Agent Working Rules
- Only change what the current task requires.
- Do not revert, overwrite, or interfere with unrelated user edits or in-flight work.
- Keep changes behavior-preserving unless the user explicitly asks for a behavior change.
- Prefer targeted diffs over broad cleanup.
- Prefer `rg` and `rg --files` for search.
- Use `apply_patch` for manual file edits.
- After edits, run relevant formattiAGENTS.mdFile: .gitignoreTool: agents-md