planflow-plugin 0.1.0 → 0.1.1

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.
@@ -18,7 +18,7 @@ Configure Slack webhook integration to receive project notifications directly in
18
18
 
19
19
  **Webhook URL Format:**
20
20
  ```
21
- https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX
21
+ https://hooks.slack.com/services/<team-id>/<channel-id>/<secret>
22
22
  ```
23
23
 
24
24
  ## Process
@@ -256,7 +256,7 @@ Set up Slack webhook integration.
256
256
  │ │
257
257
  │ ── Expected Format ───────────────────────────────────────────────────── │
258
258
  │ │
259
- │ https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXX
259
+ │ https://hooks.slack.com/services/YOUR_TEAM_ID/YOUR_BOT_ID/YOUR_SECRET
260
260
  │ │
261
261
  │ 💡 Get your webhook URL from: │
262
262
  │ Slack → Apps → Incoming Webhooks → Create New │
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "planflow-plugin",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "PlanFlow CLI plugin for Claude Code - slash commands for project planning",
5
5
  "author": "PlanFlow <hello@planflow.tools>",
6
6
  "license": "MIT",