@wowok/agent-mcp 2.2.21 → 2.3.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.
Files changed (62) hide show
  1. package/README.md +1 -3
  2. package/dist/index.d.ts +86 -126
  3. package/dist/index.js +4 -1
  4. package/dist/schema/call/allocation.d.ts +1 -1
  5. package/dist/schema/call/arbitration.d.ts +1 -1
  6. package/dist/schema/call/arbitration.js +1 -1
  7. package/dist/schema/call/base.d.ts +830 -830
  8. package/dist/schema/call/contact.d.ts +1 -1
  9. package/dist/schema/call/demand.d.ts +1 -1
  10. package/dist/schema/call/demand.js +1 -1
  11. package/dist/schema/call/guard.d.ts +3 -3
  12. package/dist/schema/call/machine.d.ts +4 -4
  13. package/dist/schema/call/machine.js +1 -1
  14. package/dist/schema/call/order.d.ts +15 -15
  15. package/dist/schema/call/order.js +1 -1
  16. package/dist/schema/call/payment.d.ts +1 -1
  17. package/dist/schema/call/permission.d.ts +1 -1
  18. package/dist/schema/call/permission.js +1 -1
  19. package/dist/schema/call/personal.d.ts +1 -1
  20. package/dist/schema/call/progress.d.ts +1 -1
  21. package/dist/schema/call/proof.d.ts +13 -98
  22. package/dist/schema/call/proof.js +3 -3
  23. package/dist/schema/call/repository.d.ts +79 -79
  24. package/dist/schema/call/repository.js +4 -3
  25. package/dist/schema/call/reward.d.ts +1 -1
  26. package/dist/schema/call/reward.js +1 -1
  27. package/dist/schema/call/service.d.ts +46 -46
  28. package/dist/schema/call/service.js +3 -3
  29. package/dist/schema/call/treasury.d.ts +9 -69
  30. package/dist/schema/call/treasury.js +1 -1
  31. package/dist/schema/common/index.d.ts +46 -46
  32. package/dist/schema/common/index.js +5 -3
  33. package/dist/schema/local/index.d.ts +1906 -1906
  34. package/dist/schema/local/index.js +12 -12
  35. package/dist/schema/local/wip.d.ts +16 -16
  36. package/dist/schema/local/wip.js +2 -2
  37. package/dist/schema/messenger/index.d.ts +1 -1
  38. package/dist/schema/query/index.d.ts +6918 -6918
  39. package/dist/schema/query/index.js +6 -6
  40. package/dist/schemas/account_operation.schema.json +4 -2
  41. package/dist/schemas/guard2file.schema.json +2 -1
  42. package/dist/schemas/index.json +1 -1
  43. package/dist/schemas/machineNode2file.schema.json +2 -1
  44. package/dist/schemas/messenger_operation.schema.json +2 -1
  45. package/dist/schemas/onchain_events.schema.json +6 -2
  46. package/dist/schemas/onchain_operations_allocation.schema.json +2 -1
  47. package/dist/schemas/onchain_operations_arbitration.schema.json +3 -2
  48. package/dist/schemas/onchain_operations_contact.schema.json +2 -1
  49. package/dist/schemas/onchain_operations_demand.schema.json +3 -2
  50. package/dist/schemas/onchain_operations_gen_passport.schema.json +4 -2
  51. package/dist/schemas/onchain_operations_guard.schema.json +2 -1
  52. package/dist/schemas/onchain_operations_machine.schema.json +10 -5
  53. package/dist/schemas/onchain_operations_order.schema.json +6 -5
  54. package/dist/schemas/onchain_operations_payment.schema.json +2 -1
  55. package/dist/schemas/onchain_operations_permission.schema.json +3 -2
  56. package/dist/schemas/onchain_operations_personal.schema.json +2 -1
  57. package/dist/schemas/onchain_operations_progress.schema.json +2 -1
  58. package/dist/schemas/onchain_operations_repository.schema.json +9 -5
  59. package/dist/schemas/onchain_operations_reward.schema.json +3 -2
  60. package/dist/schemas/onchain_operations_service.schema.json +6 -2
  61. package/dist/schemas/onchain_operations_treasury.schema.json +4 -3
  62. package/package.json +2 -2
package/README.md CHANGED
@@ -61,6 +61,4 @@ Skills provide structured guidance for AI assistants:
61
61
  - **Use `wowok-tools`** + `wowok-safety`** + `wowok-output` (always loaded) for all roles
62
62
  - **Use `wowok-guard`** when designing complex validation rules
63
63
 
64
- #### Using Skills
65
-
66
- Once installed, Claude Code will automatically use these skills when working with WoWok tools.
64
+ > **Note:** For detailed installation instructions for different AI clients (Claude Code, OpenAI Codex, Trae IDE, Cursor, etc.), see the [WoWok Skills](https://github.com/wowok-ai/skills) repository.