moai-adk 0.9.1__py3-none-any.whl → 0.11.0__py3-none-any.whl

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.

Potentially problematic release.


This version of moai-adk might be problematic. Click here for more details.

Files changed (260) hide show
  1. moai_adk/core/project/phase_executor.py +4 -0
  2. moai_adk/core/tags/ci_validator.py +33 -3
  3. moai_adk/core/template_engine.py +6 -2
  4. moai_adk/templates/.git-hooks/pre-push +143 -0
  5. moai_adk/templates/.github/workflows/moai-gitflow.yml +6 -1
  6. moai_adk/templates/.github/workflows/release.yml +6 -2
  7. moai_adk/templates/.github/workflows/tag-validation.yml +57 -8
  8. moai_adk/templates/CLAUDE.md +477 -28
  9. moai_adk/templates/README.md +256 -0
  10. {moai_adk-0.9.1.dist-info → moai_adk-0.11.0.dist-info}/METADATA +740 -90
  11. moai_adk-0.11.0.dist-info/RECORD +77 -0
  12. moai_adk/templates/.claude/agents/alfred/cc-manager.md +0 -316
  13. moai_adk/templates/.claude/agents/alfred/debug-helper.md +0 -208
  14. moai_adk/templates/.claude/agents/alfred/doc-syncer.md +0 -214
  15. moai_adk/templates/.claude/agents/alfred/git-manager.md +0 -406
  16. moai_adk/templates/.claude/agents/alfred/implementation-planner.md +0 -350
  17. moai_adk/templates/.claude/agents/alfred/project-manager.md +0 -273
  18. moai_adk/templates/.claude/agents/alfred/quality-gate.md +0 -343
  19. moai_adk/templates/.claude/agents/alfred/skill-factory.md +0 -865
  20. moai_adk/templates/.claude/agents/alfred/spec-builder.md +0 -287
  21. moai_adk/templates/.claude/agents/alfred/tag-agent.md +0 -287
  22. moai_adk/templates/.claude/agents/alfred/tdd-implementer.md +0 -326
  23. moai_adk/templates/.claude/agents/alfred/trust-checker.md +0 -375
  24. moai_adk/templates/.claude/commands/alfred/0-project.md +0 -1189
  25. moai_adk/templates/.claude/commands/alfred/1-plan.md +0 -728
  26. moai_adk/templates/.claude/commands/alfred/2-run.md +0 -545
  27. moai_adk/templates/.claude/commands/alfred/3-sync.md +0 -683
  28. moai_adk/templates/.claude/commands/alfred/9-feedback.md +0 -149
  29. moai_adk/templates/.claude/hooks/alfred/.moai/cache/version-check.json +0 -9
  30. moai_adk/templates/.claude/hooks/alfred/README.md +0 -343
  31. moai_adk/templates/.claude/hooks/alfred/TROUBLESHOOTING.md +0 -471
  32. moai_adk/templates/.claude/hooks/alfred/alfred_hooks.py +0 -209
  33. moai_adk/templates/.claude/hooks/alfred/core/version_cache.py +0 -198
  34. moai_adk/templates/.claude/hooks/alfred/notification__handle_events.py +0 -102
  35. moai_adk/templates/.claude/hooks/alfred/post_tool__log_changes.py +0 -102
  36. moai_adk/templates/.claude/hooks/alfred/pre_tool__auto_checkpoint.py +0 -108
  37. moai_adk/templates/.claude/hooks/alfred/session_end__cleanup.py +0 -102
  38. moai_adk/templates/.claude/hooks/alfred/session_start__show_project_info.py +0 -102
  39. moai_adk/templates/.claude/hooks/alfred/shared/core/__init__.py +0 -170
  40. moai_adk/templates/.claude/hooks/alfred/shared/core/checkpoint.py +0 -271
  41. moai_adk/templates/.claude/hooks/alfred/shared/core/context.py +0 -67
  42. moai_adk/templates/.claude/hooks/alfred/shared/core/project.py +0 -683
  43. moai_adk/templates/.claude/hooks/alfred/shared/core/tags.py +0 -198
  44. moai_adk/templates/.claude/hooks/alfred/shared/core/version_cache.py +0 -198
  45. moai_adk/templates/.claude/hooks/alfred/shared/handlers/__init__.py +0 -21
  46. moai_adk/templates/.claude/hooks/alfred/shared/handlers/notification.py +0 -25
  47. moai_adk/templates/.claude/hooks/alfred/shared/handlers/session.py +0 -175
  48. moai_adk/templates/.claude/hooks/alfred/shared/handlers/tool.py +0 -90
  49. moai_adk/templates/.claude/hooks/alfred/shared/handlers/user.py +0 -61
  50. moai_adk/templates/.claude/hooks/alfred/stop__handle_interrupt.py +0 -102
  51. moai_adk/templates/.claude/hooks/alfred/subagent_stop__handle_subagent_end.py +0 -102
  52. moai_adk/templates/.claude/hooks/alfred/user_prompt__jit_load_docs.py +0 -120
  53. moai_adk/templates/.claude/output-styles/alfred/agentic-coding.md +0 -640
  54. moai_adk/templates/.claude/output-styles/alfred/moai-adk-learning.md +0 -696
  55. moai_adk/templates/.claude/output-styles/alfred/study-with-alfred.md +0 -474
  56. moai_adk/templates/.claude/settings.json +0 -144
  57. moai_adk/templates/.claude/skills/moai-alfred-ears-authoring/SKILL.md +0 -113
  58. moai_adk/templates/.claude/skills/moai-alfred-ears-authoring/examples.md +0 -29
  59. moai_adk/templates/.claude/skills/moai-alfred-ears-authoring/reference.md +0 -28
  60. moai_adk/templates/.claude/skills/moai-alfred-git-workflow/SKILL.md +0 -122
  61. moai_adk/templates/.claude/skills/moai-alfred-git-workflow/examples.md +0 -29
  62. moai_adk/templates/.claude/skills/moai-alfred-git-workflow/reference.md +0 -29
  63. moai_adk/templates/.claude/skills/moai-alfred-interactive-questions/SKILL.md +0 -237
  64. moai_adk/templates/.claude/skills/moai-alfred-interactive-questions/examples.md +0 -615
  65. moai_adk/templates/.claude/skills/moai-alfred-interactive-questions/reference.md +0 -653
  66. moai_adk/templates/.claude/skills/moai-alfred-language-detection/SKILL.md +0 -113
  67. moai_adk/templates/.claude/skills/moai-alfred-language-detection/examples.md +0 -29
  68. moai_adk/templates/.claude/skills/moai-alfred-language-detection/reference.md +0 -28
  69. moai_adk/templates/.claude/skills/moai-alfred-spec-metadata-validation/SKILL.md +0 -113
  70. moai_adk/templates/.claude/skills/moai-alfred-spec-metadata-validation/examples.md +0 -29
  71. moai_adk/templates/.claude/skills/moai-alfred-spec-metadata-validation/reference.md +0 -28
  72. moai_adk/templates/.claude/skills/moai-alfred-tag-scanning/SKILL.md +0 -113
  73. moai_adk/templates/.claude/skills/moai-alfred-tag-scanning/examples.md +0 -29
  74. moai_adk/templates/.claude/skills/moai-alfred-tag-scanning/reference.md +0 -28
  75. moai_adk/templates/.claude/skills/moai-alfred-trust-validation/SKILL.md +0 -113
  76. moai_adk/templates/.claude/skills/moai-alfred-trust-validation/examples.md +0 -29
  77. moai_adk/templates/.claude/skills/moai-alfred-trust-validation/reference.md +0 -28
  78. moai_adk/templates/.claude/skills/moai-cc-agents/SKILL.md +0 -269
  79. moai_adk/templates/.claude/skills/moai-cc-agents/templates/agent-template.md +0 -32
  80. moai_adk/templates/.claude/skills/moai-cc-claude-md/SKILL.md +0 -298
  81. moai_adk/templates/.claude/skills/moai-cc-claude-md/templates/CLAUDE-template.md +0 -26
  82. moai_adk/templates/.claude/skills/moai-cc-commands/SKILL.md +0 -307
  83. moai_adk/templates/.claude/skills/moai-cc-commands/templates/command-template.md +0 -21
  84. moai_adk/templates/.claude/skills/moai-cc-hooks/SKILL.md +0 -252
  85. moai_adk/templates/.claude/skills/moai-cc-hooks/scripts/pre-bash-check.sh +0 -19
  86. moai_adk/templates/.claude/skills/moai-cc-hooks/scripts/preserve-permissions.sh +0 -19
  87. moai_adk/templates/.claude/skills/moai-cc-hooks/scripts/validate-bash-command.py +0 -24
  88. moai_adk/templates/.claude/skills/moai-cc-mcp-plugins/SKILL.md +0 -199
  89. moai_adk/templates/.claude/skills/moai-cc-mcp-plugins/templates/settings-mcp-template.json +0 -39
  90. moai_adk/templates/.claude/skills/moai-cc-memory/SKILL.md +0 -316
  91. moai_adk/templates/.claude/skills/moai-cc-memory/templates/session-summary-template.md +0 -18
  92. moai_adk/templates/.claude/skills/moai-cc-settings/SKILL.md +0 -263
  93. moai_adk/templates/.claude/skills/moai-cc-settings/templates/settings-complete-template.json +0 -30
  94. moai_adk/templates/.claude/skills/moai-cc-skills/SKILL.md +0 -291
  95. moai_adk/templates/.claude/skills/moai-cc-skills/templates/SKILL-template.md +0 -15
  96. moai_adk/templates/.claude/skills/moai-domain-backend/SKILL.md +0 -290
  97. moai_adk/templates/.claude/skills/moai-domain-backend/examples.md +0 -1633
  98. moai_adk/templates/.claude/skills/moai-domain-backend/reference.md +0 -660
  99. moai_adk/templates/.claude/skills/moai-domain-cli-tool/SKILL.md +0 -123
  100. moai_adk/templates/.claude/skills/moai-domain-cli-tool/examples.md +0 -29
  101. moai_adk/templates/.claude/skills/moai-domain-cli-tool/reference.md +0 -30
  102. moai_adk/templates/.claude/skills/moai-domain-data-science/SKILL.md +0 -123
  103. moai_adk/templates/.claude/skills/moai-domain-data-science/examples.md +0 -29
  104. moai_adk/templates/.claude/skills/moai-domain-data-science/reference.md +0 -30
  105. moai_adk/templates/.claude/skills/moai-domain-database/SKILL.md +0 -123
  106. moai_adk/templates/.claude/skills/moai-domain-database/examples.md +0 -29
  107. moai_adk/templates/.claude/skills/moai-domain-database/reference.md +0 -30
  108. moai_adk/templates/.claude/skills/moai-domain-devops/SKILL.md +0 -124
  109. moai_adk/templates/.claude/skills/moai-domain-devops/examples.md +0 -29
  110. moai_adk/templates/.claude/skills/moai-domain-devops/reference.md +0 -31
  111. moai_adk/templates/.claude/skills/moai-domain-frontend/SKILL.md +0 -124
  112. moai_adk/templates/.claude/skills/moai-domain-frontend/examples.md +0 -29
  113. moai_adk/templates/.claude/skills/moai-domain-frontend/reference.md +0 -31
  114. moai_adk/templates/.claude/skills/moai-domain-ml/SKILL.md +0 -123
  115. moai_adk/templates/.claude/skills/moai-domain-ml/examples.md +0 -29
  116. moai_adk/templates/.claude/skills/moai-domain-ml/reference.md +0 -30
  117. moai_adk/templates/.claude/skills/moai-domain-mobile-app/SKILL.md +0 -123
  118. moai_adk/templates/.claude/skills/moai-domain-mobile-app/examples.md +0 -29
  119. moai_adk/templates/.claude/skills/moai-domain-mobile-app/reference.md +0 -30
  120. moai_adk/templates/.claude/skills/moai-domain-security/SKILL.md +0 -123
  121. moai_adk/templates/.claude/skills/moai-domain-security/examples.md +0 -29
  122. moai_adk/templates/.claude/skills/moai-domain-security/reference.md +0 -30
  123. moai_adk/templates/.claude/skills/moai-domain-web-api/SKILL.md +0 -123
  124. moai_adk/templates/.claude/skills/moai-domain-web-api/examples.md +0 -29
  125. moai_adk/templates/.claude/skills/moai-domain-web-api/reference.md +0 -30
  126. moai_adk/templates/.claude/skills/moai-essentials-debug/SKILL.md +0 -303
  127. moai_adk/templates/.claude/skills/moai-essentials-debug/examples.md +0 -1064
  128. moai_adk/templates/.claude/skills/moai-essentials-debug/reference.md +0 -1047
  129. moai_adk/templates/.claude/skills/moai-essentials-perf/SKILL.md +0 -113
  130. moai_adk/templates/.claude/skills/moai-essentials-perf/examples.md +0 -29
  131. moai_adk/templates/.claude/skills/moai-essentials-perf/reference.md +0 -28
  132. moai_adk/templates/.claude/skills/moai-essentials-refactor/SKILL.md +0 -113
  133. moai_adk/templates/.claude/skills/moai-essentials-refactor/examples.md +0 -29
  134. moai_adk/templates/.claude/skills/moai-essentials-refactor/reference.md +0 -28
  135. moai_adk/templates/.claude/skills/moai-essentials-review/SKILL.md +0 -113
  136. moai_adk/templates/.claude/skills/moai-essentials-review/examples.md +0 -29
  137. moai_adk/templates/.claude/skills/moai-essentials-review/reference.md +0 -28
  138. moai_adk/templates/.claude/skills/moai-foundation-ears/SKILL.md +0 -116
  139. moai_adk/templates/.claude/skills/moai-foundation-ears/examples.md +0 -29
  140. moai_adk/templates/.claude/skills/moai-foundation-ears/reference.md +0 -28
  141. moai_adk/templates/.claude/skills/moai-foundation-git/SKILL.md +0 -122
  142. moai_adk/templates/.claude/skills/moai-foundation-git/examples.md +0 -29
  143. moai_adk/templates/.claude/skills/moai-foundation-git/reference.md +0 -29
  144. moai_adk/templates/.claude/skills/moai-foundation-langs/SKILL.md +0 -113
  145. moai_adk/templates/.claude/skills/moai-foundation-langs/examples.md +0 -29
  146. moai_adk/templates/.claude/skills/moai-foundation-langs/reference.md +0 -28
  147. moai_adk/templates/.claude/skills/moai-foundation-specs/SKILL.md +0 -113
  148. moai_adk/templates/.claude/skills/moai-foundation-specs/examples.md +0 -29
  149. moai_adk/templates/.claude/skills/moai-foundation-specs/reference.md +0 -28
  150. moai_adk/templates/.claude/skills/moai-foundation-tags/SKILL.md +0 -113
  151. moai_adk/templates/.claude/skills/moai-foundation-tags/examples.md +0 -29
  152. moai_adk/templates/.claude/skills/moai-foundation-tags/reference.md +0 -28
  153. moai_adk/templates/.claude/skills/moai-foundation-trust/SKILL.md +0 -307
  154. moai_adk/templates/.claude/skills/moai-foundation-trust/examples.md +0 -0
  155. moai_adk/templates/.claude/skills/moai-foundation-trust/reference.md +0 -1099
  156. moai_adk/templates/.claude/skills/moai-lang-c/SKILL.md +0 -124
  157. moai_adk/templates/.claude/skills/moai-lang-c/examples.md +0 -29
  158. moai_adk/templates/.claude/skills/moai-lang-c/reference.md +0 -31
  159. moai_adk/templates/.claude/skills/moai-lang-cpp/SKILL.md +0 -124
  160. moai_adk/templates/.claude/skills/moai-lang-cpp/examples.md +0 -29
  161. moai_adk/templates/.claude/skills/moai-lang-cpp/reference.md +0 -31
  162. moai_adk/templates/.claude/skills/moai-lang-csharp/SKILL.md +0 -123
  163. moai_adk/templates/.claude/skills/moai-lang-csharp/examples.md +0 -29
  164. moai_adk/templates/.claude/skills/moai-lang-csharp/reference.md +0 -30
  165. moai_adk/templates/.claude/skills/moai-lang-dart/SKILL.md +0 -123
  166. moai_adk/templates/.claude/skills/moai-lang-dart/examples.md +0 -29
  167. moai_adk/templates/.claude/skills/moai-lang-dart/reference.md +0 -30
  168. moai_adk/templates/.claude/skills/moai-lang-go/SKILL.md +0 -124
  169. moai_adk/templates/.claude/skills/moai-lang-go/examples.md +0 -29
  170. moai_adk/templates/.claude/skills/moai-lang-go/reference.md +0 -31
  171. moai_adk/templates/.claude/skills/moai-lang-java/SKILL.md +0 -124
  172. moai_adk/templates/.claude/skills/moai-lang-java/examples.md +0 -29
  173. moai_adk/templates/.claude/skills/moai-lang-java/reference.md +0 -31
  174. moai_adk/templates/.claude/skills/moai-lang-javascript/SKILL.md +0 -125
  175. moai_adk/templates/.claude/skills/moai-lang-javascript/examples.md +0 -29
  176. moai_adk/templates/.claude/skills/moai-lang-javascript/reference.md +0 -32
  177. moai_adk/templates/.claude/skills/moai-lang-kotlin/SKILL.md +0 -124
  178. moai_adk/templates/.claude/skills/moai-lang-kotlin/examples.md +0 -29
  179. moai_adk/templates/.claude/skills/moai-lang-kotlin/reference.md +0 -31
  180. moai_adk/templates/.claude/skills/moai-lang-php/SKILL.md +0 -123
  181. moai_adk/templates/.claude/skills/moai-lang-php/examples.md +0 -29
  182. moai_adk/templates/.claude/skills/moai-lang-php/reference.md +0 -30
  183. moai_adk/templates/.claude/skills/moai-lang-python/SKILL.md +0 -431
  184. moai_adk/templates/.claude/skills/moai-lang-python/examples.md +0 -624
  185. moai_adk/templates/.claude/skills/moai-lang-python/reference.md +0 -316
  186. moai_adk/templates/.claude/skills/moai-lang-r/SKILL.md +0 -123
  187. moai_adk/templates/.claude/skills/moai-lang-r/examples.md +0 -29
  188. moai_adk/templates/.claude/skills/moai-lang-r/reference.md +0 -30
  189. moai_adk/templates/.claude/skills/moai-lang-ruby/SKILL.md +0 -124
  190. moai_adk/templates/.claude/skills/moai-lang-ruby/examples.md +0 -29
  191. moai_adk/templates/.claude/skills/moai-lang-ruby/reference.md +0 -31
  192. moai_adk/templates/.claude/skills/moai-lang-rust/SKILL.md +0 -124
  193. moai_adk/templates/.claude/skills/moai-lang-rust/examples.md +0 -29
  194. moai_adk/templates/.claude/skills/moai-lang-rust/reference.md +0 -31
  195. moai_adk/templates/.claude/skills/moai-lang-scala/SKILL.md +0 -123
  196. moai_adk/templates/.claude/skills/moai-lang-scala/examples.md +0 -29
  197. moai_adk/templates/.claude/skills/moai-lang-scala/reference.md +0 -30
  198. moai_adk/templates/.claude/skills/moai-lang-shell/SKILL.md +0 -123
  199. moai_adk/templates/.claude/skills/moai-lang-shell/examples.md +0 -29
  200. moai_adk/templates/.claude/skills/moai-lang-shell/reference.md +0 -30
  201. moai_adk/templates/.claude/skills/moai-lang-sql/SKILL.md +0 -124
  202. moai_adk/templates/.claude/skills/moai-lang-sql/examples.md +0 -29
  203. moai_adk/templates/.claude/skills/moai-lang-sql/reference.md +0 -31
  204. moai_adk/templates/.claude/skills/moai-lang-swift/SKILL.md +0 -123
  205. moai_adk/templates/.claude/skills/moai-lang-swift/examples.md +0 -29
  206. moai_adk/templates/.claude/skills/moai-lang-swift/reference.md +0 -30
  207. moai_adk/templates/.claude/skills/moai-lang-typescript/SKILL.md +0 -127
  208. moai_adk/templates/.claude/skills/moai-lang-typescript/examples.md +0 -29
  209. moai_adk/templates/.claude/skills/moai-lang-typescript/reference.md +0 -34
  210. moai_adk/templates/.claude/skills/moai-skill-factory/CHECKLIST.md +0 -482
  211. moai_adk/templates/.claude/skills/moai-skill-factory/EXAMPLES.md +0 -278
  212. moai_adk/templates/.claude/skills/moai-skill-factory/INTERACTIVE-DISCOVERY.md +0 -524
  213. moai_adk/templates/.claude/skills/moai-skill-factory/METADATA.md +0 -477
  214. moai_adk/templates/.claude/skills/moai-skill-factory/PARALLEL-ANALYSIS-REPORT.md +0 -429
  215. moai_adk/templates/.claude/skills/moai-skill-factory/PYTHON-VERSION-MATRIX.md +0 -391
  216. moai_adk/templates/.claude/skills/moai-skill-factory/SKILL-FACTORY-WORKFLOW.md +0 -431
  217. moai_adk/templates/.claude/skills/moai-skill-factory/SKILL-UPDATE-ADVISOR.md +0 -577
  218. moai_adk/templates/.claude/skills/moai-skill-factory/SKILL.md +0 -271
  219. moai_adk/templates/.claude/skills/moai-skill-factory/STEP-BY-STEP-GUIDE.md +0 -466
  220. moai_adk/templates/.claude/skills/moai-skill-factory/STRUCTURE.md +0 -583
  221. moai_adk/templates/.claude/skills/moai-skill-factory/WEB-RESEARCH.md +0 -526
  222. moai_adk/templates/.claude/skills/moai-skill-factory/reference.md +0 -465
  223. moai_adk/templates/.claude/skills/moai-skill-factory/scripts/generate-structure.sh +0 -328
  224. moai_adk/templates/.claude/skills/moai-skill-factory/scripts/validate-skill.sh +0 -312
  225. moai_adk/templates/.claude/skills/moai-skill-factory/templates/SKILL_TEMPLATE.md +0 -245
  226. moai_adk/templates/.claude/skills/moai-skill-factory/templates/examples-template.md +0 -285
  227. moai_adk/templates/.claude/skills/moai-skill-factory/templates/reference-template.md +0 -278
  228. moai_adk/templates/.claude/skills/moai-skill-factory/templates/scripts-template.sh +0 -303
  229. moai_adk/templates/.claude/skills/moai-spec-authoring/README.md +0 -137
  230. moai_adk/templates/.claude/skills/moai-spec-authoring/SKILL.md +0 -219
  231. moai_adk/templates/.claude/skills/moai-spec-authoring/examples/validate-spec.sh +0 -161
  232. moai_adk/templates/.claude/skills/moai-spec-authoring/examples.md +0 -541
  233. moai_adk/templates/.claude/skills/moai-spec-authoring/reference.md +0 -622
  234. moai_adk/templates/.github/workflows/tag-report.yml +0 -261
  235. moai_adk/templates/.moai/config.json +0 -113
  236. moai_adk/templates/.moai/docs/quick-issue-creation-guide.md +0 -219
  237. moai_adk/templates/.moai/hooks/install.sh +0 -79
  238. moai_adk/templates/.moai/hooks/pre-commit.sh +0 -66
  239. moai_adk/templates/.moai/memory/CLAUDE-AGENTS-GUIDE.md +0 -208
  240. moai_adk/templates/.moai/memory/CLAUDE-PRACTICES.md +0 -369
  241. moai_adk/templates/.moai/memory/CLAUDE-RULES.md +0 -539
  242. moai_adk/templates/.moai/memory/DEVELOPMENT-GUIDE.md +0 -344
  243. moai_adk/templates/.moai/memory/GITFLOW-PROTECTION-POLICY.md +0 -220
  244. moai_adk/templates/.moai/memory/ISSUE-LABEL-MAPPING.md +0 -150
  245. moai_adk/templates/.moai/memory/SKILLS-DESCRIPTION-POLICY.md +0 -218
  246. moai_adk/templates/.moai/memory/SPEC-METADATA.md +0 -356
  247. moai_adk/templates/.moai/memory/gitflow-protection-policy.md +0 -220
  248. moai_adk/templates/.moai/memory/spec-metadata.md +0 -356
  249. moai_adk/templates/.moai/project/product.md +0 -161
  250. moai_adk/templates/.moai/project/structure.md +0 -156
  251. moai_adk/templates/.moai/project/tech.md +0 -227
  252. moai_adk/templates/src/moai_adk/core/__init__.py +0 -5
  253. moai_adk/templates/src/moai_adk/core/tags/__init__.py +0 -86
  254. moai_adk/templates/src/moai_adk/core/tags/ci_validator.py +0 -433
  255. moai_adk/templates/src/moai_adk/core/tags/cli.py +0 -283
  256. moai_adk/templates/src/moai_adk/core/tags/validator.py +0 -897
  257. moai_adk-0.9.1.dist-info/RECORD +0 -320
  258. {moai_adk-0.9.1.dist-info → moai_adk-0.11.0.dist-info}/WHEEL +0 -0
  259. {moai_adk-0.9.1.dist-info → moai_adk-0.11.0.dist-info}/entry_points.txt +0 -0
  260. {moai_adk-0.9.1.dist-info → moai_adk-0.11.0.dist-info}/licenses/LICENSE +0 -0
