cmdx 1.19.0 → 1.21.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 (145) hide show
  1. checksums.yaml +4 -4
  2. data/.DS_Store +0 -0
  3. data/CHANGELOG.md +82 -16
  4. data/README.md +1 -1
  5. data/lib/cmdx/attribute.rb +82 -19
  6. data/lib/cmdx/attribute_registry.rb +79 -8
  7. data/lib/cmdx/attribute_value.rb +2 -2
  8. data/lib/cmdx/callback_registry.rb +60 -26
  9. data/lib/cmdx/chain.rb +34 -5
  10. data/lib/cmdx/coercion_registry.rb +42 -20
  11. data/lib/cmdx/coercions/array.rb +2 -2
  12. data/lib/cmdx/coercions/big_decimal.rb +1 -1
  13. data/lib/cmdx/coercions/boolean.rb +2 -2
  14. data/lib/cmdx/coercions/complex.rb +1 -1
  15. data/lib/cmdx/coercions/date.rb +1 -1
  16. data/lib/cmdx/coercions/date_time.rb +1 -1
  17. data/lib/cmdx/coercions/float.rb +1 -1
  18. data/lib/cmdx/coercions/hash.rb +1 -1
  19. data/lib/cmdx/coercions/integer.rb +1 -1
  20. data/lib/cmdx/coercions/rational.rb +1 -1
  21. data/lib/cmdx/coercions/string.rb +1 -1
  22. data/lib/cmdx/coercions/symbol.rb +1 -1
  23. data/lib/cmdx/coercions/time.rb +1 -1
  24. data/lib/cmdx/configuration.rb +38 -0
  25. data/lib/cmdx/context.rb +11 -8
  26. data/lib/cmdx/deprecator.rb +27 -14
  27. data/lib/cmdx/errors.rb +3 -4
  28. data/lib/cmdx/exception.rb +7 -0
  29. data/lib/cmdx/executor.rb +80 -53
  30. data/lib/cmdx/identifier.rb +4 -6
  31. data/lib/cmdx/locale.rb +32 -9
  32. data/lib/cmdx/middleware_registry.rb +43 -23
  33. data/lib/cmdx/middlewares/correlate.rb +4 -2
  34. data/lib/cmdx/middlewares/runtime.rb +18 -3
  35. data/lib/cmdx/middlewares/timeout.rb +11 -10
  36. data/lib/cmdx/parallelizer.rb +100 -0
  37. data/lib/cmdx/pipeline.rb +42 -23
  38. data/lib/cmdx/railtie.rb +1 -1
  39. data/lib/cmdx/result.rb +91 -19
  40. data/lib/cmdx/retry.rb +166 -0
  41. data/lib/cmdx/settings.rb +226 -0
  42. data/lib/cmdx/task.rb +62 -65
  43. data/lib/cmdx/utils/format.rb +17 -1
  44. data/lib/cmdx/utils/normalize.rb +52 -0
  45. data/lib/cmdx/utils/wrap.rb +38 -0
  46. data/lib/cmdx/validator_registry.rb +44 -19
  47. data/lib/cmdx/validators/absence.rb +1 -1
  48. data/lib/cmdx/validators/exclusion.rb +2 -2
  49. data/lib/cmdx/validators/format.rb +1 -1
  50. data/lib/cmdx/validators/inclusion.rb +2 -2
  51. data/lib/cmdx/validators/length.rb +1 -1
  52. data/lib/cmdx/validators/numeric.rb +1 -1
  53. data/lib/cmdx/validators/presence.rb +1 -1
  54. data/lib/cmdx/version.rb +1 -1
  55. data/lib/cmdx/workflow.rb +17 -0
  56. data/lib/cmdx.rb +12 -0
  57. data/lib/generators/cmdx/templates/install.rb +20 -5
  58. data/lib/locales/af.yml +2 -0
  59. data/lib/locales/ar.yml +2 -0
  60. data/lib/locales/az.yml +2 -0
  61. data/lib/locales/be.yml +2 -0
  62. data/lib/locales/bg.yml +2 -0
  63. data/lib/locales/bn.yml +2 -0
  64. data/lib/locales/bs.yml +2 -0
  65. data/lib/locales/ca.yml +2 -0
  66. data/lib/locales/cnr.yml +2 -0
  67. data/lib/locales/cs.yml +2 -0
  68. data/lib/locales/cy.yml +2 -0
  69. data/lib/locales/da.yml +2 -0
  70. data/lib/locales/de.yml +2 -0
  71. data/lib/locales/dz.yml +2 -0
  72. data/lib/locales/el.yml +2 -0
  73. data/lib/locales/en.yml +2 -0
  74. data/lib/locales/eo.yml +2 -0
  75. data/lib/locales/es.yml +2 -0
  76. data/lib/locales/et.yml +2 -0
  77. data/lib/locales/eu.yml +2 -0
  78. data/lib/locales/fa.yml +2 -0
  79. data/lib/locales/fi.yml +2 -0
  80. data/lib/locales/fr.yml +2 -0
  81. data/lib/locales/fy.yml +2 -0
  82. data/lib/locales/gd.yml +2 -0
  83. data/lib/locales/gl.yml +2 -0
  84. data/lib/locales/he.yml +2 -0
  85. data/lib/locales/hi.yml +2 -0
  86. data/lib/locales/hr.yml +2 -0
  87. data/lib/locales/hu.yml +2 -0
  88. data/lib/locales/hy.yml +2 -0
  89. data/lib/locales/id.yml +2 -0
  90. data/lib/locales/is.yml +2 -0
  91. data/lib/locales/it.yml +2 -0
  92. data/lib/locales/ja.yml +2 -0
  93. data/lib/locales/ka.yml +2 -0
  94. data/lib/locales/kk.yml +2 -0
  95. data/lib/locales/km.yml +2 -0
  96. data/lib/locales/kn.yml +2 -0
  97. data/lib/locales/ko.yml +2 -0
  98. data/lib/locales/lb.yml +2 -0
  99. data/lib/locales/lo.yml +2 -0
  100. data/lib/locales/lt.yml +2 -0
  101. data/lib/locales/lv.yml +2 -0
  102. data/lib/locales/mg.yml +2 -0
  103. data/lib/locales/mk.yml +2 -0
  104. data/lib/locales/ml.yml +2 -0
  105. data/lib/locales/mn.yml +2 -0
  106. data/lib/locales/mr-IN.yml +2 -0
  107. data/lib/locales/ms.yml +2 -0
  108. data/lib/locales/nb.yml +2 -0
  109. data/lib/locales/ne.yml +2 -0
  110. data/lib/locales/nl.yml +2 -0
  111. data/lib/locales/nn.yml +2 -0
  112. data/lib/locales/oc.yml +2 -0
  113. data/lib/locales/or.yml +2 -0
  114. data/lib/locales/pa.yml +2 -0
  115. data/lib/locales/pl.yml +2 -0
  116. data/lib/locales/pt.yml +2 -0
  117. data/lib/locales/rm.yml +2 -0
  118. data/lib/locales/ro.yml +2 -0
  119. data/lib/locales/ru.yml +2 -0
  120. data/lib/locales/sc.yml +2 -0
  121. data/lib/locales/sk.yml +2 -0
  122. data/lib/locales/sl.yml +2 -0
  123. data/lib/locales/sq.yml +2 -0
  124. data/lib/locales/sr.yml +2 -0
  125. data/lib/locales/st.yml +2 -0
  126. data/lib/locales/sv.yml +2 -0
  127. data/lib/locales/sw.yml +2 -0
  128. data/lib/locales/ta.yml +2 -0
  129. data/lib/locales/te.yml +2 -0
  130. data/lib/locales/th.yml +2 -0
  131. data/lib/locales/tl.yml +2 -0
  132. data/lib/locales/tr.yml +2 -0
  133. data/lib/locales/tt.yml +2 -0
  134. data/lib/locales/ug.yml +2 -0
  135. data/lib/locales/uk.yml +2 -0
  136. data/lib/locales/ur.yml +2 -0
  137. data/lib/locales/uz.yml +2 -0
  138. data/lib/locales/vi.yml +2 -0
  139. data/lib/locales/wo.yml +2 -0
  140. data/lib/locales/zh-CN.yml +2 -0
  141. data/lib/locales/zh-HK.yml +2 -0
  142. data/lib/locales/zh-TW.yml +2 -0
  143. data/lib/locales/zh-YUE.yml +2 -0
  144. data/mkdocs.yml +5 -1
  145. metadata +6 -15
