openclaw/extensions/irc/src
Jesse Merhi 4a2a600809
feat(channels): add channel-owned setup contracts (#112176)
* feat(channels): add channel-owned setup contracts

* test(channels): align legacy setup fixtures

* chore(channels): regenerate config and SDK baselines after rebase

* fix(update): run fresh doctor after current-process core changes

* fix(channels): align add pre-scan with execution precedence

* style(cli): format channels-cli test additions

* fix(channels): restore option-before-positional channel resolution via metadata arity scan

* fix(channels): keep help flags out of metadata arity escalation

* test(update): mock fresh post-update doctor in current-process suites

* style: format review fixes and correct entrypoint mock type

* fix(channels): register only modern contract options for dual-publishing plugins

* test(update): align downgrade suites with fresh-doctor child invocation

* docs(channels): record empty-contract and input-forwarding invariants

* fix(line): keep the shipped --token switch as a channel access token alias

* fix(signal): stop treating exact cross-family loopback endpoints as bind-aligned

* chore(config): regenerate docs config baselines after second rebase

* style: format rebased channels add tests

* fix(channels): enforce field-key and flag-name agreement in setup contracts

* fix(signal): detect container endpoints for bare --http-url setup

* fix(signal): ignore unconfigured accounts in transport collision checks

* fix(channels): validate negated setup flags in contract and normalizer

* fix(signal): preserve existing transport kind when setup detection is unreachable

* style(signal): use direct boolean check in collision guard

* style(signal): type test config literals

* docs(update): record two-read design of fresh-doctor validation gate

* fix(channels): satisfy post-rebase architecture gates

* docs: refresh channel setup map

---------

Co-authored-by: Peter Steinberger <steipete@gmail.com>
2026-07-22 19:57:42 -04:00
..
accounts.test.ts fix(channels): keep healthy accounts running when credential files fail (#110360) 2026-07-18 06:27:59 +01:00
accounts.ts fix(channels): keep healthy accounts running when credential files fail (#110360) 2026-07-18 06:27:59 +01:00
channel-api.ts
channel-runtime.ts
channel.test.ts refactor(irc,workboard): trim internal exports (#107749) 2026-07-14 13:19:08 -07:00
channel.ts feat(channels): add channel-owned setup contracts (#112176) 2026-07-22 19:57:42 -04:00
client.surrogate.test.ts
client.test.ts refactor(irc,workboard): trim internal exports (#107749) 2026-07-14 13:19:08 -07:00
client.ts feat(irc): add durable ingress queue (#110914) 2026-07-18 20:19:19 +01:00
config-schema.test.ts refactor(irc,workboard): trim internal exports (#107749) 2026-07-14 13:19:08 -07:00
config-schema.ts refactor(channels): table-drive setup and control-plane helpers (#109028) 2026-07-16 07:17:01 -07:00
config-ui-hints.ts
connect-options.test.ts
connect-options.ts
control-chars.test.ts refactor(irc,workboard): trim internal exports (#107749) 2026-07-14 13:19:08 -07:00
control-chars.ts refactor(irc,workboard): trim internal exports (#107749) 2026-07-14 13:19:08 -07:00
doctor.test.ts
doctor.ts refactor(channels): table-drive setup and control-plane helpers (#109028) 2026-07-16 07:17:01 -07:00
gateway.ts feat(irc): add durable ingress queue (#110914) 2026-07-18 20:19:19 +01:00
inbound.behavior.test.ts feat(irc): add durable ingress queue (#110914) 2026-07-18 20:19:19 +01:00
inbound.ts feat(irc): add durable ingress queue (#110914) 2026-07-18 20:19:19 +01:00
irc-ingress.test.ts fix(test): make broad shard execution deterministic (#111416) 2026-07-19 08:39:16 -07:00
irc-ingress.ts refactor(channels): share durable ingress monitor (#111017) 2026-07-19 00:42:08 +01:00
message-adapter.ts
monitor.test.ts feat(irc): add durable ingress queue (#110914) 2026-07-18 20:19:19 +01:00
monitor.ts feat(irc): add durable ingress queue (#110914) 2026-07-18 20:19:19 +01:00
normalize.test.ts
normalize.ts
outbound-base.ts fix(irc): sanitize internal tool-trace lines from outbound text (#97214) 2026-06-27 08:34:38 -07:00
policy.test.ts
policy.ts
probe.test.ts
probe.ts
protocol.test.ts
protocol.ts
runtime-api.ts
runtime.ts refactor(irc,workboard): trim internal exports (#107749) 2026-07-14 13:19:08 -07:00
secret-contract.ts fix: keep healthy channel accounts running when one credential fails (#109766) 2026-07-17 01:12:18 -07:00
send.test.ts refactor(irc,workboard): trim internal exports (#107749) 2026-07-14 13:19:08 -07:00
send.ts
setup-core.ts feat(channels): add channel-owned setup contracts (#112176) 2026-07-22 19:57:42 -04:00
setup-surface.ts
setup.test.ts refactor(irc,workboard): trim internal exports (#107749) 2026-07-14 13:19:08 -07:00
types.ts