Documentation / Safe updates
Update standards safely
Preview, review, and apply Devcanon updates without losing local intent.
Standards updates are reviewable migrations, not blind overwrites.
Update Devcanon
Handle conflicts
A conflict means the local standard differs from the packaged version and was preserved. Compare both versions, keep intentional repository rules, and adopt improvements explicitly. Use --force only after review.
Team workflow
- Create a standards-update branch.
- Run the dry run and inspect differences.
- Apply and validate.
- Open a pull request with migration notes.
- Merge only after required checks and review.