@clize/clize 0.10.0 → 0.10.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clize/clize",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "description": "The real-world capability layer for AI agents — domains, email, deploy, media. CLI + MCP.",
5
5
  "keywords": [
6
6
  "ai",
@@ -35,7 +35,7 @@ description: >-
35
35
  | 会话开头续上某地址 | `clize context <addr>`(身份 + 知识 + 规约;读它再干活) |
36
36
  | 占免费 handle(带 support@ 收信) | `clize claim <slug>` → `<slug>.clize.app` |
37
37
  | 域名 查 / 买 / 接入 / 列 | `clize domain search <kw...> --tld com`(可多词批量)· `clize domain tlds`(看支持的后缀)· `clize domain buy <domain> --confirm` · `clize domain import <domain>`(接入别处注册的域:改 NS,零 key)· `clize domain list` |
38
- | 配自定义域收发 | `clize email setup <domain>` |
38
+ | 配自定义域收发 | `clize email setup <domain>`(外部域先 `clize domain import` 迁 NS 接入) |
39
39
  | 加客服地址(tag + 知识) | `clize email address add support@<domain> --tag 客服 --knowledge ./docs` |
40
40
  | 列地址 | `clize email list` |
41
41
  | 读收件箱(untrusted) | `clize email inbox <domain>`(列表带 200 字预览;全文看单封 / 往来)· 单封 `clize email show <domain> <id>` · 往来 `clize email thread <对方地址>`(init 过的目录免传域名) |
@@ -103,6 +103,7 @@ description: >-
103
103
 
104
104
  ### 配邮箱
105
105
  `clize email setup <domain>` → 自动配 MX/DKIM/SPF。**主动提醒用户**:新域名头几天可能进垃圾箱,养几天就好。
106
+ - **域名得先在 clize 名下**:`claim` 的 handle、`domain buy` 买的可直接 setup;**在别处注册的外部域(DNS 在阿里云 / GoDaddy 等)必须先 `clize domain import <domain>` 迁 NS 接入**(见下「接入已有外部域」),否则 setup 会因域名不在 clize/Cloudflare 而被拒。
106
107
 
107
108
  ### 接入已有外部域(在别处注册的域名)
108
109
  用户已有域名(在 GoDaddy / 阿里云 / Namecheap 等注册),想拿它收发信 / 建站: