Summary
wp-coding-agents now owns the generic local CLI transport/runtime for agents/dispatch-message in Extra-Chill/wp-coding-agents#178.
Data Machine Code should stop carrying the generic transport substrate that was originally added in #412:
DataMachineCode\\Channels\\CliChannelTransport
DataMachineCode\\Channels\\CliChannelRegistry
- bootstrap registration from
data-machine-code.php
- DMC-owned smoke coverage/docs for that generic runtime
Compatibility
wp-coding-agents#178 keeps reading the legacy datamachine_code_cli_channels registry as well as the new wp_coding_agents_cli_channels registry, so existing live bridge config can keep dispatching while DMC removes its runtime registration.
Acceptance criteria
- DMC no longer registers a generic
agents/dispatch-message CLI transport handler.
- DMC keeps only DMC-specific channel contributions, if any exist.
- Existing installs using wp-coding-agents bridge config continue to dispatch through wp-coding-agents.
Related
Summary
wp-coding-agents now owns the generic local CLI transport/runtime for
agents/dispatch-messagein Extra-Chill/wp-coding-agents#178.Data Machine Code should stop carrying the generic transport substrate that was originally added in #412:
DataMachineCode\\Channels\\CliChannelTransportDataMachineCode\\Channels\\CliChannelRegistrydata-machine-code.phpCompatibility
wp-coding-agents#178 keeps reading the legacy
datamachine_code_cli_channelsregistry as well as the newwp_coding_agents_cli_channelsregistry, so existing live bridge config can keep dispatching while DMC removes its runtime registration.Acceptance criteria
agents/dispatch-messageCLI transport handler.Related