feat(linq): add interactive onboarding adapter

Walk users through Linq setup via `openclaw channels add` wizard
instead of requiring manual JSON config editing. Prompts for API
token, phone number, and webhook config with sensible defaults.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
George McCain
2026-02-14 10:29:48 -05:00
committed by Peter Steinberger
parent 1d81cc4f1f
commit b91e43714b
3 changed files with 305 additions and 0 deletions

View File

@@ -458,6 +458,7 @@ export {
resolveLinqAccount,
type ResolvedLinqAccount,
} from "../linq/accounts.js";
export { linqOnboardingAdapter } from "../channels/plugins/onboarding/linq.js";
export type { LinqProbe } from "../linq/types.js";
// Media utilities