data/lib/locales/mk.yml CHANGED
@@ -13,6 +13,8 @@ mk:
13
13
  faults:
14
14
  invalid: "Невалидни"
15
15
  unspecified: "Не е дадена"
16
+ reasons:
17
+ unspecified: "Не е дадена"
16
18
  types:
17
19
  array: "низа"
18
20
  big_decimal: "голем децимален"
data/lib/locales/ml.yml CHANGED
@@ -13,6 +13,8 @@ ml:
13
13
  faults:
14
14
  invalid: "അസാധുവായ"
15
15
  unspecified: "നിർവചിക്കപ്പെടാത്ത"
16
+ reasons:
17
+ unspecified: "നിർവചിക്കപ്പെടാത്ത"
16
18
  types:
17
19
  array: "അറേ"
18
20
  big_decimal: "വലിയ ദശാംശം"
data/lib/locales/mn.yml CHANGED
@@ -13,6 +13,8 @@ mn:
13
13
  faults:
14
14
  invalid: "Буруу"
15
15
  unspecified: "Тодорхойлогдоогүй"
16
+ reasons:
17
+ unspecified: "Тодорхойлогдоогүй"
16
18
  types:
17
19
  array: "массив"
18
20
  big_decimal: "том аравтын"
@@ -13,6 +13,8 @@ mr-IN:
13
13
  faults:
