@sleep2agi/agent-network 2.1.8 → 2.1.10-preview.0

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/README.md CHANGED
@@ -125,7 +125,6 @@ anet init project # write .mcp.json + CLAUDE.md [verifi
125
125
 
126
126
  Listed for transparency — these commands exist but are not part of the primary supported path.
127
127
 
128
- - `anet quickstart` — legacy v0.6 guided setup (still in code but not in docs); use `anet hub start` + `anet init` + `anet login` + `anet node create` instead.
129
128
  - `anet license` / `anet activate` — v0.6 legacy trial / pro-license commands. **No longer needed after Apache 2.0 OSS.** Hub still keeps a SQLite `licenses` table for backward-compat (creates a 14-day trial on first run). On `license_expired`, see [troubleshooting](https://anet.sh/en/troubleshooting).
130
129
  - `anet network create` / `anet network invite` / cross-user network sharing — code is in, no full E2E.
131
130
  - `anet channel add telegram|wechat|feishu` — channel code exists; only the Telegram-oriented paths are actively exercised.