beecork 1.3.6 → 1.3.7

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/dist/cli/setup.js CHANGED
@@ -202,6 +202,11 @@ export async function setupWizard() {
202
202
  console.log(' beecork dashboard — open web control panel');
203
203
  console.log(' beecork quickstart — full getting-started checklist');
204
204
  console.log('');
205
+ console.log(' ★ Recommended: Smart project routing');
206
+ console.log(' If you work on multiple projects, Beecork can auto-detect which');
207
+ console.log(' project you mean and route messages to the right tab.');
208
+ console.log(' Run: beecork pipe setup');
209
+ console.log('');
205
210
  console.log(' Add more channels:');
206
211
  console.log(' beecork whatsapp — connect WhatsApp');
207
212
  console.log(' beecork discord — connect Discord');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beecork",
3
- "version": "1.3.6",
3
+ "version": "1.3.7",
4
4
  "description": "Claude Code always-on infrastructure — a phone number, a memory, and an alarm clock",
5
5
  "type": "module",
6
6
  "bin": {