14
14
  invalid: "अवैध"
15
15
  unspecified: "निर्दिष्ट नाही"
16
+ reasons:
17
+ unspecified: "निर्दिष्ट नाही"
16
18
  types:
17
19
  array: "अॅरे"
18
20
  big_decimal: "मोठे दशांश"
data/lib/locales/ms.yml CHANGED
@@ -13,6 +13,8 @@ ms:
13
13
  faults:
14
14
  invalid: "Tidak sah"
15
15
  unspecified: "Tidak ditentukan"
16
+ reasons:
17
+ unspecified: "Tidak ditentukan"
16
18
  types:
17
19
  array: "array"
18
20
  big_decimal: "perpuluhan besar"
data/lib/locales/nb.yml CHANGED
@@ -13,6 +13,8 @@ nb:
13
13
  faults:
14
14
  invalid: "Ugyldig"
15
15
  unspecified: "Uspesifisert"
16
+ reasons:
17
+ unspecified: "Uspesifisert"
16
18
  types:
17
19
  array: "array"
18
20
  big_decimal: "stort desimaltall"
data/lib/locales/ne.yml CHANGED
@@ -13,6 +13,8 @@ ne:
13
13
  faults:
14
14
  invalid: "अवैध"
15
15
  unspecified: "निर्दिष्ट नभएको"
16
+ reasons:
17
+ unspecified: "निर्दिष्ट नभएको"
16
18
  types:
17
19
  array: "एरे"
18
20
  big_decimal: "ठूलो दशमलव"
data/lib/locales/nl.yml CHANGED
@@ -13,6 +13,8 @@ nl:
13
13
  faults:
14
14
  invalid: "Ongeldig"
15
15
  unspecified: "Niet gespecificeerd"
16
+ reasons:
17
+ unspecified: "Niet gespecificeerd"
16
18
  types:
17
19
  array: "array"
18
20
  big_decimal: "grote decimaal"
data/lib/locales/nn.yml CHANGED
@@ -13,6 +13,8 @@ nn:
13
13
  faults:
14
14
  invalid: "Ugyldig"
15
15
  unspecified: "Uspesifisert"
16
+ reasons:
17
+ unspecified: "Uspesifisert"
16
18
  types:
