I am revisiting my understanding of integration by parts in several complex variables, but I have run into an apparent contradiction. This shows my understanding is flawed, which is somewhat embarrassing, but I guess I must fess up and humbly ask for clarification here. I reproduce the problem specified to one complex variable to make it more generally accessible.
The differential $1$-form $\mathrm{d}z = \mathrm{d}x+i\mathrm{d}y$ on $\mathbb{C}$ eats a complexified tangent vector $a\frac{\partial}{\partial x}+b\frac{\partial}{\partial y}$, where $a,b \in \mathbb{C}$, and returns the complex number $a+ib$.
Let $r : \mathbb{C} \to \mathbb{R}$ be a continuously differentiable function. Assume that $\Omega = \{z \in \mathbb{C} : r(z)<0\}$ is smoothly bounded, and that $\nabla r = \frac{\partial r}{\partial x} \frac{\partial }{\partial x} + \frac{\partial r}{\partial y} \frac{\partial }{\partial y}$ has length $1$ on the boundary of $\Omega$. Note that here I am thinking of $\nabla r$ as a "real tangent vector", but these are canonically included in the complexified tangent bundle as well.
Since $\nabla r$ is perpendicular to the boundary of $\Omega$, then by geometry $J(\nabla r) = \frac{\partial r}{\partial x} \frac{\partial }{\partial y} - \frac{\partial r}{\partial y} \frac{\partial }{\partial x}$ must be tangent to the boundary, where $J$ is the complex structure tensor. This is also of length $1$, so any real tangent vector to the boundary can be written $v = \alpha J(\nabla r)$.
Noting that $\mathrm{d}S(v) = \alpha$, it seems that we have point wise equalities
$ \begin{align*} \mathrm{d}z (v) &= \mathrm{d}z (\alpha J(\nabla r)) \\ &=\alpha \mathrm{d}z \left(\frac{\partial r}{\partial x} \frac{\partial }{\partial y} - \frac{\partial r}{\partial y} \frac{\partial }{\partial x}\right)\\ &=\left( -\frac{\partial r}{\partial y}+i\frac{\partial r}{\partial x}\right) \mathrm{d}S(v)\\ &=2i\cdot \frac{1}{2} \left( \frac{\partial r}{\partial x}+i\frac{\partial r}{\partial y}\right)\mathrm{d}S(v)\\ &=2i\frac{\partial r}{\partial \overline{z}} \mathrm{d}S(v) \end{align*}$
So we can apparently conclude that $\mathrm{d}z = 2i\frac{\partial r}{\partial \overline{z}} \mathrm{d}S$ as $1$-forms on the boundary of $\Omega$ (at least for real tangent vectors which is all we ever plug into either form when integrating something).
Unfortunately, this does not pass the following sanity check. Let $r(z) = |z|^2-1 = z\bar{z}-1$, so that $\Omega$ is the unit disk. Then, attempting to use the above identity, we obtain
$ \begin{align*} \int_{b\Omega} \frac{1}{z} \mathrm{d}z &= \int_{b\Omega} 2i \frac{1}{z} \frac{\partial r}{\partial \overline{z}} \mathrm{d}S\\ &=2i \int_{b\Omega} \mathrm{d}S\\ &=4\pi i \end{align*} $
which is a factor of $2$ more than it should be.
I have scoured the above calculations for the $2$ at fault, but have not pinpointed it. It seems likely to stem from the $\frac{1}{2}$ in the definition of the Wirtinger derivative $\frac{\partial}{\partial \overline{z}}$, but that $\frac{1}{2}$ really does need to be there.
Can anyone help me out?
The solution is to set $r = \frac{1}{2}(z\bar{z}-1)$. This gives $\nabla r = x\frac{\partial}{\partial x} +y\frac{\partial}{\partial y}$ for which $|\nabla r|=1$ for $|z|^2=x^2+y^2=1$. Then the sanity check works out just fine since $\frac{\partial r}{\partial \bar{z}}=\frac{z}{2}$ and: $$ \begin{align*} \int_{b\Omega} \frac{1}{z} \mathrm{d}z &= \int_{b\Omega} 2i \frac{1}{z} \frac{\partial r}{\partial \overline{z}} \mathrm{d}S\\ &=i \int_{b\Omega} \mathrm{d}S\\ &=2\pi i. \end{align*} $$