This repository's contents have been absorbed into sweeinc/platform under
products/sweefi/ as part of the Swee Inc v5.2 architecture migration
(2026-04-26).
| Old location (this repo) | New location |
|---|---|
packages/sui/ |
sweeinc/platform/products/sweefi/sui/ |
packages/solana/ |
sweeinc/platform/products/sweefi/solana/ |
packages/cli/ |
sweeinc/platform/products/sweefi/cli/ |
packages/hono/ |
sweeinc/platform/products/sweefi/hono/ |
packages/mcp/ |
sweeinc/platform/products/sweefi/mcp/ |
packages/react/ |
sweeinc/platform/products/sweefi/react/ |
packages/vue/ |
sweeinc/platform/products/sweefi/vue/ |
packages/ap2-adapter/ |
sweeinc/platform/products/sweefi/ap2-adapter/ |
packages/ui-core/ |
sweeinc/platform/products/sweefi/ui-core/ |
packages/facilitator/ |
sweeinc/platform/products/sweefi/facilitator/ — now publishable as npx @sweefi/facilitator |
contracts/ (Sui Move) |
sweeinc/lab/products/sweefi-contracts/move/ (private) |
contracts/solana/ (Anchor) |
sweeinc/lab/products/sweefi-contracts/solana/ (private) |
All @sweefi/* packages publish from sweeinc/platform. Versions and names
are unchanged; only the source repository moved.
@sweefi/sui@sweefi/solana@sweefi/cli@sweefi/hono@sweefi/mcp@sweefi/react@sweefi/vue@sweefi/ap2-adapter@sweefi/ui-core@sweefi/facilitator— first npm release
Architecture v5.2 split Swee's repos by OSS intent (public vs private),
not by maturity. Mature, audited, ready-to-show code lives in
sweeinc/platform; incubator + commercial + strategic-moat code lives in
sweeinc/lab (private). One TypeScript monorepo per intent class. Product
cohesion within each repo (products/{name}/{component}/).
Full design: DAN-411.
This repo is archived, not deleted. All commit history remains
browsable here. Cross-repo migrations preserved history via git filter-repo --to-subdirectory-filter where applicable.