17
19
  array: "array"
18
20
  big_decimal: "stor desimal"
data/lib/locales/oc.yml CHANGED
@@ -13,6 +13,8 @@ oc:
13
13
  faults:
14
14
  invalid: "Invalidas"
15
15
  unspecified: "Non especificada"
16
+ reasons:
17
+ unspecified: "Non especificada"
16
18
  types:
17
19
  array: "array"
18
20
  big_decimal: "decimal grand"
data/lib/locales/or.yml CHANGED
@@ -13,6 +13,8 @@ or:
13
13
  faults:
14
14
  invalid: "ଅବୈଧ"
15
15
  unspecified: "ଅନିର୍ଦ୍ଦିଷ୍ଟ"
16
+ reasons:
17
+ unspecified: "ଅନିର୍ଦ୍ଦିଷ୍ଟ"
16
18
  types:
17
19
  array: "ଏରେ"
18
20
  big_decimal: "ବଡ଼ ଦଶମିକ"
data/lib/locales/pa.yml CHANGED
@@ -13,6 +13,8 @@ pa:
13
13
  faults:
14
14
  invalid: "ਅਵੈਧ"
15
15
  unspecified: "ਅਨਿਰਧਾਰਿਤ"
16
+ reasons:
17
+ unspecified: "ਅਨਿਰਧਾਰਿਤ"
16
18
  types:
17
19
  array: "ਐਰੇ"
18
20
  big_decimal: "ਵੱਡਾ ਦਸ਼ਮਲਵ"
data/lib/locales/pl.yml CHANGED
@@ -13,6 +13,8 @@ pl:
13
13
  faults:
14
14
  invalid: "Nieprawidłowe"
15
15
  unspecified: "Nieokreślone"
16
+ reasons:
17
+ unspecified: "Nieokreślone"
16
18
  types:
17
19
  array: "tablica"
18
20
  big_decimal: "duża liczba dziesiętna"
data/lib/locales/pt.yml CHANGED
@@ -13,6 +13,8 @@ pt:
13
13
  faults:
14
14
  invalid: "Inválidas"
15
15
  unspecified: "Não especificada"
16
+ reasons:
17
+ unspecified: "Não especificada"
16
18
  types:
17
19
  array: "array"
18
20
  big_decimal: "decimal grande"
data/lib/locales/rm.yml CHANGED
@@ -13,6 +13,8 @@ rm:
13
13
  faults:
14
14
  invalid: "Nunvalidas"
15
15
  unspecified: "Betg specificà"
16
+ reasons:
17
+ unspecified: "Betg specificà"
16
18
  types:
17
19
  array: "array"
18
20
  big_decimal: "decimal grond"
data/lib/locales/ro.yml CHANGED
@@ -13,6 +13,8 @@ ro:
13
13
  faults:
14
14
  invalid: "Invalide"
15
15
  unspecified: "Nespecificat"
16
+ reasons:
17
+ unspecified: "Nespecificat"
16
18
  types:
17
19
  array: "array"
18
20
  big_decimal: "decimal mare"
data/lib/locales/ru.yml CHANGED
@@ -13,6 +13,8 @@ ru:
13
13
  faults:
14
14
  invalid: "Неверные"
15
15
  unspecified: "Не указано"
16
+ reasons:
17
+ unspecified: "Не указано"
16
18
  types:
17
19
  array: "массив"
18
20
  big_decimal: "большое десятичное число"
data/lib/locales/sc.yml CHANGED
@@ -13,6 +13,8 @@ sc:
13
13
  faults:
14
14
  invalid: "Non vàlidos"
15
15
  unspecified: "Non specificadu"
16
+ reasons:
17
+ unspecified: "Non specificadu"
16
18
  types:
17
19
  array: "array"
18
20
  big_decimal: "decimale mannu"
data/lib/locales/sk.yml CHANGED
@@ -13,6 +13,8 @@ sk:
13
13
  faults:
14
14
  invalid: "Neplatné"
15
15
  unspecified: "Nešpecifikované"
16
+ reasons:
17
+ unspecified: "Nešpecifikované"
16
18
  types:
