CDP
The CDP layer is responsible for sending protocol commands and delivering protocol events back to the facade and plugins.
Included modules
Section titled “Included modules”cdp-rpc.tsfor request/response correlation.cdp-events.tsfor event subscription and dispatch.
Why it matters
Section titled “Why it matters”Every higher-level feature in the repo ultimately relies on CDP, so this layer needs to stay small and predictable.