Fix prefix validation critical bugs from oracle review

- Boundary-aware ID replacement (prevents wy-1 corrupting wy-10)
- Sort IDs by length descending before replacement
- Validate configured prefix is not empty
- Validate ID format before renaming (numeric suffix required)
- All critical issues from oracle review addressed
This commit is contained in:
Steve Yegge
2025-10-21 20:48:18 -07:00
parent 7072531843
commit 2426f556d4
2 changed files with 88 additions and 1215 deletions

File diff suppressed because one or more lines are too long