ma-agents 2.20.0 → 2.20.1

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 (370) hide show
  1. package/package.json +1 -1
  2. package/.cline/clinerules.md +0 -14
  3. package/.cline/skills/.ma-agents.json +0 -199
  4. package/.cline/skills/MANIFEST.yaml +0 -204
  5. package/.cline/skills/ai-audit-trail/SKILL.md +0 -23
  6. package/.cline/skills/cmake-best-practices/SKILL.md +0 -64
  7. package/.cline/skills/cmake-best-practices/examples/cmake.md +0 -59
  8. package/.cline/skills/code-documentation/SKILL.md +0 -57
  9. package/.cline/skills/code-documentation/examples/cpp.md +0 -29
  10. package/.cline/skills/code-documentation/examples/csharp.md +0 -28
  11. package/.cline/skills/code-documentation/examples/javascript_typescript.md +0 -28
  12. package/.cline/skills/code-documentation/examples/python.md +0 -57
  13. package/.cline/skills/code-review/SKILL.md +0 -59
  14. package/.cline/skills/commit-message/SKILL.md +0 -79
  15. package/.cline/skills/cpp-concurrency-safety/SKILL.md +0 -60
  16. package/.cline/skills/cpp-concurrency-safety/examples/concurrency.md +0 -73
  17. package/.cline/skills/cpp-const-correctness/SKILL.md +0 -63
  18. package/.cline/skills/cpp-const-correctness/examples/const_correctness.md +0 -54
  19. package/.cline/skills/cpp-memory-handling/SKILL.md +0 -42
  20. package/.cline/skills/cpp-memory-handling/examples/modern-cpp.md +0 -49
  21. package/.cline/skills/cpp-memory-handling/examples/smart-pointers.md +0 -46
  22. package/.cline/skills/cpp-modern-composition/SKILL.md +0 -64
  23. package/.cline/skills/cpp-modern-composition/examples/composition.md +0 -51
  24. package/.cline/skills/cpp-robust-interfaces/SKILL.md +0 -55
  25. package/.cline/skills/cpp-robust-interfaces/examples/interfaces.md +0 -56
  26. package/.cline/skills/create-hardened-docker-skill/SKILL.md +0 -637
  27. package/.cline/skills/create-hardened-docker-skill/scripts/create-all.sh +0 -489
  28. package/.cline/skills/docker-hardening-verification/SKILL.md +0 -28
  29. package/.cline/skills/docker-hardening-verification/scripts/verify-hardening.sh +0 -39
  30. package/.cline/skills/docker-image-signing/SKILL.md +0 -28
  31. package/.cline/skills/docker-image-signing/scripts/sign-image.sh +0 -33
  32. package/.cline/skills/document-revision-history/SKILL.md +0 -104
  33. package/.cline/skills/git-workflow-skill/SKILL.md +0 -194
  34. package/.cline/skills/git-workflow-skill/hooks/commit-msg +0 -61
  35. package/.cline/skills/git-workflow-skill/hooks/pre-commit +0 -38
  36. package/.cline/skills/git-workflow-skill/hooks/prepare-commit-msg +0 -56
  37. package/.cline/skills/git-workflow-skill/scripts/finish-feature.sh +0 -192
  38. package/.cline/skills/git-workflow-skill/scripts/install-hooks.sh +0 -55
  39. package/.cline/skills/git-workflow-skill/scripts/start-feature.sh +0 -110
  40. package/.cline/skills/git-workflow-skill/scripts/validate-workflow.sh +0 -229
  41. package/.cline/skills/js-ts-dependency-mgmt/SKILL.md +0 -49
  42. package/.cline/skills/js-ts-dependency-mgmt/examples/dependency_mgmt.md +0 -60
  43. package/.cline/skills/js-ts-security-skill/SKILL.md +0 -64
  44. package/.cline/skills/js-ts-security-skill/scripts/verify-security.sh +0 -136
  45. package/.cline/skills/logging-best-practices/SKILL.md +0 -50
  46. package/.cline/skills/logging-best-practices/docs/logging-standards.md +0 -29
  47. package/.cline/skills/logging-best-practices/examples/cpp.md +0 -36
  48. package/.cline/skills/logging-best-practices/examples/csharp.md +0 -49
  49. package/.cline/skills/logging-best-practices/examples/javascript.md +0 -77
  50. package/.cline/skills/logging-best-practices/examples/python.md +0 -57
  51. package/.cline/skills/opentelemetry-best-practices/SKILL.md +0 -34
  52. package/.cline/skills/opentelemetry-best-practices/docs/otel-standards.md +0 -37
  53. package/.cline/skills/opentelemetry-best-practices/examples/go.md +0 -32
  54. package/.cline/skills/opentelemetry-best-practices/examples/javascript.md +0 -58
  55. package/.cline/skills/opentelemetry-best-practices/examples/python.md +0 -37
  56. package/.cline/skills/python-dependency-mgmt/SKILL.md +0 -42
  57. package/.cline/skills/python-dependency-mgmt/examples/dependency_mgmt.md +0 -67
  58. package/.cline/skills/python-security-skill/SKILL.md +0 -56
  59. package/.cline/skills/python-security-skill/examples/security.md +0 -56
  60. package/.cline/skills/self-signed-cert/SKILL.md +0 -42
  61. package/.cline/skills/self-signed-cert/scripts/generate-cert.ps1 +0 -45
  62. package/.cline/skills/self-signed-cert/scripts/generate-cert.sh +0 -43
  63. package/.cline/skills/skill-creator/SKILL.md +0 -196
  64. package/.cline/skills/skill-creator/docs/output-patterns.md +0 -82
  65. package/.cline/skills/skill-creator/docs/workflows.md +0 -28
  66. package/.cline/skills/skill-creator/scripts/init_skill.py +0 -208
  67. package/.cline/skills/skill-creator/scripts/package_skill.py +0 -99
  68. package/.cline/skills/skill-creator/scripts/quick_validate.py +0 -113
  69. package/.cline/skills/test-accompanied-development/SKILL.md +0 -50
  70. package/.cline/skills/test-generator/SKILL.md +0 -73
  71. package/.cline/skills/vercel-react-best-practices/SKILL.md +0 -109
  72. package/.cline/skills/verify-hardened-docker-skill/SKILL.md +0 -442
  73. package/.cline/skills/verify-hardened-docker-skill/scripts/verify-docker-hardening.sh +0 -439
  74. package/.clinerules +0 -14
  75. package/.cursor/cursor.md +0 -14
  76. package/.cursor/skills/.ma-agents.json +0 -199
  77. package/.cursor/skills/MANIFEST.yaml +0 -204
  78. package/.cursor/skills/ai-audit-trail/SKILL.md +0 -23
  79. package/.cursor/skills/cmake-best-practices/SKILL.md +0 -64
  80. package/.cursor/skills/cmake-best-practices/examples/cmake.md +0 -59
  81. package/.cursor/skills/code-documentation/SKILL.md +0 -57
  82. package/.cursor/skills/code-documentation/examples/cpp.md +0 -29
  83. package/.cursor/skills/code-documentation/examples/csharp.md +0 -28
  84. package/.cursor/skills/code-documentation/examples/javascript_typescript.md +0 -28
  85. package/.cursor/skills/code-documentation/examples/python.md +0 -57
  86. package/.cursor/skills/code-review/SKILL.md +0 -43
  87. package/.cursor/skills/commit-message/SKILL.md +0 -79
  88. package/.cursor/skills/cpp-concurrency-safety/SKILL.md +0 -60
  89. package/.cursor/skills/cpp-concurrency-safety/examples/concurrency.md +0 -73
  90. package/.cursor/skills/cpp-const-correctness/SKILL.md +0 -63
  91. package/.cursor/skills/cpp-const-correctness/examples/const_correctness.md +0 -54
  92. package/.cursor/skills/cpp-memory-handling/SKILL.md +0 -42
  93. package/.cursor/skills/cpp-memory-handling/examples/modern-cpp.md +0 -49
  94. package/.cursor/skills/cpp-memory-handling/examples/smart-pointers.md +0 -46
  95. package/.cursor/skills/cpp-modern-composition/SKILL.md +0 -64
  96. package/.cursor/skills/cpp-modern-composition/examples/composition.md +0 -51
  97. package/.cursor/skills/cpp-robust-interfaces/SKILL.md +0 -55
  98. package/.cursor/skills/cpp-robust-interfaces/examples/interfaces.md +0 -56
  99. package/.cursor/skills/create-hardened-docker-skill/SKILL.md +0 -637
  100. package/.cursor/skills/create-hardened-docker-skill/scripts/create-all.sh +0 -489
  101. package/.cursor/skills/docker-hardening-verification/SKILL.md +0 -28
  102. package/.cursor/skills/docker-hardening-verification/scripts/verify-hardening.sh +0 -39
  103. package/.cursor/skills/docker-image-signing/SKILL.md +0 -28
  104. package/.cursor/skills/docker-image-signing/scripts/sign-image.sh +0 -33
  105. package/.cursor/skills/document-revision-history/SKILL.md +0 -104
  106. package/.cursor/skills/git-workflow-skill/SKILL.md +0 -194
  107. package/.cursor/skills/git-workflow-skill/hooks/commit-msg +0 -61
  108. package/.cursor/skills/git-workflow-skill/hooks/pre-commit +0 -38
  109. package/.cursor/skills/git-workflow-skill/hooks/prepare-commit-msg +0 -56
  110. package/.cursor/skills/git-workflow-skill/scripts/finish-feature.sh +0 -192
  111. package/.cursor/skills/git-workflow-skill/scripts/install-hooks.sh +0 -55
  112. package/.cursor/skills/git-workflow-skill/scripts/start-feature.sh +0 -110
  113. package/.cursor/skills/git-workflow-skill/scripts/validate-workflow.sh +0 -229
  114. package/.cursor/skills/js-ts-dependency-mgmt/SKILL.md +0 -49
  115. package/.cursor/skills/js-ts-dependency-mgmt/examples/dependency_mgmt.md +0 -60
  116. package/.cursor/skills/js-ts-security-skill/SKILL.md +0 -64
  117. package/.cursor/skills/js-ts-security-skill/scripts/verify-security.sh +0 -136
  118. package/.cursor/skills/logging-best-practices/SKILL.md +0 -50
  119. package/.cursor/skills/logging-best-practices/examples/cpp.md +0 -36
  120. package/.cursor/skills/logging-best-practices/examples/csharp.md +0 -49
  121. package/.cursor/skills/logging-best-practices/examples/javascript.md +0 -77
  122. package/.cursor/skills/logging-best-practices/examples/python.md +0 -57
  123. package/.cursor/skills/logging-best-practices/references/logging-standards.md +0 -29
  124. package/.cursor/skills/opentelemetry-best-practices/SKILL.md +0 -34
  125. package/.cursor/skills/opentelemetry-best-practices/examples/go.md +0 -32
  126. package/.cursor/skills/opentelemetry-best-practices/examples/javascript.md +0 -58
  127. package/.cursor/skills/opentelemetry-best-practices/examples/python.md +0 -37
  128. package/.cursor/skills/opentelemetry-best-practices/references/otel-standards.md +0 -37
  129. package/.cursor/skills/python-dependency-mgmt/SKILL.md +0 -42
  130. package/.cursor/skills/python-dependency-mgmt/examples/dependency_mgmt.md +0 -67
  131. package/.cursor/skills/python-security-skill/SKILL.md +0 -56
  132. package/.cursor/skills/python-security-skill/examples/security.md +0 -56
  133. package/.cursor/skills/self-signed-cert/SKILL.md +0 -42
  134. package/.cursor/skills/self-signed-cert/scripts/generate-cert.ps1 +0 -45
  135. package/.cursor/skills/self-signed-cert/scripts/generate-cert.sh +0 -43
  136. package/.cursor/skills/skill-creator/SKILL.md +0 -196
  137. package/.cursor/skills/skill-creator/references/output-patterns.md +0 -82
  138. package/.cursor/skills/skill-creator/references/workflows.md +0 -28
  139. package/.cursor/skills/skill-creator/scripts/init_skill.py +0 -208
  140. package/.cursor/skills/skill-creator/scripts/package_skill.py +0 -99
  141. package/.cursor/skills/skill-creator/scripts/quick_validate.py +0 -113
  142. package/.cursor/skills/test-accompanied-development/SKILL.md +0 -50
  143. package/.cursor/skills/test-generator/SKILL.md +0 -65
  144. package/.cursor/skills/vercel-react-best-practices/SKILL.md +0 -109
  145. package/.cursor/skills/verify-hardened-docker-skill/SKILL.md +0 -442
  146. package/.cursor/skills/verify-hardened-docker-skill/scripts/verify-docker-hardening.sh +0 -439
  147. package/.gemini/gemini.md +0 -14
  148. package/.gemini/skills/.ma-agents.json +0 -199
  149. package/.gemini/skills/MANIFEST.yaml +0 -204
  150. package/.gemini/skills/ai-audit-trail/SKILL.md +0 -23
  151. package/.gemini/skills/cmake-best-practices/SKILL.md +0 -64
  152. package/.gemini/skills/cmake-best-practices/examples/cmake.md +0 -59
  153. package/.gemini/skills/code-documentation/SKILL.md +0 -57
  154. package/.gemini/skills/code-documentation/examples/cpp.md +0 -29
  155. package/.gemini/skills/code-documentation/examples/csharp.md +0 -28
  156. package/.gemini/skills/code-documentation/examples/javascript_typescript.md +0 -28
  157. package/.gemini/skills/code-documentation/examples/python.md +0 -57
  158. package/.gemini/skills/code-review/SKILL.md +0 -43
  159. package/.gemini/skills/commit-message/SKILL.md +0 -79
  160. package/.gemini/skills/cpp-concurrency-safety/SKILL.md +0 -60
  161. package/.gemini/skills/cpp-concurrency-safety/examples/concurrency.md +0 -73
  162. package/.gemini/skills/cpp-const-correctness/SKILL.md +0 -63
  163. package/.gemini/skills/cpp-const-correctness/examples/const_correctness.md +0 -54
  164. package/.gemini/skills/cpp-memory-handling/SKILL.md +0 -42
  165. package/.gemini/skills/cpp-memory-handling/examples/modern-cpp.md +0 -49
  166. package/.gemini/skills/cpp-memory-handling/examples/smart-pointers.md +0 -46
  167. package/.gemini/skills/cpp-modern-composition/SKILL.md +0 -64
  168. package/.gemini/skills/cpp-modern-composition/examples/composition.md +0 -51
  169. package/.gemini/skills/cpp-robust-interfaces/SKILL.md +0 -55
  170. package/.gemini/skills/cpp-robust-interfaces/examples/interfaces.md +0 -56
  171. package/.gemini/skills/create-hardened-docker-skill/SKILL.md +0 -637
  172. package/.gemini/skills/create-hardened-docker-skill/scripts/create-all.sh +0 -489
  173. package/.gemini/skills/docker-hardening-verification/SKILL.md +0 -28
  174. package/.gemini/skills/docker-hardening-verification/scripts/verify-hardening.sh +0 -39
  175. package/.gemini/skills/docker-image-signing/SKILL.md +0 -28
  176. package/.gemini/skills/docker-image-signing/scripts/sign-image.sh +0 -33
  177. package/.gemini/skills/document-revision-history/SKILL.md +0 -104
  178. package/.gemini/skills/git-workflow-skill/SKILL.md +0 -194
  179. package/.gemini/skills/git-workflow-skill/hooks/commit-msg +0 -61
  180. package/.gemini/skills/git-workflow-skill/hooks/pre-commit +0 -38
  181. package/.gemini/skills/git-workflow-skill/hooks/prepare-commit-msg +0 -56
  182. package/.gemini/skills/git-workflow-skill/scripts/finish-feature.sh +0 -192
  183. package/.gemini/skills/git-workflow-skill/scripts/install-hooks.sh +0 -55
  184. package/.gemini/skills/git-workflow-skill/scripts/start-feature.sh +0 -110
  185. package/.gemini/skills/git-workflow-skill/scripts/validate-workflow.sh +0 -229
  186. package/.gemini/skills/js-ts-dependency-mgmt/SKILL.md +0 -49
  187. package/.gemini/skills/js-ts-dependency-mgmt/examples/dependency_mgmt.md +0 -60
  188. package/.gemini/skills/js-ts-security-skill/SKILL.md +0 -64
  189. package/.gemini/skills/js-ts-security-skill/scripts/verify-security.sh +0 -136
  190. package/.gemini/skills/logging-best-practices/SKILL.md +0 -50
  191. package/.gemini/skills/logging-best-practices/examples/cpp.md +0 -36
  192. package/.gemini/skills/logging-best-practices/examples/csharp.md +0 -49
  193. package/.gemini/skills/logging-best-practices/examples/javascript.md +0 -77
  194. package/.gemini/skills/logging-best-practices/examples/python.md +0 -57
  195. package/.gemini/skills/logging-best-practices/references/logging-standards.md +0 -29
  196. package/.gemini/skills/opentelemetry-best-practices/SKILL.md +0 -34
  197. package/.gemini/skills/opentelemetry-best-practices/examples/go.md +0 -32
  198. package/.gemini/skills/opentelemetry-best-practices/examples/javascript.md +0 -58
  199. package/.gemini/skills/opentelemetry-best-practices/examples/python.md +0 -37
  200. package/.gemini/skills/opentelemetry-best-practices/references/otel-standards.md +0 -37
  201. package/.gemini/skills/python-dependency-mgmt/SKILL.md +0 -42
  202. package/.gemini/skills/python-dependency-mgmt/examples/dependency_mgmt.md +0 -67
  203. package/.gemini/skills/python-security-skill/SKILL.md +0 -56
  204. package/.gemini/skills/python-security-skill/examples/security.md +0 -56
  205. package/.gemini/skills/self-signed-cert/SKILL.md +0 -42
  206. package/.gemini/skills/self-signed-cert/scripts/generate-cert.ps1 +0 -45
  207. package/.gemini/skills/self-signed-cert/scripts/generate-cert.sh +0 -43
  208. package/.gemini/skills/skill-creator/SKILL.md +0 -196
  209. package/.gemini/skills/skill-creator/references/output-patterns.md +0 -82
  210. package/.gemini/skills/skill-creator/references/workflows.md +0 -28
  211. package/.gemini/skills/skill-creator/scripts/init_skill.py +0 -208
  212. package/.gemini/skills/skill-creator/scripts/package_skill.py +0 -99
  213. package/.gemini/skills/skill-creator/scripts/quick_validate.py +0 -113
  214. package/.gemini/skills/test-accompanied-development/SKILL.md +0 -50
  215. package/.gemini/skills/test-generator/SKILL.md +0 -65
  216. package/.gemini/skills/vercel-react-best-practices/SKILL.md +0 -109
  217. package/.gemini/skills/verify-hardened-docker-skill/SKILL.md +0 -442
  218. package/.gemini/skills/verify-hardened-docker-skill/scripts/verify-docker-hardening.sh +0 -439
  219. package/.github/copilot/copilot.md +0 -14
  220. package/.github/copilot/skills/.ma-agents.json +0 -199
  221. package/.github/copilot/skills/MANIFEST.yaml +0 -204
  222. package/.github/copilot/skills/ai-audit-trail/SKILL.md +0 -23
  223. package/.github/copilot/skills/cmake-best-practices/SKILL.md +0 -64
  224. package/.github/copilot/skills/cmake-best-practices/examples/cmake.md +0 -59
  225. package/.github/copilot/skills/code-documentation/SKILL.md +0 -57
  226. package/.github/copilot/skills/code-documentation/examples/cpp.md +0 -29
  227. package/.github/copilot/skills/code-documentation/examples/csharp.md +0 -28
  228. package/.github/copilot/skills/code-documentation/examples/javascript_typescript.md +0 -28
  229. package/.github/copilot/skills/code-documentation/examples/python.md +0 -57
  230. package/.github/copilot/skills/code-review/SKILL.md +0 -43
  231. package/.github/copilot/skills/commit-message/SKILL.md +0 -79
  232. package/.github/copilot/skills/cpp-concurrency-safety/SKILL.md +0 -60
  233. package/.github/copilot/skills/cpp-concurrency-safety/examples/concurrency.md +0 -73
  234. package/.github/copilot/skills/cpp-const-correctness/SKILL.md +0 -63
  235. package/.github/copilot/skills/cpp-const-correctness/examples/const_correctness.md +0 -54
  236. package/.github/copilot/skills/cpp-memory-handling/SKILL.md +0 -42
  237. package/.github/copilot/skills/cpp-memory-handling/examples/modern-cpp.md +0 -49
  238. package/.github/copilot/skills/cpp-memory-handling/examples/smart-pointers.md +0 -46
  239. package/.github/copilot/skills/cpp-modern-composition/SKILL.md +0 -64
  240. package/.github/copilot/skills/cpp-modern-composition/examples/composition.md +0 -51
  241. package/.github/copilot/skills/cpp-robust-interfaces/SKILL.md +0 -55
  242. package/.github/copilot/skills/cpp-robust-interfaces/examples/interfaces.md +0 -56
  243. package/.github/copilot/skills/create-hardened-docker-skill/SKILL.md +0 -637
  244. package/.github/copilot/skills/create-hardened-docker-skill/scripts/create-all.sh +0 -489
  245. package/.github/copilot/skills/docker-hardening-verification/SKILL.md +0 -28
  246. package/.github/copilot/skills/docker-hardening-verification/scripts/verify-hardening.sh +0 -39
  247. package/.github/copilot/skills/docker-image-signing/SKILL.md +0 -28
  248. package/.github/copilot/skills/docker-image-signing/scripts/sign-image.sh +0 -33
  249. package/.github/copilot/skills/document-revision-history/SKILL.md +0 -104
  250. package/.github/copilot/skills/git-workflow-skill/SKILL.md +0 -194
  251. package/.github/copilot/skills/git-workflow-skill/hooks/commit-msg +0 -61
  252. package/.github/copilot/skills/git-workflow-skill/hooks/pre-commit +0 -38
  253. package/.github/copilot/skills/git-workflow-skill/hooks/prepare-commit-msg +0 -56
  254. package/.github/copilot/skills/git-workflow-skill/scripts/finish-feature.sh +0 -192
  255. package/.github/copilot/skills/git-workflow-skill/scripts/install-hooks.sh +0 -55
  256. package/.github/copilot/skills/git-workflow-skill/scripts/start-feature.sh +0 -110
  257. package/.github/copilot/skills/git-workflow-skill/scripts/validate-workflow.sh +0 -229
  258. package/.github/copilot/skills/js-ts-dependency-mgmt/SKILL.md +0 -49
  259. package/.github/copilot/skills/js-ts-dependency-mgmt/examples/dependency_mgmt.md +0 -60
  260. package/.github/copilot/skills/js-ts-security-skill/SKILL.md +0 -64
  261. package/.github/copilot/skills/js-ts-security-skill/scripts/verify-security.sh +0 -136
  262. package/.github/copilot/skills/logging-best-practices/SKILL.md +0 -50
  263. package/.github/copilot/skills/logging-best-practices/examples/cpp.md +0 -36
  264. package/.github/copilot/skills/logging-best-practices/examples/csharp.md +0 -49
  265. package/.github/copilot/skills/logging-best-practices/examples/javascript.md +0 -77
  266. package/.github/copilot/skills/logging-best-practices/examples/python.md +0 -57
  267. package/.github/copilot/skills/logging-best-practices/references/logging-standards.md +0 -29
  268. package/.github/copilot/skills/opentelemetry-best-practices/SKILL.md +0 -34
  269. package/.github/copilot/skills/opentelemetry-best-practices/examples/go.md +0 -32
  270. package/.github/copilot/skills/opentelemetry-best-practices/examples/javascript.md +0 -58
  271. package/.github/copilot/skills/opentelemetry-best-practices/examples/python.md +0 -37
  272. package/.github/copilot/skills/opentelemetry-best-practices/references/otel-standards.md +0 -37
  273. package/.github/copilot/skills/python-dependency-mgmt/SKILL.md +0 -42
  274. package/.github/copilot/skills/python-dependency-mgmt/examples/dependency_mgmt.md +0 -67
  275. package/.github/copilot/skills/python-security-skill/SKILL.md +0 -56
  276. package/.github/copilot/skills/python-security-skill/examples/security.md +0 -56
  277. package/.github/copilot/skills/self-signed-cert/SKILL.md +0 -42
  278. package/.github/copilot/skills/self-signed-cert/scripts/generate-cert.ps1 +0 -45
  279. package/.github/copilot/skills/self-signed-cert/scripts/generate-cert.sh +0 -43
  280. package/.github/copilot/skills/skill-creator/SKILL.md +0 -196
  281. package/.github/copilot/skills/skill-creator/references/output-patterns.md +0 -82
  282. package/.github/copilot/skills/skill-creator/references/workflows.md +0 -28
  283. package/.github/copilot/skills/skill-creator/scripts/init_skill.py +0 -208
  284. package/.github/copilot/skills/skill-creator/scripts/package_skill.py +0 -99
  285. package/.github/copilot/skills/skill-creator/scripts/quick_validate.py +0 -113
  286. package/.github/copilot/skills/test-accompanied-development/SKILL.md +0 -50
  287. package/.github/copilot/skills/test-generator/SKILL.md +0 -65
  288. package/.github/copilot/skills/vercel-react-best-practices/SKILL.md +0 -109
  289. package/.github/copilot/skills/verify-hardened-docker-skill/SKILL.md +0 -442
  290. package/.github/copilot/skills/verify-hardened-docker-skill/scripts/verify-docker-hardening.sh +0 -439
  291. package/.kilocode/kilocode.md +0 -14
  292. package/.kilocode/skills/.ma-agents.json +0 -199
  293. package/.kilocode/skills/MANIFEST.yaml +0 -204
  294. package/.kilocode/skills/ai-audit-trail/SKILL.md +0 -23
  295. package/.kilocode/skills/cmake-best-practices/SKILL.md +0 -64
  296. package/.kilocode/skills/cmake-best-practices/examples/cmake.md +0 -59
  297. package/.kilocode/skills/code-documentation/SKILL.md +0 -57
  298. package/.kilocode/skills/code-documentation/examples/cpp.md +0 -29
  299. package/.kilocode/skills/code-documentation/examples/csharp.md +0 -28
  300. package/.kilocode/skills/code-documentation/examples/javascript_typescript.md +0 -28
  301. package/.kilocode/skills/code-documentation/examples/python.md +0 -57
  302. package/.kilocode/skills/code-review/SKILL.md +0 -43
  303. package/.kilocode/skills/commit-message/SKILL.md +0 -79
  304. package/.kilocode/skills/cpp-concurrency-safety/SKILL.md +0 -60
  305. package/.kilocode/skills/cpp-concurrency-safety/examples/concurrency.md +0 -73
  306. package/.kilocode/skills/cpp-const-correctness/SKILL.md +0 -63
  307. package/.kilocode/skills/cpp-const-correctness/examples/const_correctness.md +0 -54
  308. package/.kilocode/skills/cpp-memory-handling/SKILL.md +0 -42
  309. package/.kilocode/skills/cpp-memory-handling/examples/modern-cpp.md +0 -49
  310. package/.kilocode/skills/cpp-memory-handling/examples/smart-pointers.md +0 -46
  311. package/.kilocode/skills/cpp-modern-composition/SKILL.md +0 -64
  312. package/.kilocode/skills/cpp-modern-composition/examples/composition.md +0 -51
  313. package/.kilocode/skills/cpp-robust-interfaces/SKILL.md +0 -55
  314. package/.kilocode/skills/cpp-robust-interfaces/examples/interfaces.md +0 -56
  315. package/.kilocode/skills/create-hardened-docker-skill/SKILL.md +0 -637
  316. package/.kilocode/skills/create-hardened-docker-skill/scripts/create-all.sh +0 -489
  317. package/.kilocode/skills/docker-hardening-verification/SKILL.md +0 -28
  318. package/.kilocode/skills/docker-hardening-verification/scripts/verify-hardening.sh +0 -39
  319. package/.kilocode/skills/docker-image-signing/SKILL.md +0 -28
  320. package/.kilocode/skills/docker-image-signing/scripts/sign-image.sh +0 -33
  321. package/.kilocode/skills/document-revision-history/SKILL.md +0 -104
  322. package/.kilocode/skills/git-workflow-skill/SKILL.md +0 -194
  323. package/.kilocode/skills/git-workflow-skill/hooks/commit-msg +0 -61
  324. package/.kilocode/skills/git-workflow-skill/hooks/pre-commit +0 -38
  325. package/.kilocode/skills/git-workflow-skill/hooks/prepare-commit-msg +0 -56
  326. package/.kilocode/skills/git-workflow-skill/scripts/finish-feature.sh +0 -192
  327. package/.kilocode/skills/git-workflow-skill/scripts/install-hooks.sh +0 -55
  328. package/.kilocode/skills/git-workflow-skill/scripts/start-feature.sh +0 -110
  329. package/.kilocode/skills/git-workflow-skill/scripts/validate-workflow.sh +0 -229
  330. package/.kilocode/skills/js-ts-dependency-mgmt/SKILL.md +0 -49
  331. package/.kilocode/skills/js-ts-dependency-mgmt/examples/dependency_mgmt.md +0 -60
  332. package/.kilocode/skills/js-ts-security-skill/SKILL.md +0 -64
  333. package/.kilocode/skills/js-ts-security-skill/scripts/verify-security.sh +0 -136
  334. package/.kilocode/skills/logging-best-practices/SKILL.md +0 -50
  335. package/.kilocode/skills/logging-best-practices/examples/cpp.md +0 -36
  336. package/.kilocode/skills/logging-best-practices/examples/csharp.md +0 -49
  337. package/.kilocode/skills/logging-best-practices/examples/javascript.md +0 -77
  338. package/.kilocode/skills/logging-best-practices/examples/python.md +0 -57
  339. package/.kilocode/skills/logging-best-practices/references/logging-standards.md +0 -29
  340. package/.kilocode/skills/opentelemetry-best-practices/SKILL.md +0 -34
  341. package/.kilocode/skills/opentelemetry-best-practices/examples/go.md +0 -32
  342. package/.kilocode/skills/opentelemetry-best-practices/examples/javascript.md +0 -58
  343. package/.kilocode/skills/opentelemetry-best-practices/examples/python.md +0 -37
  344. package/.kilocode/skills/opentelemetry-best-practices/references/otel-standards.md +0 -37
  345. package/.kilocode/skills/python-dependency-mgmt/SKILL.md +0 -42
  346. package/.kilocode/skills/python-dependency-mgmt/examples/dependency_mgmt.md +0 -67
  347. package/.kilocode/skills/python-security-skill/SKILL.md +0 -56
  348. package/.kilocode/skills/python-security-skill/examples/security.md +0 -56
  349. package/.kilocode/skills/self-signed-cert/SKILL.md +0 -42
  350. package/.kilocode/skills/self-signed-cert/scripts/generate-cert.ps1 +0 -45
  351. package/.kilocode/skills/self-signed-cert/scripts/generate-cert.sh +0 -43
  352. package/.kilocode/skills/skill-creator/SKILL.md +0 -196
  353. package/.kilocode/skills/skill-creator/references/output-patterns.md +0 -82
  354. package/.kilocode/skills/skill-creator/references/workflows.md +0 -28
  355. package/.kilocode/skills/skill-creator/scripts/init_skill.py +0 -208
  356. package/.kilocode/skills/skill-creator/scripts/package_skill.py +0 -99
  357. package/.kilocode/skills/skill-creator/scripts/quick_validate.py +0 -113
  358. package/.kilocode/skills/test-accompanied-development/SKILL.md +0 -50
  359. package/.kilocode/skills/test-generator/SKILL.md +0 -65
  360. package/.kilocode/skills/vercel-react-best-practices/SKILL.md +0 -109
  361. package/.kilocode/skills/verify-hardened-docker-skill/SKILL.md +0 -442
  362. package/.kilocode/skills/verify-hardened-docker-skill/scripts/verify-docker-hardening.sh +0 -439
  363. package/lib/bmad-cache/tea/.github/CODE_OF_CONDUCT.md +0 -128
  364. package/lib/bmad-cache/tea/.github/FUNDING.yaml +0 -15
  365. package/lib/bmad-cache/tea/.github/ISSUE_TEMPLATE/config.yaml +0 -11
  366. package/lib/bmad-cache/tea/.github/ISSUE_TEMPLATE/feature_request.md +0 -70
  367. package/lib/bmad-cache/tea/.github/ISSUE_TEMPLATE/issue.md +0 -61
  368. package/lib/bmad-cache/tea/.github/workflows/docs.yaml +0 -66
  369. package/lib/bmad-cache/tea/.github/workflows/manual-release.yaml +0 -195
  370. package/lib/bmad-cache/tea/.github/workflows/quality.yaml +0 -114
