@draht/mom 2026.4.23 → 2026.4.25-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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [2026.4.25] - 2026-04-25
4
+
5
+ ### Changed
6
+
7
+ - bump workspace version to 2026.4.25
8
+ - rebrand all package READMEs from pi to draht
9
+
3
10
  ## [2026.4.23] - 2026-04-23
4
11
 
5
12
  ### Changed
package/README.md CHANGED
@@ -64,7 +64,7 @@ export MOM_SLACK_APP_TOKEN=xapp-...
64
64
  export MOM_SLACK_BOT_TOKEN=xoxb-...
65
65
  # Option 1: Anthropic API key
66
66
  export ANTHROPIC_API_KEY=sk-ant-...
67
- # Option 2: use /login command in pi agent, then copy/link auth.json to ~/.pi/mom/
67
+ # Option 2: use /login command in draht, then copy/link auth.json to ~/.draht/mom/
68
68
 
69
69
  # Create Docker sandbox (recommended)
70
70
  docker run -d \
@@ -112,7 +112,7 @@ export ANTHROPIC_API_KEY=sk-ant-...
112
112
  - enter `/login` command
113
113
  - choose "Anthropic" provider
114
114
  - follow instructions in the browser
115
- - link `auth.json` to mom: `ln -s ~/.pi/agent/auth.json ~/.pi/mom/auth.json`
115
+ - link `auth.json` to mom: `ln -s ~/.draht/agent/auth.json ~/.draht/mom/auth.json`
116
116
 
117
117
  ## How Mom Works
118
118
 
@@ -237,7 +237,7 @@ description: Read, search, and send Gmail via IMAP/SMTP
237
237
 
238
238
  When mom responds, she's given the names, descriptions, and file locations of all `SKILL.md` files in `/workspace/skills/` and `/workspace/<channel>/skills/`, so she knows what's available to handle your request. When mom decides to use a skill, she reads the `SKILL.md` in full, after which she's able to use the skill by invoking its scripts and programs.
239
239
 
240
- You can find a set of basic skills at [github.com/badlogic/pi-skills](https://github.com/badlogic/pi-skills). Just tell mom to clone this repository into `/workspace/skills/pi-skills` and she'll help you set up the rest.
240
+ You can find a set of basic skills at [github.com/badlogic/draht-skills](https://github.com/badlogic/pi-skills). Just tell mom to clone this repository into `/workspace/skills/draht-skills` and she'll help you set up the rest.
241
241
 
242
242
  #### Creating a Skill
243
243
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@draht/mom",
3
- "version": "2026.4.23",
3
+ "version": "2026.4.25-1",
4
4
  "description": "Slack bot that delegates messages to the pi coding agent",
5
5
  "type": "module",
6
6
  "bin": {
@@ -20,9 +20,9 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@anthropic-ai/sandbox-runtime": "^0.0.16",
23
- "@draht/agent-core": "2026.4.23",
24
- "@draht/ai": "2026.4.23",
25
- "@draht/coding-agent": "2026.4.23",
23
+ "@draht/agent-core": "2026.4.25-1",
24
+ "@draht/ai": "2026.4.25-1",
25
+ "@draht/coding-agent": "2026.4.25-1",
26
26
  "@sinclair/typebox": "^0.34.0",
27
27
  "@slack/socket-mode": "^2.0.0",
28
28
  "@slack/web-api": "^7.0.0",