@seasonkoh/webaz 0.1.25 → 0.1.26

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.
Files changed (40) hide show
  1. package/README.md +3 -1
  2. package/dist/layer1-agent/L1-1-mcp-server/server.js +129 -150
  3. package/dist/layer2-business/L2-9-contribution/build-task-agent-metadata-store.js +9 -0
  4. package/dist/layer2-business/L2-9-contribution/build-tasks-engine.js +1 -1
  5. package/dist/layer2-business/L2-9-contribution/identity-claim-discovery.js +55 -0
  6. package/dist/layer2-business/L2-9-contribution/task-proposal-ai-store.js +99 -0
  7. package/dist/layer2-business/L2-9-contribution/task-proposal-draft.js +191 -0
  8. package/dist/pwa/admin-bearer-auth.js +21 -0
  9. package/dist/pwa/email-delivery.js +127 -0
  10. package/dist/pwa/public/app.js +940 -245
  11. package/dist/pwa/public/i18n.js +269 -40
  12. package/dist/pwa/public/openapi.json +4 -4
  13. package/dist/pwa/public/whitepaper/en/index.html +153 -0
  14. package/dist/pwa/public/whitepaper/zh-CN/index.html +153 -0
  15. package/dist/pwa/routes/admin-atomic.js +10 -4
  16. package/dist/pwa/routes/admin-moderation.js +25 -1
  17. package/dist/pwa/routes/admin-ops.js +13 -2
  18. package/dist/pwa/routes/admin-users-query.js +12 -1
  19. package/dist/pwa/routes/admin-wallet-ops.js +26 -3
  20. package/dist/pwa/routes/auction.js +4 -2
  21. package/dist/pwa/routes/auth-read.js +10 -1
  22. package/dist/pwa/routes/auth-register.js +82 -12
  23. package/dist/pwa/routes/contribution-identity.js +17 -0
  24. package/dist/pwa/routes/growth.js +1 -1
  25. package/dist/pwa/routes/orders-action.js +19 -13
  26. package/dist/pwa/routes/profile-credentials.js +7 -4
  27. package/dist/pwa/routes/profile-placement.js +7 -8
  28. package/dist/pwa/routes/promoter.js +3 -17
  29. package/dist/pwa/routes/ratings.js +64 -4
  30. package/dist/pwa/routes/recover-key.js +58 -19
  31. package/dist/pwa/routes/referral.js +4 -24
  32. package/dist/pwa/routes/share-redirects.js +4 -3
  33. package/dist/pwa/routes/shop-referral.js +6 -5
  34. package/dist/pwa/routes/shops.js +5 -2
  35. package/dist/pwa/routes/task-proposals.js +76 -0
  36. package/dist/pwa/routes/trial.js +4 -2
  37. package/dist/pwa/routes/users-public.js +2 -12
  38. package/dist/pwa/routes/wallet-read.js +1 -1
  39. package/dist/pwa/server.js +67 -9
  40. package/package.json +31 -3
package/README.md CHANGED
@@ -15,8 +15,10 @@
15
15
 
16
16
  让 AI Agent 成为去中心化商业协议的原生参与者。卖家零额外工作量接入新渠道,买家通过 Agent 自动购物,人类与 AI 在同一协议上平等参与。
17
17
 
18
+ > 📖 **创始白皮书 / Founding Whitepaper** → [`docs/WHITEPAPER.zh-CN.md`](docs/WHITEPAPER.zh-CN.md) · [`docs/WHITEPAPER.md`](docs/WHITEPAPER.md)
19
+
18
20
  > ⭐ **运营哲学与远景** → [`docs/VISION-AND-OPERATIONS.md`](docs/VISION-AND-OPERATIONS.md)
19
- > COP(参与即建设,贡献即收益)· 团队"消失"在协议里 · 最终全 DAO
21
+ > COP(参与即建设,贡献可见)· 团队"消失"在协议里 · 最终全 DAO
20
22
 
21
23
  > **试一下**:`npx -y @seasonkoh/webaz`,或在 Claude Desktop 加入 MCP 配置(见下)。
22
24
  > **PWA 演示**:[webaz.xyz](https://webaz.xyz)