From a066a5aa717730895df50b0bdc219391d98c90dc Mon Sep 17 00:00:00 2001 From: Sawyer Cutler Date: Sun, 20 Sep 2026 18:42:16 -0700 Subject: [PATCH] docs: unpublished git install, package title, and author Keep the native mailbox README. Do not restore pre-native vocabulary, listUserMailbox, or thread helper APIs. @corbits/mailbox is not on npm. --- README.md | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 725904e..fc3433f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# corbits-mailbox +# @corbits/mailbox **[`@corbits/mailbox`](./package.json)** has one job: give a human principal a native Interchange mailbox — a real `@intx/mailbox` `MailboxStore` backed by @@ -97,10 +97,10 @@ their INBOX, deduped on the frame's Message-ID within that mailbox. ## Install -```sh -# from npm (ships prebuilt dist/) -bun add @corbits/mailbox +Not published to npm yet. Until a registry publish, `bun add @corbits/mailbox` +404s. Git is the install path. +```sh # from git (prepare hook builds dist/ on the way in) bun add github:corbitsdev/corbits-mailbox ``` diff --git a/package.json b/package.json index 76b4ba2..23fbb5a 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "drizzle", "postgres" ], - "author": "Corbits", + "author": "Sawyer Cutler ", "homepage": "https://github.com/corbitsdev/corbits-mailbox#readme", "repository": { "type": "git",