17
19
  array: "pole"
18
20
  big_decimal: "veľké desatinné číslo"
data/lib/locales/sl.yml CHANGED
@@ -13,6 +13,8 @@ sl:
13
13
  faults:
14
14
  invalid: "Neveljavni"
15
15
  unspecified: "Nedoločeno"
16
+ reasons:
17
+ unspecified: "Nedoločeno"
16
18
  types:
17
19
  array: "matrika"
18
20
  big_decimal: "veliko decimalno število"
data/lib/locales/sq.yml CHANGED
@@ -13,6 +13,8 @@ sq:
13
13
  faults:
14
14
  invalid: "Të pavlefshme"
15
15
  unspecified: "E papërcaktuar"
16
+ reasons:
17
+ unspecified: "E papërcaktuar"
16
18
  types:
17
19
  array: "array"
18
20
  big_decimal: "decimal i madh"
data/lib/locales/sr.yml CHANGED
@@ -13,6 +13,8 @@ sr:
13
13
  faults:
14
14
  invalid: "Неисправни"
15
15
  unspecified: "Није наведен"
16
+ reasons:
17
+ unspecified: "Није наведен"
16
18
  types:
17
19
  array: "низ"
18
20
  big_decimal: "велики децимални број"
data/lib/locales/st.yml CHANGED
@@ -13,6 +13,8 @@ st:
13
13
  faults:
14
14
  invalid: "Tse sa sebetseng"
15
15
  unspecified: "Ha e hlalosoe"
16
+ reasons:
17
+ unspecified: "Ha e hlalosoe"
16
18
  types:
17
19
  array: "array"
18
20
  big_decimal: "decimal e kgolo"
data/lib/locales/sv.yml CHANGED
@@ -13,6 +13,8 @@ sv:
13
13
  faults:
14
14
  invalid: "Ogiltiga"
15
15
  unspecified: "Ospecificerat"
16
+ reasons:
17
+ unspecified: "Ospecificerat"
16
18
  types:
17
19
  array: "array"
18
20
  big_decimal: "stort decimaltal"
data/lib/locales/sw.yml CHANGED
@@ -13,6 +13,8 @@ sw:
13
13
  faults:
14
14
  invalid: "Zisizofaa"
15
15
  unspecified: "Haijaspecifikwa"
16
+ reasons:
17
+ unspecified: "Haijaspecifikwa"
16
18
  types:
17
19
  array: "safu"
18
20
  big_decimal: "desimali kubwa"
data/lib/locales/ta.yml CHANGED
@@ -13,6 +13,8 @@ ta:
13
13
  faults:
14
14
  invalid: "தவறான"
15
15
  unspecified: "குறிப்பிடப்படாத"
16
+ reasons:
17
+ unspecified: "குறிப்பிடப்படாத"
16
18
  types:
17
19
  array: "வரிசை"
18
20
  big_decimal: "பெரிய தசமம்"
data/lib/locales/te.yml CHANGED
@@ -13,6 +13,8 @@ te:
13
13
  faults:
14
14
  invalid: "చెల్లని"
15
15
  unspecified: "నిర్దిష్టం కాదు"
16
+ reasons:
17
+ unspecified: "నిర్దిష్టం కాదు"
16
18
  types:
17
19
  array: "అరే"
18
20
  big_decimal: "పెద్ద దశాంశం"
data/lib/locales/th.yml CHANGED
@@ -13,6 +13,8 @@ th:
13
13
  faults:
14
14
  invalid: "ไม่ถูกต้อง"
15
15
  unspecified: "ไม่ระบุ"
16
+ reasons:
17
+ unspecified: "ไม่ระบุ"
16
18
  types:
17
19
  array: "อาร์เรย์"
18
20
  big_decimal: "ทศนิยมขนาดใหญ่"
data/lib/locales/tl.yml CHANGED
@@ -13,6 +13,8 @@ tl:
13
13
  faults:
14
14
  invalid: "Hindi wasto"
15
15
  unspecified: "Hindi tinukoy"
16
+ reasons:
17
+ unspecified: "Hindi tinukoy"
16
18
  types:
17
19
  array: "array"
18
20
  big_decimal: "malaking decimal"
data/lib/locales/tr.yml CHANGED
@@ -13,6 +13,8 @@ tr:
13
13
  faults:
14
14
  invalid: "Geçersiz"
15
15
  unspecified: "Belirtilmemiş"
16
+ reasons:
17
+ unspecified: "Belirtilmemiş"
16
18
  types:
17
19
  array: "dizi"
18
20
  big_decimal: "büyük ondalık"
data/lib/locales/tt.yml CHANGED
@@ -13,6 +13,8 @@ tt:
13
13
  faults:
14
14
  invalid: "Дөрес булмаган"
15
15
  unspecified: "Күрсәтелмәгән"
16
+ reasons:
17
+ unspecified: "Күрсәтелмәгән"
16
18
  types:
17
19
  array: "массив"
18
20
  big_decimal: "зур унарлы"
data/lib/locales/ug.yml CHANGED
@@ -13,6 +13,8 @@ ug:
13
13
  faults:
14
14
  invalid: "ئىناۋەتسىز"
15
15
  unspecified: "بەلگىلەنمىگەن"
16
+ reasons:
17
+ unspecified: "بەلگىلەنمىگەن"
16
18
  types:
17
19
  array: "تىزىملىك"
18
20
  big_decimal: "چوڭ ئونلۇق"
data/lib/locales/uk.yml CHANGED
@@ -13,6 +13,8 @@ uk:
13
13
  faults:
14
14
  invalid: "Невірні"
15
15
  unspecified: "Не вказано"
16
+ reasons:
17
+ unspecified: "Не вказано"
16
18
  types:
17
19
  array: "масив"
18
20
  big_decimal: "велике десяткове число"
data/lib/locales/ur.yml CHANGED
@@ -13,6 +13,8 @@ ur:
13
13
  faults:
14
14
  invalid: "غلط"
15
15
  unspecified: "غیر متعین"
16
+ reasons:
17
+ unspecified: "غیر متعین"
16
18
  types:
17
19
  array: "آرے"
18
20
  big_decimal: "بڑا اعشاری"
data/lib/locales/uz.yml CHANGED
@@ -13,6 +13,8 @@ uz:
13
13
  faults:
14
14
  invalid: "Noto'g'ri"
15
15
  unspecified: "Ko'rsatilmagan"
16
+ reasons:
17
+ unspecified: "Ko'rsatilmagan"
16
18
  types:
17
19
  array: "massiv"
18
20
  big_decimal: "katta o'nlik"
data/lib/locales/vi.yml CHANGED
@@ -13,6 +13,8 @@ vi:
13
13
  faults:
14
14
  invalid: "Không hợp lệ"
15
15
  unspecified: "Không xác định"
16
+ reasons:
17
+ unspecified: "Không xác định"
16
18
  types:
17
19
  array: "mảng"
18
20
  big_decimal: "số thập phân lớn"
data/lib/locales/wo.yml CHANGED
@@ -13,6 +13,8 @@ wo:
13
13
  faults:
14
14
  invalid: "Ñu waxul"
15
15
  unspecified: "Duñu wax"
16
+ reasons:
17
+ unspecified: "Duñu wax"
16
18
  types:
17
19
  array: "array"
18
20
  big_decimal: "desimal bu góor"
@@ -13,6 +13,8 @@ zh-CN:
13
13
  faults:
14
14
  invalid: "无效"
15
15
  unspecified: "未指定"
16
+ reasons:
17
+ unspecified: "未指定"
16
18
  types:
17
19
  array: "数组"
18
20
  big_decimal: "大十进制数"
@@ -13,6 +13,8 @@ zh-HK:
13
13
  faults:
14
14
  invalid: "無效"
15
15
  unspecified: "未指定"
16
+ reasons:
17
+ unspecified: "未指定"
16
18
  types:
17
19
  array: "陣列"
18
20
  big_decimal: "大十進位"
@@ -13,6 +13,8 @@ zh-TW:
13
13
  faults:
