conflicts
community[command]
Check if your changes conflict with what teammates are working on
$
/plugin install polkadot-dust-protocoldetails
Check for conflicts between your work and the team's:
- Run
git diff --name-only HEADto get the list of files you've changed - Use
codepilot_check_conflictsMCP tool with those file paths - For any conflicts found, clearly show:
- Which file has a conflict
- Who else changed it and when
- What they changed (summary)
- Whether it's a hard conflict (they're actively editing) or soft (recently changed)
- Recommended action (wait, coordinate, or safe to proceed)
- If no conflicts, confirm all clear
- If there are conflicts, offer to message the teammate via
codepilot_send_message
technical
- github
- 0xSY3/polkadot-dust-protocol
- stars
- 0
- license
- NOASSERTION
- contributors
- 1
- last commit
- 2026-03-20T09:24:53Z
- file
- .claude/commands/conflicts.md