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,439 +0,0 @@
1
- #!/bin/bash
2
- #
3
- # verify-docker-hardening.sh
4
- # Comprehensive Docker security verification script
5
- # Checks Dockerfile, docker-compose.yml, and running containers
6
- # against CIS, OWASP, and NIST standards
7
- #
8
-
9
- set -e
10
-
11
- # Colors for output
12
- RED='\033[0;31m'
13
- GREEN='\033[0;32m'
14
- YELLOW='\033[1;33m'
15
- BLUE='\033[0;34m'
16
- NC='\033[0m' # No Color
17
-
18
- # Configuration
19
- IMAGE_NAME="${1:-contacts-app}"
20
- CONTAINER_NAME="${2:-contacts-app}"
21
- EXIT_CODE=0
22
-
23
- # Counters
24
- TOTAL_CHECKS=0
25
- PASSED_CHECKS=0
26
- FAILED_CHECKS=0
27
- WARNING_CHECKS=0
28
-
29
- # Helper functions
30
- print_header() {
31
- echo ""
32
- echo -e "${BLUE}========================================${NC}"
33
- echo -e "${BLUE}$1${NC}"
34
- echo -e "${BLUE}========================================${NC}"
35
- }
36
-
37
- print_check() {
38
- TOTAL_CHECKS=$((TOTAL_CHECKS + 1))
39
- echo -ne " [$TOTAL_CHECKS] $1... "
40
- }
41
-
42
- pass() {
43
- PASSED_CHECKS=$((PASSED_CHECKS + 1))
44
- echo -e "${GREEN}✅ PASS${NC}"
45
- }
46
-
47
- fail() {
48
- FAILED_CHECKS=$((FAILED_CHECKS + 1))
49
- EXIT_CODE=2
50
- echo -e "${RED}❌ FAIL${NC}"
51
- [ -n "$1" ] && echo -e " ${RED}→ $1${NC}"
52
- }
53
-
54
- warn() {
55
- WARNING_CHECKS=$((WARNING_CHECKS + 1))
56
- echo -e "${YELLOW}⚠️ WARN${NC}"
57
- [ -n "$1" ] && echo -e " ${YELLOW}→ $1${NC}"
58
- }
59
-
60
- critical() {
61
- FAILED_CHECKS=$((FAILED_CHECKS + 1))
62
- EXIT_CODE=1
63
- echo -e "${RED}🚨 CRITICAL${NC}"
64
- [ -n "$1" ] && echo -e " ${RED}→ $1${NC}"
65
- }
66
-
67
- # Start verification
68
- echo -e "${BLUE}🔍 Docker Security Verification${NC}"
69
- echo -e "${BLUE}================================${NC}"
70
- echo "Image: $IMAGE_NAME"
71
- echo "Container: $CONTAINER_NAME"
72
-
73
- # ============================================================================
74
- # 1. Dockerfile Verification
75
- # ============================================================================
76
- print_header "1. Dockerfile Security"
77
-
78
- if [ ! -f "Dockerfile" ]; then
79
- print_check "Dockerfile exists"
80
- critical "Dockerfile not found in current directory"
81
- EXIT_CODE=5
82
- exit $EXIT_CODE
83
- fi
84
-
85
- # Check for specific version tags
86
- print_check "Specific version tags (no :latest)"
87
- if grep -qE "^FROM.*:(latest|alpine)$" Dockerfile; then
88
- fail "Using :latest or unversioned :alpine tag"
89
- else
90
- pass
91
- fi
92
-
93
- # Check for non-root user
94
- print_check "Non-root user configured"
95
- if grep -qE "^USER (root|[0-9]+)" Dockerfile; then
96
- if grep -qE "^USER root" Dockerfile; then
97
- fail "Running as root user"
98
- else
99
- pass
100
- fi
101
- elif grep -qE "^USER [a-zA-Z]" Dockerfile; then
102
- pass
103
- else
104
- fail "No USER directive found"
105
- fi
106
-
107
- # Check for HEALTHCHECK
108
- print_check "HEALTHCHECK instruction"
109
- if grep -q "^HEALTHCHECK" Dockerfile; then
110
- pass
111
- else
112
- warn "Missing HEALTHCHECK instruction"
113
- fi
114
-
115
- # Check for hardcoded secrets
116
- print_check "No hardcoded secrets in ENV/ARG"
117
- if grep -iE "^(ENV|ARG).*(SECRET|PASSWORD|KEY|TOKEN|CLIENT_ID)=" Dockerfile | grep -v "REACT_APP_API_BASE_URL" > /dev/null; then
118
- fail "Potential hardcoded secrets found"
119
- else
120
- pass
121
- fi
122
-
123
- # Check for multi-stage build
124
- print_check "Multi-stage build pattern"
125
- if [ $(grep -c "^FROM" Dockerfile) -ge 2 ]; then
126
- pass
127
- else
128
- warn "Not using multi-stage build"
129
- fi
130
-
131
- # Check for Alpine base images
132
- print_check "Minimal Alpine base images"
133
- if grep -qE "^FROM.*alpine" Dockerfile; then
134
- pass
135
- else
136
- warn "Not using Alpine base images"
137
- fi
138
-
139
- # ============================================================================
140
- # 2. docker-compose.yml Verification
141
- # ============================================================================
142
- print_header "2. docker-compose.yml Security"
143
-
144
- if [ ! -f "docker-compose.yml" ]; then
145
- print_check "docker-compose.yml exists"
146
- warn "docker-compose.yml not found (optional)"
147
- else
148
- # Check for read-only filesystem
149
- print_check "Read-only root filesystem"
150
- if grep -q "read_only: true" docker-compose.yml; then
151
- pass
152
- else
153
- fail "Missing read_only: true"
154
- fi
155
-
156
- # Check for no-new-privileges
157
- print_check "No new privileges"
158
- if grep -q "no-new-privileges:true" docker-compose.yml; then
159
- pass
160
- else
161
- fail "Missing security_opt: no-new-privileges:true"
162
- fi
163
-
164
- # Check for capability dropping
165
- print_check "Capabilities dropped"
166
- if grep -q "cap_drop:" docker-compose.yml; then
167
- pass
168
- else
169
- fail "Missing cap_drop configuration"
170
- fi
171
-
172
- # Check for tmpfs mounts
173
- print_check "Tmpfs mounts for writable dirs"
174
- if grep -q "tmpfs:" docker-compose.yml; then
175
- pass
176
- else
177
- fail "Missing tmpfs mounts"
178
- fi
179
-
180
- # Check for resource limits
181
- print_check "Memory limits configured"
182
- if grep -q "memory:" docker-compose.yml; then
183
- pass
184
- else
185
- warn "Missing memory limits"
186
- fi
187
-
188
- print_check "CPU limits configured"
189
- if grep -q "cpus:" docker-compose.yml; then
190
- pass
191
- else
192
- warn "Missing CPU limits"
193
- fi
194
-
195
- # Check for health check
196
- print_check "Healthcheck configured"
197
- if grep -q "healthcheck:" docker-compose.yml; then
198
- pass
199
- else
200
- warn "Missing healthcheck configuration"
201
- fi
202
-
203
- # Check for privileged mode
204
- print_check "Not running in privileged mode"
205
- if grep -q "privileged: true" docker-compose.yml; then
206
- critical "Running in privileged mode"
207
- else
208
- pass
209
- fi
210
- fi
211
-
212
- # ============================================================================
213
- # 3. .dockerignore Verification
214
- # ============================================================================
215
- print_header "3. .dockerignore Configuration"
216
-
217
- if [ ! -f ".dockerignore" ]; then
218
- print_check ".dockerignore exists"
219
- warn ".dockerignore not found"
220
- else
221
- print_check ".env excluded from Docker context"
222
- if grep -qE "^\.env$" .dockerignore; then
223
- pass
224
- else
225
- critical ".env not in .dockerignore - secret leakage risk!"
226
- fi
227
-
228
- print_check "node_modules excluded"
229
- if grep -q "node_modules" .dockerignore; then
230
- pass
231
- else
232
- warn "node_modules not excluded"
233
- fi
234
-
235
- print_check ".git excluded"
236
- if grep -qE "^\.git" .dockerignore; then
237
- pass
238
- else
239
- warn ".git not excluded"
240
- fi
241
- fi
242
-
243
- # ============================================================================
244
- # 4. Image Security Scanning
245
- # ============================================================================
246
- print_header "4. Image Vulnerability Scanning"
247
-
248
- # Check if image exists
249
- if ! docker images --format "{{.Repository}}" | grep -q "^${IMAGE_NAME}$"; then
250
- print_check "Docker image exists"
251
- warn "Image '$IMAGE_NAME' not found locally. Skipping image scans."
252
- echo " Run 'docker build -t $IMAGE_NAME .' to build the image."
253
- else
254
- # Check if trivy is installed
255
- if ! command -v trivy &> /dev/null; then
256
- print_check "Trivy scanner installed"
257
- warn "Trivy not installed. Skipping vulnerability scans."
258
- echo " Install: brew install aquasecurity/trivy/trivy (macOS)"
259
- echo " : apt-get install trivy (Linux)"
260
- else
261
- # Scan for CRITICAL vulnerabilities
262
- print_check "No CRITICAL vulnerabilities"
263
- if trivy image --quiet --severity CRITICAL --exit-code 1 "$IMAGE_NAME" > /dev/null 2>&1; then
264
- pass
265
- else
266
- critical "CRITICAL vulnerabilities found. Run: trivy image --severity CRITICAL $IMAGE_NAME"
267
- fi
268
-
269
- # Scan for HIGH vulnerabilities
270
- print_check "No HIGH vulnerabilities"
271
- if trivy image --quiet --severity HIGH --exit-code 1 "$IMAGE_NAME" > /dev/null 2>&1; then
272
- pass
273
- else
274
- fail "HIGH vulnerabilities found. Run: trivy image --severity HIGH $IMAGE_NAME"
275
- fi
276
-
277
- # Scan for leaked secrets
278
- print_check "No leaked secrets in image"
279
- if trivy image --quiet --scanners secret --exit-code 1 "$IMAGE_NAME" > /dev/null 2>&1; then
280
- pass
281
- else
282
- critical "Secrets detected in image! Run: trivy image --scanners secret $IMAGE_NAME"
283
- fi
284
- fi
285
-
286
- # Check image size
287
- print_check "Optimized image size (< 100MB)"
288
- IMAGE_SIZE=$(docker images --format "{{.Size}}" "$IMAGE_NAME" | head -1 | sed 's/MB//' | sed 's/GB/*1024/' | bc 2>/dev/null || echo "0")
289
- if [ -n "$IMAGE_SIZE" ] && [ "$IMAGE_SIZE" != "0" ]; then
290
- if (( $(echo "$IMAGE_SIZE < 100" | bc -l) )); then
291
- pass
292
- else
293
- warn "Image size is ${IMAGE_SIZE}MB (recommended < 100MB)"
294
- fi
295
- else
296
- warn "Could not determine image size"
297
- fi
298
-
299
- # Check for .env in image
300
- print_check ".env file not baked into image"
301
- if docker run --rm "$IMAGE_NAME" sh -c "ls -la / 2>/dev/null | grep -q .env"; then
302
- critical ".env file found in image! Secrets leaked!"
303
- else
304
- pass
305
- fi
306
- fi
307
-
308
- # ============================================================================
309
- # 5. Runtime Security (if container is running)
310
- # ============================================================================
311
- print_header "5. Runtime Security Verification"
312
-
313
- if ! docker ps --filter "name=$CONTAINER_NAME" --format "{{.Names}}" | grep -q "^$CONTAINER_NAME$"; then
314
- echo -e "${YELLOW} Container '$CONTAINER_NAME' is not running.${NC}"
315
- echo -e "${YELLOW} Run 'docker-compose up -d' to enable runtime checks.${NC}"
316
- else
317
- # Check container runs as non-root
318
- print_check "Container runs as non-root"
319
- CONTAINER_USER=$(docker exec "$CONTAINER_NAME" whoami 2>/dev/null || echo "root")
320
- if [ "$CONTAINER_USER" != "root" ]; then
321
- pass
322
- else
323
- critical "Container running as root user!"
324
- fi
325
-
326
- # Check user ID is not 0
327
- print_check "User ID is not 0 (root)"
328
- USER_ID=$(docker exec "$CONTAINER_NAME" id -u 2>/dev/null || echo "0")
329
- if [ "$USER_ID" != "0" ]; then
330
- pass
331
- else
332
- critical "Container running with UID 0 (root)!"
333
- fi
334
-
335
- # Check read-only filesystem
336
- print_check "Root filesystem is read-only"
337
- if docker exec "$CONTAINER_NAME" sh -c "touch /test 2>/dev/null"; then
338
- fail "Root filesystem is writable"
339
- docker exec "$CONTAINER_NAME" sh -c "rm /test 2>/dev/null" || true
340
- else
341
- pass
342
- fi
343
-
344
- # Check tmpfs is writable
345
- print_check "Tmpfs mount is writable"
346
- if docker exec "$CONTAINER_NAME" sh -c "touch /tmp/test 2>/dev/null && rm /tmp/test 2>/dev/null"; then
347
- pass
348
- else
349
- warn "Tmpfs mount /tmp is not writable"
350
- fi
351
-
352
- # Check health status
353
- print_check "Container is healthy"
354
- HEALTH_STATUS=$(docker inspect --format='{{.State.Health.Status}}' "$CONTAINER_NAME" 2>/dev/null || echo "none")
355
- if [ "$HEALTH_STATUS" = "healthy" ]; then
356
- pass
357
- elif [ "$HEALTH_STATUS" = "none" ]; then
358
- warn "No health check configured"
359
- else
360
- fail "Container health status: $HEALTH_STATUS"
361
- fi
362
-
363
- # Check capabilities
364
- print_check "Capabilities dropped"
365
- CAPS_DROPPED=$(docker inspect --format='{{.HostConfig.CapDrop}}' "$CONTAINER_NAME" 2>/dev/null || echo "[]")
366
- if echo "$CAPS_DROPPED" | grep -q "ALL"; then
367
- pass
368
- else
369
- warn "Not all capabilities dropped"
370
- fi
371
-
372
- # Check memory limit
373
- print_check "Memory limit enforced"
374
- MEMORY_LIMIT=$(docker inspect --format='{{.HostConfig.Memory}}' "$CONTAINER_NAME" 2>/dev/null || echo "0")
375
- if [ "$MEMORY_LIMIT" != "0" ]; then
376
- pass
377
- else
378
- warn "No memory limit set"
379
- fi
380
- fi
381
-
382
- # ============================================================================
383
- # 6. Git Secret Protection
384
- # ============================================================================
385
- print_header "6. Git Secret Protection"
386
-
387
- if [ -d ".git" ]; then
388
- # Check .env in .gitignore
389
- print_check ".env in .gitignore"
390
- if [ -f ".gitignore" ] && grep -qE "^\.env$" .gitignore; then
391
- pass
392
- else
393
- critical ".env not in .gitignore! Secrets may be committed!"
394
- fi
395
-
396
- # Check .env.example exists
397
- print_check ".env.example exists (template)"
398
- if [ -f ".env.example" ]; then
399
- pass
400
- else
401
- warn ".env.example not found"
402
- fi
403
-
404
- # Check if .env is committed
405
- print_check ".env not committed to git"
406
- if git ls-files --error-unmatch .env > /dev/null 2>&1; then
407
- critical ".env is tracked by git! Remove immediately!"
408
- else
409
- pass
410
- fi
411
- else
412
- echo -e "${YELLOW} Not a git repository. Skipping git checks.${NC}"
413
- fi
414
-
415
- # ============================================================================
416
- # Summary
417
- # ============================================================================
418
- print_header "Verification Summary"
419
-
420
- echo ""
421
- echo " Total checks: $TOTAL_CHECKS"
422
- echo -e " ${GREEN}Passed: $PASSED_CHECKS${NC}"
423
- echo -e " ${YELLOW}Warnings: $WARNING_CHECKS${NC}"
424
- echo -e " ${RED}Failed: $FAILED_CHECKS${NC}"
425
- echo ""
426
-
427
- if [ $FAILED_CHECKS -eq 0 ]; then
428
- echo -e "${GREEN}✅ All critical security checks passed!${NC}"
429
- if [ $WARNING_CHECKS -gt 0 ]; then
430
- echo -e "${YELLOW}⚠️ $WARNING_CHECKS warning(s) - consider addressing these.${NC}"
431
- fi
432
- else
433
- echo -e "${RED}❌ $FAILED_CHECKS security check(s) failed!${NC}"
434
- echo -e "${RED} Please fix the issues above before deploying.${NC}"
435
- fi
436
-
437
- echo ""
438
-
439
- exit $EXIT_CODE
@@ -1,128 +0,0 @@
1
- # Contributor Covenant Code of Conduct
2
-
3
- ## Our Pledge
4
-
5
- We as members, contributors, and leaders pledge to make participation in our
6
- community a harassment-free experience for everyone, regardless of age, body
7
- size, visible or invisible disability, ethnicity, sex characteristics, gender
8
- identity and expression, level of experience, education, socio-economic status,
9
- nationality, personal appearance, race, religion, or sexual identity
10
- and orientation.
11
-
12
- We pledge to act and interact in ways that contribute to an open, welcoming,
13
- diverse, inclusive, and healthy community.
14
-
15
- ## Our Standards
16
-
17
- Examples of behavior that contributes to a positive environment for our
18
- community include:
19
-
20
- * Demonstrating empathy and kindness toward other people
21
- * Being respectful of differing opinions, viewpoints, and experiences
22
- * Giving and gracefully accepting constructive feedback
23
- * Accepting responsibility and apologizing to those affected by our mistakes,
24
- and learning from the experience
25
- * Focusing on what is best not just for us as individuals, but for the
26
- overall community
27
-
28
- Examples of unacceptable behavior include:
29
-
30
- * The use of sexualized language or imagery, and sexual attention or
31
- advances of any kind
32
- * Trolling, insulting or derogatory comments, and personal or political attacks
33
- * Public or private harassment
34
- * Publishing others' private information, such as a physical or email
35
- address, without their explicit permission
36
- * Other conduct which could reasonably be considered inappropriate in a
37
- professional setting
38
-
39
- ## Enforcement Responsibilities
40
-
41
- Community leaders are responsible for clarifying and enforcing our standards of
42
- acceptable behavior and will take appropriate and fair corrective action in
43
- response to any behavior that they deem inappropriate, threatening, offensive,
44
- or harmful.
45
-
46
- Community leaders have the right and responsibility to remove, edit, or reject
47
- comments, commits, code, wiki edits, issues, and other contributions that are
48
- not aligned to this Code of Conduct, and will communicate reasons for moderation
49
- decisions when appropriate.
50
-
51
- ## Scope
52
-
53
- This Code of Conduct applies within all community spaces, and also applies when
54
- an individual is officially representing the community in public spaces.
55
- Examples of representing our community include using an official e-mail address,
56
- posting via an official social media account, or acting as an appointed
57
- representative at an online or offline event.
58
-
59
- ## Enforcement
60
-
61
- Instances of abusive, harassing, or otherwise unacceptable behavior may be
62
- reported to the community leaders responsible for enforcement at
63
- the official BMAD Discord server (<https://discord.com/invite/gk8jAdXWmj>) - DM a moderator or flag a post.
64
- All complaints will be reviewed and investigated promptly and fairly.
65
-
66
- All community leaders are obligated to respect the privacy and security of the
67
- reporter of any incident.
68
-
69
- ## Enforcement Guidelines
70
-
71
- Community leaders will follow these Community Impact Guidelines in determining
72
- the consequences for any action they deem in violation of this Code of Conduct:
73
-
74
- ### 1. Correction
75
-
76
- **Community Impact**: Use of inappropriate language or other behavior deemed
77
- unprofessional or unwelcome in the community.
78
-
79
- **Consequence**: A private, written warning from community leaders, providing
80
- clarity around the nature of the violation and an explanation of why the
81
- behavior was inappropriate. A public apology may be requested.
82
-
83
- ### 2. Warning
84
-
85
- **Community Impact**: A violation through a single incident or series
86
- of actions.
87
-
88
- **Consequence**: A warning with consequences for continued behavior. No
89
- interaction with the people involved, including unsolicited interaction with
90
- those enforcing the Code of Conduct, for a specified period of time. This
91
- includes avoiding interactions in community spaces as well as external channels
92
- like social media. Violating these terms may lead to a temporary or
93
- permanent ban.
94
-
95
- ### 3. Temporary Ban
96
-
97
- **Community Impact**: A serious violation of community standards, including
98
- sustained inappropriate behavior.
99
-
100
- **Consequence**: A temporary ban from any sort of interaction or public
101
- communication with the community for a specified period of time. No public or
102
- private interaction with the people involved, including unsolicited interaction
103
- with those enforcing the Code of Conduct, is allowed during this period.
104
- Violating these terms may lead to a permanent ban.
105
-
106
- ### 4. Permanent Ban
107
-
108
- **Community Impact**: Demonstrating a pattern of violation of community
109
- standards, including sustained inappropriate behavior, harassment of an
110
- individual, or aggression toward or disparagement of classes of individuals.
111
-
112
- **Consequence**: A permanent ban from any sort of public interaction within
113
- the community.
114
-
115
- ## Attribution
116
-
117
- This Code of Conduct is adapted from the [Contributor Covenant][homepage],
118
- version 2.0, available at
119
- <https://www.contributor-covenant.org/version/2/0/code_of_conduct.html>.
120
-
121
- Community Impact Guidelines were inspired by [Mozilla's code of conduct
122
- enforcement ladder](https://github.com/mozilla/diversity).
123
-
124
- [homepage]: https://www.contributor-covenant.org
125
-
126
- For answers to common questions about this code of conduct, see the FAQ at
127
- <https://www.contributor-covenant.org/faq>. Translations are available at
128
- <https://www.contributor-covenant.org/translations>.
@@ -1,15 +0,0 @@
1
- # These are supported funding model platforms
2
-
3
- github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4
- patreon: # Replace with a single Patreon username
5
- open_collective: # Replace with a single Open Collective username
6
- ko_fi: # Replace with a single Ko-fi username
7
- tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8
- community_bridge: # Replace with a single Community Bridge project_name e.g., cloud-foundry
9
- liberapay: # Replace with a single Liberapay username
10
- issuehunt: # Replace with a single IssueHunt username
11
- lfx_crowdfunding: # Replace with a single LFX Crowdfunding project_name e.g., cloud-foundry
12
- polar: # Replace with a single Polar username
13
- buy_me_a_coffee: bmad
14
- thanks_dev: # Replace with a single thanks.dev username
15
- custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
@@ -1,11 +0,0 @@
1
- blank_issues_enabled: false
2
- contact_links:
3
- - name: 📚 Documentation
4
- url: https://test-architect.bmad-method.org
5
- about: Check the docs first — tutorials, guides, and reference
6
- - name: 💬 GitHub Discussions
7
- url: https://github.com/bmad-code-org/bmad-method-test-architecture-enterprise/discussions
8
- about: Ask questions and discuss TEA usage before opening an issue
9
- - name: 🐛 Troubleshooting Guide
10
- url: https://test-architect.bmad-method.org/reference/troubleshooting
11
- about: Common issues and solutions
@@ -1,70 +0,0 @@
1
- ---
2
- name: Feature Request
3
- about: Suggest an idea or new feature for TEA
4
- title: ''
5
- labels: 'enhancement'
6
- assignees: ''
7
- ---
8
-
9
- **Describe your idea**
10
- A clear and concise description of what you'd like to see added or changed in TEA.
11
-
12
- **Why is this needed?**
13
- Explain the problem this solves or the benefit it brings to:
14
-
15
- - TEA users
16
- - Test automation practices
17
- - Quality engineering workflows
18
- - Testing best practices
19
-
20
- **Which component would this affect?**
21
- Please check all that apply:
22
-
23
- - [ ] Workflows (test-design, automate, atdd, test-review, trace, nfr-assess, ci, framework)
24
- - [ ] Knowledge Base (new testing patterns or fragments)
25
- - [ ] Subagent Architecture (parallel execution)
26
- - [ ] Configuration (module variables or settings)
27
- - [ ] Documentation (guides, tutorials, or references)
28
- - [ ] Integrations (Playwright Utils, MCP, or other tools)
29
- - [ ] Quality Gates (risk assessment, traceability, scoring)
30
- - [ ] Other (please specify)
31
-
32
- **How should it work?**
33
- Describe your proposed solution:
34
-
35
- 1. What would the user experience look like?
36
- 2. What workflow would be affected?
37
- 3. What knowledge base updates would be needed?
38
- 4. Any implementation ideas?
39
-
40
- **Use Case Example**
41
- Provide a concrete example of how this feature would be used:
42
-
43
- ```
44
- Example scenario:
45
- User wants to [specific goal]
46
- Currently: [what happens now]
47
- With this feature: [what would happen]
48
- ```
49
-
50
- **Alternatives considered**
51
- Have you considered any alternative solutions or workarounds?
52
-
53
- **Impact & Priority**
54
- How important is this feature?
55
-
56
- - [ ] Critical - blocking adoption or major workflow
57
- - [ ] High - significantly improves user experience
58
- - [ ] Medium - nice to have, would help some users
59
- - [ ] Low - minor improvement or edge case
60
-
61
- **Contribution**
62
- If you'd like to contribute, please indicate you're working on this or link to your PR. Please review [CONTRIBUTING.md](../../CONTRIBUTING.md) — contributions are always welcome!
63
-
64
- **Additional context**
65
- Add any other context, screenshots, or links that help explain your idea:
66
-
67
- - Related workflows or knowledge fragments
68
- - Testing frameworks this would support
69
- - Industry standards or best practices this aligns with
70
- - Links to similar features in other tools