14
14
  invalid: "無效"
15
15
  unspecified: "未指定"
16
+ reasons:
17
+ unspecified: "未指定"
16
18
  types:
17
19
  array: "陣列"
18
20
  big_decimal: "大十進位"
@@ -13,6 +13,8 @@ zh-YUE:
13
13
  faults:
14
14
  invalid: "無效"
15
15
  unspecified: "未指定"
16
+ reasons:
17
+ unspecified: "未指定"
16
18
  types:
17
19
  array: "陣列"
18
20
  big_decimal: "大十進位"
data/mkdocs.yml CHANGED
@@ -144,6 +144,8 @@ plugins:
144
144
  - returns.md: Declaring expected context outputs that must be set after task execution
145
145
  - workflows.md: Composing multiple tasks into sequential pipelines with conditional execution
146
146
  More:
147
+ - testing.md: Best practices for testing CMDx tasks and workflows with RSpec
148
+ - exceptions.md: Complete exception hierarchy and error type reference
147
149
  - tips_and_tricks.md: Best practices, patterns, and techniques for maintainable CMDx applications
148
150
  - comparison.md: Comparison with other command/service object frameworks
149
151
  nav:
@@ -181,13 +183,15 @@ nav:
181
183
  - Returns: returns.md
182
184
  - Workflows: workflows.md
183
185
  - More:
186
+ - Testing: testing.md
187
+ - Exceptions: exceptions.md
184
188
  - Tips and Tricks: tips_and_tricks.md
185
189
  - Comparison: comparison.md
186
190
  - References:
187
191
  - API Documentation: https://drexed.github.io/cmdx/api/index.html
188
192
  - llms.txt: https://drexed.github.io/cmdx/llms.txt
189
193
  - llms-full.txt: https://drexed.github.io/cmdx/llms-full.txt
190
- - SKILL.md: https://github.com/drexed/cmdx/blob/main/docs/SKILL.md
194
+ - AI Skills: https://github.com/drexed/cmdx/blob/main/skills
191
195
  - Ecosystem:
192
196
  - cmdx-rspec: https://github.com/drexed/cmdx-rspec
193
197
  - Blog: blog/index.md
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cmdx
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.0
4
+ version: 1.21.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
@@ -93,20 +93,6 @@ dependencies:
93
93
  - - ">="
94
94
  - !ruby/object:Gem::Version
95
95
  version: '0'
96
- - !ruby/object:Gem::Dependency
97
- name: parallel
98
- requirement: !ruby/object:Gem::Requirement
99
- requirements:
100
- - - ">="
101
- - !ruby/object:Gem::Version
102
- version: '0'
103
- type: :development
104
- prerelease: false
105
- version_requirements: !ruby/object:Gem::Requirement
106
- requirements:
107
- - - ">="
108
- - !ruby/object:Gem::Version
109
- version: '0'
110
96
  - !ruby/object:Gem::Dependency
111
97
  name: rake
112
98
  requirement: !ruby/object:Gem::Requirement
@@ -285,13 +271,18 @@ files:
285
271
  - lib/cmdx/middlewares/correlate.rb
286
272
  - lib/cmdx/middlewares/runtime.rb
287
273
  - lib/cmdx/middlewares/timeout.rb
274
+ - lib/cmdx/parallelizer.rb
288
275
  - lib/cmdx/pipeline.rb
289
276
  - lib/cmdx/railtie.rb
290
277
  - lib/cmdx/result.rb
278
+ - lib/cmdx/retry.rb
279
+ - lib/cmdx/settings.rb
291
280
  - lib/cmdx/task.rb
292
281
  - lib/cmdx/utils/call.rb
293
282
  - lib/cmdx/utils/condition.rb
294
283
  - lib/cmdx/utils/format.rb
284
+ - lib/cmdx/utils/normalize.rb
285
+ - lib/cmdx/utils/wrap.rb
295
286
  - lib/cmdx/validator_registry.rb
296
287
  - lib/cmdx/validators/absence.rb
297
288
  - lib/cmdx/validators/exclusion.rb