feat(identity-wallet): implement fork-point identification for recovery override
- Add find_fork_point function to identify last device-key-signed operation
- Supports AC7.1 (fork point identification) and AC7.7 (multiple sequential unauthorized ops)
- Comprehensive test coverage: single unauthorized op, not found, genesis case, multiple ops
- All tests passing