salesprompter-cli 0.1.35 → 0.1.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/cli.js +2321 -208
- package/dist/deel-outreach.js +16 -1
- package/dist/direct-path.js +16 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -81,6 +81,7 @@ salesprompter --help
|
|
|
81
81
|
- Use your own authorized data access and workspace credentials.
|
|
82
82
|
- Respect provider terms and customer data boundaries.
|
|
83
83
|
- The CLI is designed for interactive users and agent-assisted workflows.
|
|
84
|
+
- A repo-local Chrome extension compatibility copy is available in `chrome-extension/` for local LinkedIn session sync and popup copy/debug flows.
|
|
84
85
|
|
|
85
86
|
## Development
|
|
86
87
|
|