patchwork-os 0.2.0-alpha.11 → 0.2.0-alpha.12

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "patchwork-os",
3
- "version": "0.2.0-alpha.11",
3
+ "version": "0.2.0-alpha.12",
4
4
  "description": "Patchwork OS — proactive, multi-model AI teammate built on the Claude IDE Bridge. One agent, any model, works while you're away.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -30,13 +30,16 @@ steps:
30
30
  TODAY'S CALENDAR EVENTS:
31
31
  {{calendar}}
32
32
 
33
- Write a short morning brief for Slack (plain text, no markdown headers, use emoji for sections):
33
+ Write a short morning brief for Slack. Rules:
34
+ - Plain text only. No markdown headers (no # or ## lines). No code blocks.
35
+ - Use emoji to start each section.
36
+ - Do NOT include a title or greeting line like "Morning Brief" or "Good morning" — start directly with the first section.
34
37
 
35
38
  📅 *Calendar* — list today's meetings with time; write "No meetings today" if empty or error
36
- 🔀 *Pull Requests* — list open PRs needing attention; omit if empty
37
- 📋 *Linear* — list in-progress and unstarted issues by priority; omit if empty or error
39
+ 🔀 *Pull Requests* — list open PRs needing attention; omit section entirely if empty
40
+ 📋 *Linear* — list in-progress and unstarted issues by priority; omit section entirely if empty or error
38
41
 
39
- Keep it under 20 lines. Be direct.
42
+ Keep it under 15 lines. Be direct. Output only the brief, nothing else.
40
43
  driver: claude-code
41
44
  model: claude-haiku-4-5-20251001
42
45
  into: brief
@@ -47,7 +50,7 @@ steps:
47
50
 
48
51
  {{brief}}
49
52
  - tool: slack.post_message
50
- channel: general
53
+ channel: all-massappealdesigns
51
54
  text: |
52
55
  *Morning Brief — {{date}}*
53
56