- Created lineOnboardingAdapter with interactive setup flow
- Added Channel Access Token and Channel Secret input with validation
- Included webhook configuration instructions (ngrok/Tailscale)
- Implemented User ID allowFrom management with format validation
- Exported lineOnboardingAdapter from plugin-sdk
- Connected onboarding adapter to LINE channel plugin
This enables seamless LINE bot setup through 'moltbot onboard' wizard,
resolving the 'line does not support onboarding yet' message.
Tested with:
- Local development via ngrok
- Token/Secret validation
- Webhook signature verification
- Full message send/receive flow
- dmPolicy modes (open/allowlist/pairing)
Co-authored-by: Claude <claude@anthropic.com>