Skip to content

feat(linkedin): add safe-send and thread snapshot#1421

Open
hanzili wants to merge 5 commits into
jackwener:mainfrom
hanzili:feat/linkedin-safe-send-thread-snapshot
Open

feat(linkedin): add safe-send and thread snapshot#1421
hanzili wants to merge 5 commits into
jackwener:mainfrom
hanzili:feat/linkedin-safe-send-thread-snapshot

Conversation

@hanzili
Copy link
Copy Markdown
Contributor

@hanzili hanzili commented May 9, 2026

Summary

  • add opencli linkedin safe-send as a fail-closed LinkedIn message sender
  • add opencli linkedin thread-snapshot to capture verified conversation context before replying
  • include adapter tests covering recipient/thread mismatches, search/no-results states, stale latest-message context, dry-run behavior, and snapshot extraction

Why

This came from dogfooding LinkedIn warm-reply automation. Raw browser state can leave a previous composer/thread active, so warm replies need deterministic thread/header/latest-message verification before typing or sending.

Test Plan

  • npm run test:adapter -- clis/linkedin/safe-send.test.js clis/linkedin/thread-snapshot.test.js
  • npm run typecheck
  • npm run build
  • node dist/src/main.js linkedin safe-send --help -f yaml
  • node dist/src/main.js linkedin thread-snapshot --help -f yaml

DioNiR added 5 commits May 8, 2026 21:39
- Add fail-closed LinkedIn safe-send with exact thread and recipient verification
- Add thread-snapshot read command for conversation context capture
- Add adapter tests for safety blocks and snapshot extraction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants