archal 0.9.8 → 0.9.9

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 (39) hide show
  1. package/README.md +163 -93
  2. package/bin/archal.cjs +3 -3
  3. package/dist/index.cjs +82301 -0
  4. package/dist/index.d.cts +1 -0
  5. package/dist/seed/dynamic-generator.cjs +45640 -0
  6. package/dist/seed/dynamic-generator.d.cts +67 -0
  7. package/dist/vitest/chunk-RKYS44AS.js +2216 -0
  8. package/dist/vitest/chunk-YJICENME.js +1230 -0
  9. package/dist/vitest/chunk-YV6BH6DO.js +45974 -0
  10. package/dist/vitest/index.cjs +51963 -0
  11. package/dist/vitest/index.d.ts +398 -0
  12. package/dist/vitest/index.js +2669 -0
  13. package/dist/vitest/runtime/hosted-session-reaper.cjs +29349 -0
  14. package/dist/vitest/runtime/hosted-session-reaper.d.ts +2 -0
  15. package/dist/vitest/runtime/hosted-session-reaper.js +58 -0
  16. package/dist/vitest/runtime/setup-files.d.ts +2 -0
  17. package/dist/vitest/runtime/setup-files.js +27 -0
  18. package/dist/vitest/src-JGHX6UKK.js +94 -0
  19. package/package.json +15 -19
  20. package/twin-assets/discord/fidelity.json +113 -0
  21. package/twin-assets/discord/tools.json +1953 -0
  22. package/twin-assets/github/fidelity.json +13 -0
  23. package/twin-assets/github/tools.json +21818 -0
  24. package/twin-assets/google-workspace/fidelity.json +19 -0
  25. package/twin-assets/google-workspace/tools.json +10191 -0
  26. package/twin-assets/jira/fidelity.json +40 -0
  27. package/twin-assets/jira/tools.json +17387 -0
  28. package/twin-assets/linear/fidelity.json +18 -0
  29. package/twin-assets/linear/tools.json +6496 -0
  30. package/twin-assets/ramp/fidelity.json +22 -0
  31. package/twin-assets/ramp/tools.json +2610 -0
  32. package/twin-assets/slack/fidelity.json +20 -0
  33. package/twin-assets/slack/tools.json +7301 -0
  34. package/twin-assets/stripe/fidelity.json +22 -0
  35. package/twin-assets/stripe/tools.json +15284 -0
  36. package/twin-assets/supabase/fidelity.json +13 -0
  37. package/twin-assets/supabase/tools.json +2973 -0
  38. package/dist/vitest.d.ts +0 -1
  39. package/dist/vitest.js +0 -23
@@ -0,0 +1,22 @@
1
+ {
2
+ "twin": "stripe",
3
+ "api": "Stripe API v1 (via MCP agent-toolkit)",
4
+ "version": "0.1.0",
5
+ "capabilities": [
6
+ { "name": "Stateful CRUD (customers, products, prices)", "supported": true },
7
+ { "name": "Payment lifecycle (intents, confirm, capture, cancel)", "supported": true },
8
+ { "name": "Refunds (full, partial, by charge or payment_intent)", "supported": true },
9
+ { "name": "Invoice lifecycle (draft, finalize, pay, void)", "supported": true },
10
+ { "name": "Subscriptions (create, update, cancel, trial periods)", "supported": true },
11
+ { "name": "Coupons (percent-off, amount-off, duration types)", "supported": true },
12
+ { "name": "Payment Links (create, list)", "supported": true },
13
+ { "name": "Balance and balance transactions", "supported": true },
14
+ { "name": "Disputes (list, update evidence, submit)", "supported": true },
15
+ { "name": "Error responses (400, 404, 402, 429)", "supported": true },
16
+ { "name": "Rate limiting simulation", "supported": true },
17
+ { "name": "Stripe Connect (multi-account)", "supported": false },
18
+ { "name": "Webhooks", "supported": false },
19
+ { "name": "3D Secure / SCA flows", "supported": false },
20
+ { "name": "Tax calculation", "supported": false }
21
+ ]
22
+ }