So far, each BIP defining new PSBT types or fields has included the new definitions both in its own BIP text and then replicated them in BIP174. This violates the Single Source of Truth paradigm and presents an obvious vector for mismatching information across BIPs.
This PR proposes to make each BIP the sole authoritative source for the PSBT fields and types it introduces and extracts only the Name, keytype, and "Parent BIP" columns from BIP174 to a registry file that tracks all existing definitions to prevent clashes.
This PR builds on BIP376’s #2089 which is anticipated to be published soon, and will be rebased thereafter.