@@ -1,150 +0,0 @@
1
- # 📌 GitHub Issue Label Mapping Configuration
2
-
3
- > **MoAI-ADK Label Management** - Centralized configuration for issue type labels and priority indicators
4
-
5
- **Version**: 1.0.0
6
- **Related**: `/alfred:9-feedback`
7
-
8
- ---
9
-
10
- ## 🏷️ Issue Type Label Mapping
11
-
12
- ### Bug Issues (`--bug`)
13
-
14
- **Primary Labels**: `bug`, `reported`
15
-
16
- **Optional Labels** (based on priority):
17
- - `priority-critical` - System down, data loss risk
18
- - `priority-high` - Major feature broken
19
- - `priority-medium` - Normal bug
20
- - `priority-low` - Minor issue
21
-
22
- ---
23
-
24
- ### Feature Request Issues (`--feature`)
25
-
26
- **Primary Labels**: `feature-request`, `enhancement`
27
-
28
- **Optional Labels** (based on priority):
29
- - `priority-critical` - Blocking, must implement immediately
30
- - `priority-high` - Important feature
31
- - `priority-medium` - Normal priority feature (default)
32
- - `priority-low` - Nice to have
33
-
34
- ---
35
-
36
- ### Improvement Issues (`--improvement`)
37
-
38
- **Primary Labels**: `improvement`, `enhancement`
39
-
40
- **Optional Labels** (based on priority):
41
- - `priority-critical` - Critical refactoring needed
42
- - `priority-high` - Important improvement
43
- - `priority-medium` - Normal priority (default)
44
- - `priority-low` - Technical debt, can wait
45
-
46
- ---
47
-
48
- ### Question/Discussion Issues (`--question`)
49
-
50
- **Primary Labels**: `question`, `help-wanted`
51
-
52
- **Optional Labels** (based on priority):
53
- - `priority-critical` - Urgent decision needed
54
- - `priority-high` - Important decision
55
- - `priority-medium` - Normal discussion (default)
56
- - `priority-low` - Optional discussion
57
-
58
- ---
59
-
60
- ## 🎯 Priority Emoji Mapping
61
-
62
- | Priority | Emoji | Use Case |
63
- |----------|-------|----------|
64
- | Critical | 🔴 | System outage, data loss, security breach |
65
- | High | 🟠 | Major feature broken, significant impact |
66
- | Medium | 🟡 | Normal bugs/features (default) |
67
- | Low | 🟢 | Minor issues, nice-to-have features |
68
-
69
- ---
70
-
71
- ## 🚀 Issue Type Emoji Mapping
72
-
73
- | Type | Emoji | Description |
74
- |------|-------|-------------|
75
- | Bug | 🐛 | Defect or unexpected behavior |
76
- | Feature | ✨ | New functionality or capability |
77
- | Improvement | ⚡ | Code quality, performance, or design improvement |
78
- | Question | ❓ | Question, discussion, or decision needed |
79
-
80
- ---
81
-
82
- ## 🛠️ GitHub Labels Setup
83
-
84
- To create labels in your GitHub repository, use GitHub CLI:
85
-
86
- ```bash
87
- # Authenticate first
88
- gh auth login
89
-
90
- # Create bug labels
91
- gh label create "bug" \
92
- --description "Something isn't working" \
93
- --color "d73a49"
94
-
95
- gh label create "reported" \
96
- --description "User-reported issue" \
97
- --color "fc2929"
98
-
99
- # Create feature labels
100
- gh label create "feature-request" \
101
- --description "New feature or request" \
102
- --color "a2eeef"
103
-
104
- gh label create "enhancement" \
105
- --description "Improvement or enhancement" \
106
- --color "0075ca"
107
-
108
- # Create improvement label
109
- gh label create "improvement" \
110
- --description "Performance or code quality improvement" \
111
- --color "5ebcf6"
112
-
113
- # Create question labels
114
- gh label create "question" \
115
- --description "Question for discussion" \
116
- --color "fbca04"
117
-
118
- gh label create "help-wanted" \
119
- --description "We need help with this" \
120
- --color "fcfc03"
121
-
122
- # Create priority labels
123
- gh label create "priority-critical" \
124
- --description "Critical priority - URGENT" \
125
- --color "ff0000"
126
-
127
- gh label create "priority-high" \
128
- --description "High priority" \
129
- --color "ff6600"
130
-
131
- gh label create "priority-medium" \
132
- --description "Medium priority" \
133
- --color "ffcc00"
134
-
135
- gh label create "priority-low" \
136
- --description "Low priority" \
137
- --color "00cc00"
138
- ```
139
-
140
- ---
141
-
142
- ## ✨ Summary
143
-
144
- This configuration enables:
145
- - ✅ **Standardized issue labels** across all issue types
146
- - ✅ **Priority indicators** with emoji for visual identification
147
- - ✅ **Type emoji** for quick issue categorization
148
- - ✅ **Automated label assignment** via `/alfred:9-feedback`
149
-
150
- For more information, see `.moai/docs/quick-issue-creation-guide.md`
@@ -1,218 +0,0 @@
1
- # Skills Description 개선 정책
2
-
3
- > MoAI-ADK의 모든 Skills에 적용되는 description 작성 표준
4
-
5
- ---
6
-
7
- ## 🎯 설명 (Description) 작성 원칙
8
-
9
- ### 1. 기본 구조
10
-
11
- 모든 Skill의 description은 다음 3가지를 포함해야 합니다:
12
-
13
- ```
14
- [What it does]: 간단한 기능 설명 (8-12 단어)
15
- [Key capabilities]: 핵심 기능 목록 (2-3개)
16
- [When to use]: 사용 시점 (3-5개 트리거 키워드, "Use when" 사용)
17
- ```
18
-
19
- ### 2. 작성 템플릿
20
-
21
- **기본 템플릿**:
22
- ```
23
- description: [기능 설명]. [핵심 기능]. Use when [트리거1], [트리거2], or [트리거3].
24
- ```
25
-
26
- **확장 템플릿** (필요 시):
27
- ```
28
- description: [기능 설명]. [핵심 기능1], [핵심 기능2]. Use when [트리거1], [트리거2], [트리거3], or [트리거4]. Automatically activates [연관 Skills] for [목적].
29
- ```
30
-
31
- ### 3. Skills 카테고리별 템플릿
32
-
33
- #### Foundation Skills (moai-foundation-*)
34
- ```
35
- description: [기능]. [핵심 기능 (예: validation, authoring)]. Use when [작업1], [작업2], [작업3], or [작업4].
36
- ```
37
- **예시**:
38
- - ✅ "Validates SPEC YAML frontmatter (7 required fields) and HISTORY section. Use when creating SPEC documents, validating SPEC metadata, checking SPEC structure, or authoring specifications."
39
- - ❌ "SPEC metadata validation" (너무 짧음)
40
-
41
- #### Alfred Skills (moai-alfred-*)
42
- ```
43
- description: [기능]. [핵심 능력]. Use when [검증/분석/관리 대상], [조건], or [상황]. Automatically activates [연관 Skills] for [목적].
44
- ```
45
- **예시**:
46
- - ✅ "Validates TRUST 5-principles (Test 85%+, Code constraints, Architecture unity, Security, TAG trackability). Use when validating code quality, checking TRUST compliance, verifying test coverage, or analyzing security patterns. Automatically activates moai-foundation-trust and language-specific skills for comprehensive validation."
47
- - ❌ "TRUST validation" (너무 짧고 트리거 키워드 없음)
48
-
49
- #### Language Skills (moai-lang-*)
50
- ```
51
- description: [언어] best practices with [주요 도구]. Use when [개발 활동], [패턴], or [특수 케이스].
52
- ```
53
- **예시**:
54
- - ✅ "Python best practices with pytest, mypy, ruff, black. Use when writing Python code, implementing tests, type-checking, formatting code, or following PEP standards."
55
- - ❌ "Python best practices" (너무 일반적)
56
-
57
- #### Domain Skills (moai-domain-*)
58
- ```
59
- description: [도메인] development with [주요 기술/패턴]. Use when [도메인 활동1], [도메인 활동2], or [특수 상황].
60
- ```
61
- **예시**:
62
- - ✅ "Backend API development with REST patterns, authentication, error handling. Use when designing REST APIs, implementing authentication, or building backend services."
63
- - ❌ "Backend development" (구체성 부족)
64
-
65
- ### 4. 트리거 키워드 가이드
66
-
67
- #### 작업 중심 키워드
68
- - "creating [artifact]", "writing [code/docs]", "implementing [feature]"
69
- - "validating [aspect]", "checking [quality]", "verifying [compliance]"
70
- - "analyzing [code/data]", "debugging [issue]", "diagnosing [problem]"
71
-
72
- #### 조건 중심 키워드
73
- - "when working with [file type/framework]"
74
- - "when developing [feature/component]"
75
- - "when applying [pattern/practice]"
76
-
77
- #### 상황 중심 키워드
78
- - "for [workflow/process]", "during [phase/stage]"
79
- - "to [achieve goal/outcome]"
80
-
81
- ### 5. 금지 사항 (Anti-patterns)
82
-
83
- ❌ **너무 짧음**:
84
- ```
85
- description: Helps with documents
86
- ```
87
-
88
- ❌ **트리거 키워드 없음**:
89
- ```
90
- description: PDF processing tool
91
- ```
92
-
93
- ❌ **"I can", "You can" 사용** (첫 인칭 회피):
94
- ```
95
- description: I help you process Excel files
96
- ```
97
-
98
- ❌ **기술적 세부사항만**:
99
- ```
100
- description: Uses pdfplumber library
101
- ```
102
-
103
- ---
104
-
105
- ## 📊 Skills 목록별 개선 체크리스트
106
-
107
- ### Priority 1: Foundation Skills (7개)
108
- - [ ] moai-foundation-specs ✅ 완료
109
- - [ ] moai-foundation-ears ✅ 완료
110
- - [ ] moai-foundation-tags
111
- - [ ] moai-foundation-trust
112
- - [ ] moai-foundation-langs
113
- - [ ] moai-claude-code
114
- - [ ] moai-foundation-git
115
-
116
- ### Priority 2: Alfred Skills (10개)
117
- - [ ] moai-alfred-tag-scanning
118
- - [ ] moai-alfred-trust-validation
119
- - [ ] moai-alfred-spec-metadata-validation
120
- - [ ] moai-alfred-code-reviewer
121
- - [ ] moai-alfred-git-workflow
122
- - [ ] moai-alfred-ears-authoring
123
- - [ ] moai-alfred-debugger-pro
124
- - [ ] moai-alfred-language-detection
125
- - [ ] moai-alfred-performance-optimizer
126
- - [ ] moai-alfred-refactoring-coach
127
-
128
- ### Priority 3: Language Skills (20개)
129
- - moai-lang-typescript
130
- - moai-lang-python
131
- - moai-lang-go
132
- - moai-lang-rust
133
- - moai-lang-java
134
- - ... (14개 더)
135
-
136
- ### Priority 4: Domain Skills (12개)
137
- - moai-domain-backend
138
- - moai-domain-frontend
139
- - moai-domain-web-api
140
- - moai-domain-database
141
- - ... (8개 더)
142
-
143
- ### Priority 5: Essentials Skills (4개)
144
- - moai-essentials-debug
145
- - moai-essentials-review
146
- - moai-essentials-refactor
147
- - moai-essentials-perf
148
-
149
- ---
150
-
151
- ## 🔧 개선 방법
152
-
153
- ### 방법 1: 개별 Edit (고품질)
154
- 각 Skill의 `description` 필드를 수작업 Edit
155
- - 이점: 각 Skill에 최적화된 description
156
- - 단점: 시간이 오래 걸림 (60+ Skills)
157
-
158
- ### 방법 2: 정책 기반 일괄 개선 (효율성)
159
- 템플릿을 기반으로 Pattern matching으로 우선순위별 개선
160
- 1. Priority 1-2: 개별 Edit (가장 중요)
161
- 2. Priority 3-5: 템플릿 기반 일괄 적용
162
-
163
- ### 현재 진행 상태
164
- - ✅ moai-foundation-specs (Priority 1)
165
- - ✅ moai-foundation-ears (Priority 1)
166
- - ⏳ 나머지 50+ Skills (Priority 2-5)
167
-
168
- ---
169
-
170
- ## 📝 작성 예시
171
-
172
- ### 좋은 예시
173
-
174
- #### Foundation Skill
175
- ```yaml
176
- description: Validates SPEC YAML frontmatter (7 required fields id, version, status, created, updated, author, priority) and HISTORY section. Use when creating SPEC documents, validating SPEC metadata, checking SPEC structure, or authoring specifications.
177
- ```
178
-
179
- #### Alfred Skill
180
- ```yaml
181
- description: Generates descriptive commit messages by analyzing git diffs. Use when writing commit messages, reviewing staged changes, or summarizing code modifications. Automatically activates git-workflow skill for advanced patterns.
182
- ```
183
-
184
- #### Language Skill
185
- ```yaml
186
- description: TypeScript best practices with Vitest, Biome, strict typing. Use when implementing TypeScript code, writing tests, checking code quality, or applying type safety patterns.
187
- ```
188
-
189
- #### Domain Skill
190
- ```yaml
191
- description: REST API design patterns with authentication, versioning, error handling. Use when designing REST APIs, implementing authentication, building backend services, or managing API versions.
192
- ```
193
-
194
- ### 수정 전 vs 수정 후
195
-
196
- | Skill | Before | After |
197
- |-------|--------|-------|
198
- | moai-foundation-specs | "Validates SPEC YAML frontmatter (7 required fields) and HISTORY section" | "Validates SPEC YAML frontmatter (7 required fields id, version, status, created, updated, author, priority) and HISTORY section. Use when creating SPEC documents, validating SPEC metadata, checking SPEC structure, or authoring specifications." |
199
- | moai-foundation-ears | "EARS requirement authoring guide (Ubiquitous/Event/State/Optional/Constraints)" | "EARS requirement authoring guide covering Ubiquitous/Event/State/Optional/Constraints syntax patterns. Use when writing requirements, authoring specifications, defining system behavior, or creating functional requirements." |
200
-
201
- ---
202
-
203
- ## ✅ 최종 검증 체크리스트
204
-
205
- 각 Skill의 description이 다음을 만족하는지 확인:
206
-
207
- - [ ] **"What it does"**: 명확한 기능 설명 (명사 + 동사)
208
- - [ ] **"Use when"**: 3~5개 구체적 트리거 키워드 포함
209
- - [ ] **길이**: 한 줄 (150-200 자 권장)
210
- - [ ] **관계**: 연관된 Skills 명시 (선택)
211
- - [ ] **발견성**: 검색 키워드 포함 (sub-agent가 발견 가능)
212
- - [ ] **첫 인칭 회피**: "I", "You", "Our" 사용 안 함
213
- - [ ] **기술 중심성 회피**: 라이브러리/도구명보다 기능/목적 우선
214
-
215
- ---
216
-
217
- **작성일**: 2025-10-20
218
- **최종 업데이트**: Phase 2 진행 중