386 typed variables across the registry. Bridge constructs (used in 2+ pax) connect knowledge across pax.
Pax are independently authored, but constructs with the same id mean the same thing. When two pax both define gdp_per_capita, an agent can run an analysis that spans both.
Bridge constructs (cobalt-flagged in the list) appear in 2 or more pax. They are the seams that let cross-pax synthesis work.
The registry validates that bridge constructs have compatible definitions, units, and measurement levels. A breaking change to a bridge construct requires a major version bump on every pax that uses it.
# find every pax that defines a construct
$ pax constructs gdp_per_capita
gdp_per_capita outcome USD
in 2 pax:
C civil-conflict (+22 findings)
C climate-adaptation (+18 findings)
total: 40 findings
# inspect bridges across registry
$ pax bridges gdp_per_capita
bridge confirmed: 2 pax share this construct
definition match: OK
unit match: OK
level match: OK