@@ -1,61 +0,0 @@
1
- ---
2
- name: Bug Report
3
- about: Report a problem or something that's not working with TEA
4
- title: ''
5
- labels: 'bug'
6
- assignees: ''
7
- ---
8
-
9
- **Describe the bug**
10
- A clear and concise description of what the bug is.
11
-
12
- **Steps to reproduce**
13
-
14
- 1. What TEA workflow were you running? (e.g., `test-design`, `automate`, `atdd`)
15
- 2. What steps can recreate the issue?
16
- 3. What was the exact command or trigger used?
17
-
18
- **Expected behavior**
19
- A clear and concise description of what you expected to happen.
20
-
21
- **Environment**
22
-
23
- - **TEA Version**: [e.g., 1.0.0]
24
- - **BMAD Method Version**: [e.g., 7.0.0]
25
- - **Node Version**: [output of `node --version`]
26
- - **Operating System**: [e.g., macOS 14.0, Ubuntu 22.04, Windows 11]
27
- - **Agentic IDE**: [e.g., Claude Code, Windsurf, Cursor]
28
- - **Model Used**: [e.g., Claude Sonnet 4.5, GPT-4]
29
-
30
- **Workflow Details (if applicable)**
31
-
32
- - **Workflow**: [e.g., test-design, automate, atdd, test-review, trace, nfr-assess, ci, framework]
33
- - **Test Framework**: [e.g., Playwright, Cypress]
34
- - **Playwright Utils Enabled**: [yes/no]
35
- - **MCP Enhancements Enabled**: [yes/no]
36
-
37
- **Screenshots or output**
38
- If applicable, add:
39
-
40
- - Screenshots of the issue
41
- - Console output or error messages
42
- - Generated test files or reports
43
-
44
- **Additional context**
45
- Add any other context about the problem:
46
-
47
- - Project type (greenfield/brownfield)
48
- - Codebase size
49
- - Any custom TEA configuration
50
- - Related workflows or knowledge fragments
51
-
52
- **Troubleshooting Checklist**
53
- Before submitting, please check:
54
-
55
- - [ ] I've read the [Troubleshooting Guide](https://test-architect.bmad-method.org/reference/troubleshooting)
56
- - [ ] I've verified TEA is installed: `ls -la _bmad/tea/`
57
- - [ ] I'm using the correct command namespace: `/bmad:tea:*` not `/bmad:bmm:tea:*`
58
- - [ ] I've checked for existing issues on GitHub
59
-
60
- **Contribution**
61
- If you'd like to contribute a fix, please indicate you're working on it or link to your PR. See [CONTRIBUTING.md](../../CONTRIBUTING.md) — contributions are always welcome!
@@ -1,66 +0,0 @@
1
- name: Deploy Documentation
2
-
3
- on:
4
- push:
5
- branches:
6
- - main
7
- paths:
8
- - "docs/**"
9
- - "website/**"
10
- - "tools/build-docs.js"
11
- - ".github/workflows/docs.yaml"
12
- workflow_dispatch:
13
-
14
- permissions:
15
- contents: read
16
- pages: write
17
- id-token: write
18
-
19
- concurrency:
20
- group: "pages"
21
- cancel-in-progress: false
22
-
23
- jobs:
24
- build:
25
- runs-on: ubuntu-latest
26
- steps:
27
- - name: Checkout repository
28
- uses: actions/checkout@v4
29
- with:
30
- fetch-depth: 0
31
-
32
- - name: Setup Node.js
33
- uses: actions/setup-node@v4
34
- with:
35
- node-version: "20"
36
- cache: "npm"
37
-
38
- - name: Install root dependencies
39
- run: npm ci
40
-
41
- - name: Install website dependencies
42
- run: cd website && npm ci
43
-
44
- - name: Build documentation
45
- env:
46
- # Let astro.config.mjs compute the correct URL from GITHUB_REPOSITORY
47
- # This will automatically use: https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise
48
- # To use custom domain, set SITE_URL repository variable to: https://test-architect.bmad-method.org
49
- SITE_URL: ${{ vars.SITE_URL }}
50
- run: npm run docs:build
51
-
52
- - name: Upload artifact
53
- uses: actions/upload-pages-artifact@v3
54
- with:
55
- path: build/site
56
-
57
- deploy:
58
- environment:
59
- name: github-pages
60
- url: ${{ steps.deployment.outputs.page_url }}
61
- runs-on: ubuntu-latest
62
- needs: build
63
- steps:
64
- - name: Deploy to GitHub Pages
65
- id: deployment
66
- uses: actions/deploy-pages@v4
@@ -1,195 +0,0 @@
1
- name: Manual Release
2
-
3
- on:
4
- workflow_dispatch:
5
- inputs:
6
- version_bump:
7
- description: Version bump type
8
- required: true
9
- default: beta
10
- type: choice
11
- options:
12
- - beta
13
- - alpha
14
- - patch
15
- - minor
16
- - major
17
-
18
- permissions:
19
- contents: write
20
- packages: write
21
-
22
- jobs:
23
- release:
24
- runs-on: ubuntu-latest
25
- steps:
26
- - name: Checkout
27
- uses: actions/checkout@v4
28
- with:
29
- fetch-depth: 0
30
- token: ${{ secrets.GITHUB_TOKEN }}
31
-
32
- - name: Setup Node.js
33
- uses: actions/setup-node@v4
34
- with:
35
- node-version-file: ".nvmrc"
36
- cache: npm
37
- registry-url: https://registry.npmjs.org
38
-
39
- - name: Install dependencies
40
- run: npm ci
41
-
42
- - name: Run tests and validation
43
- run: |
44
- npm run validate:schemas
45
- npm run format:check
46
- npm run lint
47
-
48
- - name: Configure Git
49
- run: |
50
- git config user.name "github-actions[bot]"
51
- git config user.email "github-actions[bot]@users.noreply.github.com"
52
-
53
- - name: Bump version
54
- run: |
55
- case "${{ github.event.inputs.version_bump }}" in
56
- alpha|beta) npm version prerelease --no-git-tag-version --preid=${{ github.event.inputs.version_bump }} ;;
57
- *) npm version ${{ github.event.inputs.version_bump }} --no-git-tag-version ;;
58
- esac
59
-
60
- - name: Get new version and previous tag
61
- id: version
62
- run: |
63
- echo "new_version=$(node -p "require('./package.json').version")" >> $GITHUB_OUTPUT
64
- echo "previous_tag=$(git describe --tags --abbrev=0 2>/dev/null || echo 'v0.0.0')" >> $GITHUB_OUTPUT
65
-
66
- - name: Commit version bump
67
- run: |
68
- git add .
69
- git commit -m "release: bump to v${{ steps.version.outputs.new_version }}"
70
-
71
- - name: Generate release notes
72
- id: release_notes
73
- run: |
74
- # Get commits since last tag (or all commits if no tags exist)
75
- if [ "${{ steps.version.outputs.previous_tag }}" = "v0.0.0" ]; then
76
- COMMITS=$(git log --pretty=format:"- %s" --reverse)
77
- else
78
- COMMITS=$(git log ${{ steps.version.outputs.previous_tag }}..HEAD --pretty=format:"- %s" --reverse)
79
- fi
80
-
81
- # Categorize commits
82
- FEATURES=$(echo "$COMMITS" | grep -E "^- (feat|Feature)" || true)
83
- FIXES=$(echo "$COMMITS" | grep -E "^- (fix|Fix)" || true)
84
- CHORES=$(echo "$COMMITS" | grep -E "^- (chore|Chore)" || true)
85
- OTHERS=$(echo "$COMMITS" | grep -v -E "^- (feat|Feature|fix|Fix|chore|Chore|release:|Release:)" || true)
86
-
87
- # Build release notes
88
- cat > release_notes.md << 'EOF'
89
- ## 🚀 What's New in v${{ steps.version.outputs.new_version }}
90
-
91
- EOF
92
-
93
- if [ ! -z "$FEATURES" ]; then
94
- echo "### ✨ New Features" >> release_notes.md
95
- echo "$FEATURES" >> release_notes.md
96
- echo "" >> release_notes.md
97
- fi
98
-
99
- if [ ! -z "$FIXES" ]; then
100
- echo "### 🐛 Bug Fixes" >> release_notes.md
101
- echo "$FIXES" >> release_notes.md
102
- echo "" >> release_notes.md
103
- fi
104
-
105
- if [ ! -z "$OTHERS" ]; then
106
- echo "### 📦 Other Changes" >> release_notes.md
107
- echo "$OTHERS" >> release_notes.md
108
- echo "" >> release_notes.md
109
- fi
110
-
111
- if [ ! -z "$CHORES" ]; then
112
- echo "### 🔧 Maintenance" >> release_notes.md
113
- echo "$CHORES" >> release_notes.md
114
- echo "" >> release_notes.md
115
- fi
116
-
117
- cat >> release_notes.md << 'EOF'
118
-
119
- ## 📦 Installation
120
-
121
- ```bash
122
- npx bmad-method install
123
- # Select "Test Architect" from module menu
124
- ```
125
- EOF
126
-
127
- # Add changelog link only if there was a previous tag
128
- if [ "${{ steps.version.outputs.previous_tag }}" != "v0.0.0" ]; then
129
- echo "" >> release_notes.md
130
- echo "**Full Changelog**: https://github.com/bmad-code-org/bmad-method-test-architecture-enterprise/compare/${{ steps.version.outputs.previous_tag }}...v${{ steps.version.outputs.new_version }}" >> release_notes.md
131
- fi
132
-
133
- # Output for GitHub Actions
134
- echo "RELEASE_NOTES<<EOF" >> $GITHUB_OUTPUT
135
- cat release_notes.md >> $GITHUB_OUTPUT
136
- echo "EOF" >> $GITHUB_OUTPUT
137
-
138
- - name: Create and push tag
139
- run: |
140
- # Check if tag already exists
141
- if git rev-parse "v${{ steps.version.outputs.new_version }}" >/dev/null 2>&1; then
142
- echo "Tag v${{ steps.version.outputs.new_version }} already exists, skipping tag creation"
143
- else
144
- git tag -a "v${{ steps.version.outputs.new_version }}" -m "Release v${{ steps.version.outputs.new_version }}"
145
- git push origin "v${{ steps.version.outputs.new_version }}"
146
- fi
147
-
148
- - name: Push changes to main
149
- run: |
150
- if git push origin HEAD:main 2>/dev/null; then
151
- echo "✅ Successfully pushed to main branch"
152
- else
153
- echo "⚠️ Could not push to main (protected branch). This is expected."
154
- echo "📝 Version bump and tag were created successfully."
155
- fi
156
-
157
- - name: Publish to NPM
158
- env:
159
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
160
- run: |
161
- VERSION="${{ steps.version.outputs.new_version }}"
162
- if [[ "$VERSION" == *"alpha"* ]]; then
163
- echo "Publishing alpha prerelease version with --tag alpha"
164
- npm publish --tag alpha
165
- elif [[ "$VERSION" == *"beta"* ]]; then
166
- echo "Publishing beta prerelease version with --tag latest"
167
- npm publish --tag latest
168
- else
169
- echo "Publishing stable version with --tag latest"
170
- npm publish --tag latest
171
- fi
172
-
173
- - name: Create GitHub Release
174
- uses: softprops/action-gh-release@v2
175
- with:
176
- tag_name: v${{ steps.version.outputs.new_version }}
177
- name: "Test Architect v${{ steps.version.outputs.new_version }}"
178
- body: |
179
- ${{ steps.release_notes.outputs.RELEASE_NOTES }}
180
- draft: false
181
- prerelease: ${{ contains(steps.version.outputs.new_version, 'alpha') || contains(steps.version.outputs.new_version, 'beta') }}
182
-
183
- - name: Summary
184
- run: |
185
- echo "## 🎉 Successfully released v${{ steps.version.outputs.new_version }}!" >> $GITHUB_STEP_SUMMARY
186
- echo "" >> $GITHUB_STEP_SUMMARY
187
- echo "### 📦 Distribution" >> $GITHUB_STEP_SUMMARY
188
- echo "- **NPM**: Published to npmjs.org" >> $GITHUB_STEP_SUMMARY
189
- echo "- **GitHub Release**: https://github.com/bmad-code-org/bmad-method-test-architecture-enterprise/releases/tag/v${{ steps.version.outputs.new_version }}" >> $GITHUB_STEP_SUMMARY
190
- echo "" >> $GITHUB_STEP_SUMMARY
191
- echo "### ✅ Installation" >> $GITHUB_STEP_SUMMARY
192
- echo "\`\`\`bash" >> $GITHUB_STEP_SUMMARY
193
- echo "npx bmad-method install" >> $GITHUB_STEP_SUMMARY
194
- echo "# Select \"Test Architect\"" >> $GITHUB_STEP_SUMMARY
195
- echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
@@ -1,114 +0,0 @@
1
- name: Quality & Validation
2
-
3
- # Runs comprehensive quality checks on all PRs:
4
- # - Prettier (formatting)
5
- # - ESLint (linting)
6
- # - markdownlint (markdown quality)
7
- # - Schema validation (YAML structure)
8
- # - Agent schema tests (fixture-based validation)
9
- # - Installation component tests (compilation)
10
-
11
- "on":
12
- pull_request:
13
- branches: ["**"]
14
- workflow_dispatch:
15
-
16
- jobs:
17
- prettier:
18
- runs-on: ubuntu-latest
19
- steps:
20
- - name: Checkout
21
- uses: actions/checkout@v4
22
-
23
- - name: Setup Node
24
- uses: actions/setup-node@v4
25
- with:
26
- node-version-file: ".nvmrc"
27
- cache: "npm"
28
-
29
- - name: Install dependencies
30
- run: npm ci
31
-
32
- - name: Prettier format check
33
- run: npm run format:check
34
-
35
- eslint:
36
- runs-on: ubuntu-latest
37
- steps:
38
- - name: Checkout
39
- uses: actions/checkout@v4
40
-
41
- - name: Setup Node
42
- uses: actions/setup-node@v4
43
- with:
44
- node-version-file: ".nvmrc"
45
- cache: "npm"
46
-
47
- - name: Install dependencies
48
- run: npm ci
49
-
50
- - name: ESLint
51
- run: npm run lint
52
-
53
- markdownlint:
54
- runs-on: ubuntu-latest
55
- steps:
56
- - name: Checkout
57
- uses: actions/checkout@v4
58
-
59
- - name: Setup Node
60
- uses: actions/setup-node@v4
61
- with:
62
- node-version-file: ".nvmrc"
63
- cache: "npm"
64
-
65
- - name: Install dependencies
66
- run: npm ci
67
-
68
- - name: markdownlint
69
- run: npm run lint:md
70
-
71
- docs:
72
- runs-on: ubuntu-latest
73
- steps:
74
- - name: Checkout
75
- uses: actions/checkout@v4
76
-
77
- - name: Setup Node
78
- uses: actions/setup-node@v4
79
- with:
80
- node-version-file: ".nvmrc"
81
- cache: "npm"
82
-
83
- - name: Install dependencies
84
- run: npm ci
85
-
86
- - name: Validate documentation links
87
- run: npm run docs:validate-links
88
-
89
- - name: Build documentation
90
- run: npm run docs:build
91
-
92
- validate:
93
- runs-on: ubuntu-latest
94
- steps:
95
- - name: Checkout
96
- uses: actions/checkout@v4
97
-
98
- - name: Setup Node
99
- uses: actions/setup-node@v4
100
- with:
101
- node-version-file: ".nvmrc"
102
- cache: "npm"
103
-
104
- - name: Install dependencies
105
- run: npm ci
106
-
107
- - name: Validate YAML schemas
108
- run: npm run validate:schemas
109
-
110
- - name: Run agent schema validation tests
111
- run: npm run test:schemas
112
-
113
- - name: Test agent compilation components
114
- run: npm run test:install