config/core.lua is who does what, config/logs.lua is where entries go. Both ship readable, so they are yours to edit.
Everything is auto
Every backend setting defaults toauto, which means the bridge looks at what is running and picks it.
config/core.lua
config/core.lua
Detection happens once, at load time. A resource that starts after the bridge cannot be seen by it, so the fix for “it did not detect my inventory” is nearly always the start order, not this file.
Seeing what it picked
config/core.lua
Announce is on by default and deliberately not behind Debug. It is the first thing anyone looks at when an Awoken script says nothing happened, and asking someone to turn on debugging before they can see it wastes a support round trip.
Anything reported as none usually means you do not run one, and occasionally it is the entire bug.
Logging
config/logs.lua
A resource we do not support yet
Every file undermodules/ ships readable, one per resource the bridge talks to. If you run an in-house MDT, or a fork of a public one, you are not waiting on us.
See Exports for the contract, and copy the nearest existing adapter as your starting point.