clawdbot-pipedrive 1.0.1 → 1.0.2

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 CHANGED
@@ -18,7 +18,9 @@ Pipedrive CRM integration plugin for [Clawdbot](https://clawd.bot).
18
18
  clawdbot plugins install clawdbot-pipedrive
19
19
  ```
20
20
 
21
- Or manually: copy to `~/.clawdbot/extensions/pipedrive/`
21
+ Or via npm directly: https://www.npmjs.com/package/clawdbot-pipedrive
22
+
23
+ Manual: copy to `~/.clawdbot/extensions/pipedrive/`
22
24
 
23
25
  ## Configuration
24
26
 
@@ -86,8 +88,8 @@ For organization-specific workflows (naming conventions, required fields, etc.),
86
88
 
87
89
  ```bash
88
90
  # Copy the template
89
- mkdir -p ~/.clawdbot/skills/pipedrive-crm
90
- cp examples/SKILL-TEMPLATE.md ~/.clawdbot/skills/pipedrive-crm/SKILL.md
91
+ mkdir -p ~/.clawdbot/skills/pipedrive
92
+ cp examples/SKILL-TEMPLATE.md ~/.clawdbot/skills/pipedrive/SKILL.md
91
93
 
92
94
  # Then customize with your pipeline stages, naming conventions, etc.
93
95
  ```
@@ -1,6 +1,6 @@
1
1
  # Pipedrive CRM Workflows
2
2
 
3
- > Copy this file to `~/.clawdbot/skills/pipedrive-crm/SKILL.md` and customize for your organization.
3
+ > Copy this file to `~/.clawdbot/skills/pipedrive/SKILL.md` and customize for your organization.
4
4
 
5
5
  ## Deal Naming Convention
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clawdbot-pipedrive",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "type": "module",
5
5
  "description": "Pipedrive CRM integration for Clawdbot",
6
6
  "author": "graileanu",