I confirm, baseus chargers really reset all ports when you change the number of consumers. But I think you usually have a choice between caring about a custom power source or using a standard one. IMHO, using a dedicated PD charge is still more convenient than alternatives.
Motivation: available PD stacks usually come with at least one hard constraint:
• vendor lock-in / NDA / no public sources,
• tied to a specific OS or framework,
• incomplete feature set on the sink side (e.g. no EPR),
• corner cases where behaviour doesn’t fully match the spec,
• or they are difficult to extend to new TCPC / MCU combinations.
pdsink is an attempt to cover the most common “sink” (power consumer) use case with a small, readable stack that is easy to adapt to different platforms and controllers. People who deal with PD in practice may find the layering and extension model interesting compared to existing solutions.