You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ Until those variables exist, API routes return a setup `503`.
87
87
88
88
## Slack Beta Setup
89
89
90
-
The Slack app is a free beta entry point for private dumps. It supports `/mumbl [text]`, `/mumbl room [team name]`, a `save_to_mumbl` message shortcut, and a private App Home. It does not read channel history.
90
+
The Slack app is a free beta entry point for private dumps. It supports `/mumbl [text]`, `/mumbl room [team name]`, a `save_to_mumbl` message shortcut, App Home private dumping, and App Home field-note drafting from recent private dumps. It does not read channel history.
91
91
92
92
In Slack app settings:
93
93
@@ -100,7 +100,7 @@ In Slack app settings:
100
100
101
101
Set `SLACK_CLIENT_ID`, `SLACK_CLIENT_SECRET`, `SLACK_SIGNING_SECRET`, and `MUMBL_SLACK_TOKEN_ENCRYPTION_KEY` in the deployment environment. Install through `/api/slack/install`.
102
102
103
-
`/mumbl room platform team` creates a Mumbl room from Slack and returns a one-time creator handoff link for opening the room in a browser. `/mumbl start platform team` remains an alias. Optional team-read Slack posting is creator-enabled per room. If a creator switches it on, Mumbl starts an optional Slack permission upgrade that asks for `chat:write` and `groups:write` so it can create one private channel and post published team reads there. It still does not request Slack history scopes.
103
+
`/mumbl room platform team` creates a Mumbl room from Slack and returns a one-time creator handoff link for opening the room in a browser. `/mumbl start platform team` remains an alias. App Home can draft a private field note from selected recent dumps, but review and publishing still happen in Mumbl. Optional team-read Slack posting is creator-enabled per room. If a creator switches it on, Mumbl starts an optional Slack permission upgrade that asks for `chat:write` and `groups:write` so it can create one private channel and post published team reads there. It still does not request Slack history scopes.
104
104
105
105
Slack reminders are intentionally not part of the beta because frequent scheduling does not fit the current free-tier posture.
Copy file name to clipboardExpand all lines: docs/free-tier-compromises.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,7 @@ Current compromise:
76
76
- Slack is free during beta. There is no 30-day countdown, no credit card, and no usage gate.
77
77
- The beta supports only explicit user actions: `/mumbl [text]` and the `save_to_mumbl` message shortcut.
78
78
-`/mumbl room [team name]` can create a Mumbl room from Slack with an expiring creator handoff link. `/mumbl start [team name]` remains an alias.
79
+
- App Home can create private dumps and draft a field note from selected recent private dumps. Drafting uses the existing field-note OpenAI daily limit, and publishing still requires review in Mumbl.
79
80
- The Slack app requests `commands`, `users:read`, and `users:read.email` only. It does not request channel history or message history scopes.
80
81
- Team-read posting to Slack is optional per room. When a creator enables it, Mumbl asks for an optional `chat:write` and `groups:write` permission upgrade only so it can create one private channel and post published team reads.
81
82
- Slack daily check-in reminders are deferred because a 15-minute scheduler does not fit the free-tier posture.
0 commit comments