moai-adk 0.4.7__tar.gz → 0.4.10__tar.gz
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.
- {moai_adk-0.4.7 → moai_adk-0.4.10}/PKG-INFO +542 -150
- {moai_adk-0.4.7 → moai_adk-0.4.10}/README.md +541 -149
- {moai_adk-0.4.7 → moai_adk-0.4.10}/pyproject.toml +1 -1
- moai_adk-0.4.10/src/moai_adk/templates/.claude/agents/alfred/cc-manager.md +285 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/agents/alfred/debug-helper.md +4 -5
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/agents/alfred/doc-syncer.md +2 -2
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/agents/alfred/git-manager.md +2 -2
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/agents/alfred/implementation-planner.md +3 -3
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/agents/alfred/project-manager.md +6 -6
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/agents/alfred/quality-gate.md +4 -6
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/agents/alfred/skill-factory.md +36 -36
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/agents/alfred/spec-builder.md +2 -2
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/agents/alfred/tag-agent.md +2 -2
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/agents/alfred/tdd-implementer.md +3 -3
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/agents/alfred/trust-checker.md +5 -5
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/commands/alfred/0-project.md +98 -42
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/commands/alfred/1-plan.md +7 -7
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/commands/alfred/2-run.md +36 -36
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/commands/alfred/3-sync.md +10 -10
- moai_adk-0.4.10/src/moai_adk/templates/.claude/hooks/alfred/HOOK_SCHEMA_VALIDATION.md +313 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/hooks/alfred/alfred_hooks.py +14 -1
- moai_adk-0.4.10/src/moai_adk/templates/.claude/hooks/alfred/core/__init__.py +169 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/hooks/alfred/handlers/session.py +8 -9
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/hooks/alfred/handlers/tool.py +6 -6
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/hooks/alfred/handlers/user.py +5 -4
- moai_adk-0.4.10/src/moai_adk/templates/.claude/hooks/alfred/test_hook_output.py +175 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/output-styles/alfred/agentic-coding.md +1 -1
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/output-styles/alfred/moai-adk-learning.md +1 -1
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/output-styles/alfred/study-with-alfred.md +1 -1
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/settings.json +42 -2
- moai_adk-0.4.10/src/moai_adk/templates/.claude/skills/moai-alfred-interactive-questions/SKILL.md +480 -0
- moai_adk-0.4.10/src/moai_adk/templates/.claude/skills/moai-alfred-interactive-questions/examples.md +257 -0
- moai_adk-0.4.10/src/moai_adk/templates/.claude/skills/moai-alfred-interactive-questions/reference.md +120 -0
- moai_adk-0.4.10/src/moai_adk/templates/.claude/skills/moai-cc-agents/SKILL.md +249 -0
- moai_adk-0.4.10/src/moai_adk/templates/.claude/skills/moai-cc-agents/templates/agent-template.md +32 -0
- moai_adk-0.4.10/src/moai_adk/templates/.claude/skills/moai-cc-claude-md/SKILL.md +278 -0
- moai_adk-0.4.10/src/moai_adk/templates/.claude/skills/moai-cc-claude-md/templates/CLAUDE-template.md +26 -0
- moai_adk-0.4.10/src/moai_adk/templates/.claude/skills/moai-cc-commands/SKILL.md +287 -0
- moai_adk-0.4.10/src/moai_adk/templates/.claude/skills/moai-cc-commands/templates/command-template.md +21 -0
- moai_adk-0.4.10/src/moai_adk/templates/.claude/skills/moai-cc-hooks/SKILL.md +232 -0
- moai_adk-0.4.10/src/moai_adk/templates/.claude/skills/moai-cc-hooks/scripts/pre-bash-check.sh +19 -0
- moai_adk-0.4.10/src/moai_adk/templates/.claude/skills/moai-cc-hooks/scripts/preserve-permissions.sh +19 -0
- moai_adk-0.4.10/src/moai_adk/templates/.claude/skills/moai-cc-hooks/scripts/validate-bash-command.py +24 -0
- moai_adk-0.4.10/src/moai_adk/templates/.claude/skills/moai-cc-mcp-plugins/SKILL.md +179 -0
- moai_adk-0.4.10/src/moai_adk/templates/.claude/skills/moai-cc-mcp-plugins/templates/settings-mcp-template.json +39 -0
- moai_adk-0.4.10/src/moai_adk/templates/.claude/skills/moai-cc-memory/SKILL.md +296 -0
- moai_adk-0.4.10/src/moai_adk/templates/.claude/skills/moai-cc-memory/templates/session-summary-template.md +18 -0
- moai_adk-0.4.10/src/moai_adk/templates/.claude/skills/moai-cc-settings/SKILL.md +243 -0
- moai_adk-0.4.10/src/moai_adk/templates/.claude/skills/moai-cc-settings/templates/settings-complete-template.json +30 -0
- moai_adk-0.4.10/src/moai_adk/templates/.claude/skills/moai-cc-skills/SKILL.md +271 -0
- moai_adk-0.4.10/src/moai_adk/templates/.claude/skills/moai-cc-skills/templates/SKILL-template.md +15 -0
- moai_adk-0.4.10/src/moai_adk/templates/.claude/skills/moai-skill-factory/EXAMPLES.md +278 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-skill-factory/INTERACTIVE-DISCOVERY.md +15 -15
- moai_adk-0.4.10/src/moai_adk/templates/.claude/skills/moai-skill-factory/PARALLEL-ANALYSIS-REPORT.md +429 -0
- moai_adk-0.4.10/src/moai_adk/templates/.claude/skills/moai-skill-factory/PYTHON-VERSION-MATRIX.md +391 -0
- moai_adk-0.4.10/src/moai_adk/templates/.claude/skills/moai-skill-factory/SKILL-FACTORY-WORKFLOW.md +431 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-skill-factory/SKILL.md +33 -33
- moai_adk-0.4.10/src/moai_adk/templates/.claude/skills/moai-skill-factory/STEP-BY-STEP-GUIDE.md +466 -0
- moai_adk-0.4.10/src/moai_adk/templates/.claude/skills/moai-skill-factory/reference.md +465 -0
- moai_adk-0.4.10/src/moai_adk/templates/.claude/skills/moai-spec-authoring/README.md +129 -0
- moai_adk-0.4.10/src/moai_adk/templates/.claude/skills/moai-spec-authoring/SKILL.md +1300 -0
- moai_adk-0.4.10/src/moai_adk/templates/.claude/skills/moai-spec-authoring/examples/validate-spec.sh +161 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/CLAUDE.md +111 -92
- moai_adk-0.4.7/src/moai_adk/templates/.claude/agents/alfred/cc-manager.md +0 -1051
- moai_adk-0.4.7/src/moai_adk/templates/.claude/hooks/alfred/core/__init__.py +0 -85
- moai_adk-0.4.7/src/moai_adk/templates/.claude/skills/moai-alfred-code-reviewer/SKILL.md +0 -113
- moai_adk-0.4.7/src/moai_adk/templates/.claude/skills/moai-alfred-code-reviewer/examples.md +0 -29
- moai_adk-0.4.7/src/moai_adk/templates/.claude/skills/moai-alfred-code-reviewer/reference.md +0 -28
- moai_adk-0.4.7/src/moai_adk/templates/.claude/skills/moai-alfred-debugger-pro/SKILL.md +0 -113
- moai_adk-0.4.7/src/moai_adk/templates/.claude/skills/moai-alfred-debugger-pro/examples.md +0 -29
- moai_adk-0.4.7/src/moai_adk/templates/.claude/skills/moai-alfred-debugger-pro/reference.md +0 -28
- moai_adk-0.4.7/src/moai_adk/templates/.claude/skills/moai-alfred-performance-optimizer/SKILL.md +0 -113
- moai_adk-0.4.7/src/moai_adk/templates/.claude/skills/moai-alfred-performance-optimizer/examples.md +0 -29
- moai_adk-0.4.7/src/moai_adk/templates/.claude/skills/moai-alfred-performance-optimizer/reference.md +0 -28
- moai_adk-0.4.7/src/moai_adk/templates/.claude/skills/moai-alfred-refactoring-coach/SKILL.md +0 -113
- moai_adk-0.4.7/src/moai_adk/templates/.claude/skills/moai-alfred-refactoring-coach/examples.md +0 -29
- moai_adk-0.4.7/src/moai_adk/templates/.claude/skills/moai-alfred-refactoring-coach/reference.md +0 -28
- moai_adk-0.4.7/src/moai_adk/templates/.claude/skills/moai-alfred-tui-survey/SKILL.md +0 -635
- moai_adk-0.4.7/src/moai_adk/templates/.claude/skills/moai-alfred-tui-survey/examples.md +0 -992
- moai_adk-0.4.7/src/moai_adk/templates/.claude/skills/moai-alfred-tui-survey/reference.md +0 -801
- moai_adk-0.4.7/src/moai_adk/templates/.claude/skills/moai-claude-code/SKILL.md +0 -121
- moai_adk-0.4.7/src/moai_adk/templates/.claude/skills/moai-claude-code/examples.md +0 -29
- moai_adk-0.4.7/src/moai_adk/templates/.claude/skills/moai-claude-code/reference.md +0 -28
- moai_adk-0.4.7/src/moai_adk/templates/.claude/skills/moai-claude-code/templates/agent-full.md +0 -332
- moai_adk-0.4.7/src/moai_adk/templates/.claude/skills/moai-claude-code/templates/command-full.md +0 -384
- moai_adk-0.4.7/src/moai_adk/templates/.claude/skills/moai-claude-code/templates/plugin-full.json +0 -363
- moai_adk-0.4.7/src/moai_adk/templates/.claude/skills/moai-claude-code/templates/settings-full.json +0 -595
- moai_adk-0.4.7/src/moai_adk/templates/.claude/skills/moai-claude-code/templates/skill-full.md +0 -496
- moai_adk-0.4.7/src/moai_adk/templates/.claude/skills/moai-lang-clojure/SKILL.md +0 -123
- moai_adk-0.4.7/src/moai_adk/templates/.claude/skills/moai-lang-clojure/examples.md +0 -29
- moai_adk-0.4.7/src/moai_adk/templates/.claude/skills/moai-lang-clojure/reference.md +0 -30
- moai_adk-0.4.7/src/moai_adk/templates/.claude/skills/moai-lang-elixir/SKILL.md +0 -124
- moai_adk-0.4.7/src/moai_adk/templates/.claude/skills/moai-lang-elixir/examples.md +0 -29
- moai_adk-0.4.7/src/moai_adk/templates/.claude/skills/moai-lang-elixir/reference.md +0 -31
- moai_adk-0.4.7/src/moai_adk/templates/.claude/skills/moai-lang-haskell/SKILL.md +0 -124
- moai_adk-0.4.7/src/moai_adk/templates/.claude/skills/moai-lang-haskell/examples.md +0 -29
- moai_adk-0.4.7/src/moai_adk/templates/.claude/skills/moai-lang-haskell/reference.md +0 -31
- moai_adk-0.4.7/src/moai_adk/templates/.claude/skills/moai-lang-julia/SKILL.md +0 -123
- moai_adk-0.4.7/src/moai_adk/templates/.claude/skills/moai-lang-julia/examples.md +0 -29
- moai_adk-0.4.7/src/moai_adk/templates/.claude/skills/moai-lang-julia/reference.md +0 -30
- moai_adk-0.4.7/src/moai_adk/templates/.claude/skills/moai-lang-lua/SKILL.md +0 -123
- moai_adk-0.4.7/src/moai_adk/templates/.claude/skills/moai-lang-lua/examples.md +0 -29
- moai_adk-0.4.7/src/moai_adk/templates/.claude/skills/moai-lang-lua/reference.md +0 -30
- moai_adk-0.4.7/src/moai_adk/templates/.claude/skills/moai-skill-factory/EXAMPLES.md +0 -52
- moai_adk-0.4.7/src/moai_adk/templates/.claude/skills/moai-skill-factory/reference.md +0 -69
- {moai_adk-0.4.7 → moai_adk-0.4.10}/.gitignore +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/LICENSE +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/__init__.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/__main__.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/cli/__init__.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/cli/commands/__init__.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/cli/commands/backup.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/cli/commands/doctor.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/cli/commands/init.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/cli/commands/status.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/cli/commands/update.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/cli/main.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/cli/prompts/__init__.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/cli/prompts/init_prompts.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/core/__init__.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/core/diagnostics/__init__.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/core/diagnostics/slash_commands.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/core/git/__init__.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/core/git/branch.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/core/git/branch_manager.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/core/git/checkpoint.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/core/git/commit.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/core/git/event_detector.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/core/git/manager.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/core/project/__init__.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/core/project/backup_utils.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/core/project/checker.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/core/project/detector.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/core/project/initializer.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/core/project/phase_executor.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/core/project/validator.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/core/quality/__init__.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/core/quality/trust_checker.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/core/quality/validators/__init__.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/core/quality/validators/base_validator.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/core/template/__init__.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/core/template/backup.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/core/template/config.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/core/template/languages.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/core/template/merger.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/core/template/processor.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/hooks/alfred/README.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/hooks/alfred/core/checkpoint.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/hooks/alfred/core/context.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/hooks/alfred/core/project.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/hooks/alfred/handlers/__init__.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/hooks/alfred/handlers/notification.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-alfred-ears-authoring/SKILL.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-alfred-ears-authoring/examples.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-alfred-ears-authoring/reference.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-alfred-git-workflow/SKILL.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-alfred-git-workflow/examples.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-alfred-git-workflow/reference.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-alfred-language-detection/SKILL.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-alfred-language-detection/examples.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-alfred-language-detection/reference.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-alfred-spec-metadata-validation/SKILL.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-alfred-spec-metadata-validation/examples.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-alfred-spec-metadata-validation/reference.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-alfred-tag-scanning/SKILL.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-alfred-tag-scanning/examples.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-alfred-tag-scanning/reference.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-alfred-trust-validation/SKILL.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-alfred-trust-validation/examples.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-alfred-trust-validation/reference.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-domain-backend/SKILL.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-domain-backend/examples.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-domain-backend/reference.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-domain-cli-tool/SKILL.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-domain-cli-tool/examples.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-domain-cli-tool/reference.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-domain-data-science/SKILL.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-domain-data-science/examples.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-domain-data-science/reference.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-domain-database/SKILL.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-domain-database/examples.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-domain-database/reference.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-domain-devops/SKILL.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-domain-devops/examples.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-domain-devops/reference.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-domain-frontend/SKILL.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-domain-frontend/examples.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-domain-frontend/reference.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-domain-ml/SKILL.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-domain-ml/examples.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-domain-ml/reference.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-domain-mobile-app/SKILL.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-domain-mobile-app/examples.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-domain-mobile-app/reference.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-domain-security/SKILL.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-domain-security/examples.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-domain-security/reference.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-domain-web-api/SKILL.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-domain-web-api/examples.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-domain-web-api/reference.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-essentials-debug/SKILL.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-essentials-debug/examples.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-essentials-debug/reference.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-essentials-perf/SKILL.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-essentials-perf/examples.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-essentials-perf/reference.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-essentials-refactor/SKILL.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-essentials-refactor/examples.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-essentials-refactor/reference.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-essentials-review/SKILL.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-essentials-review/examples.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-essentials-review/reference.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-foundation-ears/SKILL.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-foundation-ears/examples.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-foundation-ears/reference.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-foundation-git/SKILL.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-foundation-git/examples.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-foundation-git/reference.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-foundation-langs/SKILL.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-foundation-langs/examples.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-foundation-langs/reference.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-foundation-specs/SKILL.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-foundation-specs/examples.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-foundation-specs/reference.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-foundation-tags/SKILL.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-foundation-tags/examples.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-foundation-tags/reference.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-foundation-trust/SKILL.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-foundation-trust/examples.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-foundation-trust/reference.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-c/SKILL.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-c/examples.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-c/reference.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-cpp/SKILL.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-cpp/examples.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-cpp/reference.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-csharp/SKILL.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-csharp/examples.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-csharp/reference.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-dart/SKILL.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-dart/examples.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-dart/reference.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-go/SKILL.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-go/examples.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-go/reference.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-java/SKILL.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-java/examples.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-java/reference.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-javascript/SKILL.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-javascript/examples.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-javascript/reference.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-kotlin/SKILL.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-kotlin/examples.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-kotlin/reference.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-php/SKILL.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-php/examples.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-php/reference.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-python/SKILL.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-python/examples.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-python/reference.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-r/SKILL.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-r/examples.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-r/reference.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-ruby/SKILL.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-ruby/examples.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-ruby/reference.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-rust/SKILL.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-rust/examples.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-rust/reference.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-scala/SKILL.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-scala/examples.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-scala/reference.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-shell/SKILL.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-shell/examples.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-shell/reference.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-sql/SKILL.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-sql/examples.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-sql/reference.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-swift/SKILL.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-swift/examples.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-swift/reference.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-typescript/SKILL.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-typescript/examples.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-lang-typescript/reference.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-skill-factory/CHECKLIST.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-skill-factory/METADATA.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-skill-factory/SKILL-UPDATE-ADVISOR.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-skill-factory/STRUCTURE.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-skill-factory/WEB-RESEARCH.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-skill-factory/scripts/generate-structure.sh +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-skill-factory/scripts/validate-skill.sh +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-skill-factory/templates/SKILL_TEMPLATE.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-skill-factory/templates/examples-template.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-skill-factory/templates/reference-template.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.claude/skills/moai-skill-factory/templates/scripts-template.sh +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.github/workflows/moai-gitflow.yml +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.gitignore +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.moai/config.json +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.moai/memory/development-guide.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.moai/memory/gitflow-protection-policy.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.moai/memory/spec-metadata.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.moai/project/product.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.moai/project/structure.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/.moai/project/tech.md +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/templates/__init__.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/utils/__init__.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/utils/banner.py +0 -0
- {moai_adk-0.4.7 → moai_adk-0.4.10}/src/moai_adk/utils/logger.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: moai-adk
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.10
|
|
4
4
|
Summary: MoAI Agentic Development Kit - SPEC-First TDD with Alfred SuperAgent & Complete Skills v2.0
|
|
5
5
|
Project-URL: Homepage, https://github.com/modu-ai/moai-adk
|
|
6
6
|
Project-URL: Repository, https://github.com/modu-ai/moai-adk
|
|
@@ -60,15 +60,16 @@ If you're **new to MoAI-ADK**, start with "What is MoAI-ADK?".
|
|
|
60
60
|
If you want to **get started quickly**, jump straight to "5-Minute Quick Start".
|
|
61
61
|
If you've **already installed it and want to understand the concepts**, we recommend "5 Key Concepts".
|
|
62
62
|
|
|
63
|
-
| Question
|
|
64
|
-
|
|
|
65
|
-
| First time here—what is it?
|
|
66
|
-
| How do I get started?
|
|
67
|
-
| What's the basic flow?
|
|
68
|
-
| What do Plan/Run/Sync commands do? | [Command Cheat Sheet](#command-cheat-sheet)
|
|
69
|
-
| What are SPEC, TDD, TAG?
|
|
70
|
-
| Tell me about agents/Skills
|
|
71
|
-
|
|
|
63
|
+
| Question | Jump To |
|
|
64
|
+
| ---------------------------------- | ------------------------------------------------------------ |
|
|
65
|
+
| First time here—what is it? | [What is MoAI-ADK?](#what-is-moai-adk) |
|
|
66
|
+
| How do I get started? | [5-Minute Quick Start](#5-minute-quick-start) |
|
|
67
|
+
| What's the basic flow? | [Core Workflow (0 → 3)](#core-workflow-0--3) |
|
|
68
|
+
| What do Plan/Run/Sync commands do? | [Command Cheat Sheet](#command-cheat-sheet) |
|
|
69
|
+
| What are SPEC, TDD, TAG? | [5 Key Concepts](#5-key-concepts) |
|
|
70
|
+
| Tell me about agents/Skills | [Sub-agents & Skills Overview](#sub-agents--skills-overview) |
|
|
71
|
+
| I want a 4-week hands-on project | [Second Practice: Mini Kanban Board](#second-practice-mini-kanban-board) |
|
|
72
|
+
| Want to dive deeper? | [Additional Resources](#additional-resources) |
|
|
72
73
|
|
|
73
74
|
---
|
|
74
75
|
|
|
@@ -113,7 +114,7 @@ A single `/alfred:3-sync` command **synchronizes** all code, tests, and document
|
|
|
113
114
|
Every piece of code, test, and documentation gets a `@TAG:ID`. When requirements change later, one command—`rg "@SPEC:AUTH-001"`—**finds all related tests, implementations, and docs**. You gain confidence during refactoring.
|
|
114
115
|
|
|
115
116
|
**5️⃣ Alfred Remembers Context**
|
|
116
|
-
|
|
117
|
+
A team of AI agents collaborate to **remember** your project's structure, decision rationale, and work history. No need to repeat the same questions.
|
|
117
118
|
|
|
118
119
|
### MoAI-ADK's 3 Core Promises
|
|
119
120
|
|
|
@@ -136,14 +137,14 @@ One `/alfred:3-sync` command auto-updates all documentation. README, CHANGELOG,
|
|
|
136
137
|
|
|
137
138
|
Modern AI-powered development faces various challenges. MoAI-ADK **systematically solves** all these problems:
|
|
138
139
|
|
|
139
|
-
| Concern
|
|
140
|
-
|
|
|
141
|
-
| "Can't trust AI code"
|
|
142
|
-
| "Repeating same explanations"
|
|
143
|
-
| "Hard to write prompts"
|
|
144
|
-
| "Documentation always outdated" | Forget to update docs after code changes
|
|
145
|
-
| "Don't know what changed where" | Hard to search code, unclear intent
|
|
146
|
-
| "Team onboarding takes forever" | New members can't grasp code context
|
|
140
|
+
| Concern | Traditional Approach Problem | MoAI-ADK Solution |
|
|
141
|
+
| ------------------------------- | -------------------------------------------------- | ------------------------------------------------------------- |
|
|
142
|
+
| "Can't trust AI code" | Implementation without tests, unclear verification | Enforces SPEC → TEST → CODE order, guarantees 85%+ coverage |
|
|
143
|
+
| "Repeating same explanations" | Context loss, unrecorded project history | Alfred remembers everything, 19 AI team members collaborate |
|
|
144
|
+
| "Hard to write prompts" | Don't know how to write good prompts | `/alfred` commands provide standardized prompts automatically |
|
|
145
|
+
| "Documentation always outdated" | Forget to update docs after code changes | `/alfred:3-sync` auto-syncs with one command |
|
|
146
|
+
| "Don't know what changed where" | Hard to search code, unclear intent | @TAG chain connects SPEC → TEST → CODE → DOC |
|
|
147
|
+
| "Team onboarding takes forever" | New members can't grasp code context | Reading SPEC makes intent immediately clear |
|
|
147
148
|
|
|
148
149
|
### Benefits You Can Experience Right Now
|
|
149
150
|
|
|
@@ -189,7 +190,7 @@ uv tool install moai-adk
|
|
|
189
190
|
|
|
190
191
|
# Verify installation
|
|
191
192
|
moai-adk --version
|
|
192
|
-
# Output: MoAI-ADK v0.4.
|
|
193
|
+
# Output: MoAI-ADK v0.4.10
|
|
193
194
|
```
|
|
194
195
|
|
|
195
196
|
Once installed, you can use the `moai-adk` command anywhere.
|
|
@@ -218,9 +219,9 @@ my-project/
|
|
|
218
219
|
│ ├── specs/ # SPEC files
|
|
219
220
|
│ └── reports/ # Analysis reports
|
|
220
221
|
├── .claude/ # Claude Code automation
|
|
221
|
-
│ ├── agents/ #
|
|
222
|
+
│ ├── agents/ # AI team
|
|
222
223
|
│ ├── commands/ # /alfred commands
|
|
223
|
-
│ ├── skills/ #
|
|
224
|
+
│ ├── skills/ # Claude Skills
|
|
224
225
|
│ └── settings.json
|
|
225
226
|
├── src/ # Implementation code
|
|
226
227
|
├── tests/ # Test code
|
|
@@ -247,7 +248,7 @@ This command performs:
|
|
|
247
248
|
|
|
248
249
|
1. **Collect Project Info**: "Project name?", "Goals?", "Main language?"
|
|
249
250
|
2. **Auto-detect Tech Stack**: Automatically recognizes Python/JavaScript/Go, etc.
|
|
250
|
-
3. **Deploy Skill Packs**: Prepares necessary Skills
|
|
251
|
+
3. **Deploy Skill Packs**: Prepares necessary Skills for your project
|
|
251
252
|
4. **Generate Initial Report**: Project structure, suggested next steps
|
|
252
253
|
|
|
253
254
|
### Step 5: Write First SPEC (about 1 minute)
|
|
@@ -435,12 +436,12 @@ graph TD
|
|
|
435
436
|
|
|
436
437
|
## Command Cheat Sheet
|
|
437
438
|
|
|
438
|
-
| Command
|
|
439
|
-
|
|
|
440
|
-
| `/alfred:0-project`
|
|
441
|
-
| `/alfred:1-plan <description>` | Analyze requirements, draft SPEC, write Plan Board
|
|
442
|
-
| `/alfred:2-run <SPEC-ID>`
|
|
443
|
-
| `/alfred:3-sync`
|
|
439
|
+
| Command | What it does | Key Outputs |
|
|
440
|
+
| ------------------------------ | ----------------------------------------------------------------- | ------------------------------------------------------------------ |
|
|
441
|
+
| `/alfred:0-project` | Collect project description, create config/docs, recommend Skills | `.moai/config.json`, `.moai/project/*`, initial report |
|
|
442
|
+
| `/alfred:1-plan <description>` | Analyze requirements, draft SPEC, write Plan Board | `.moai/specs/SPEC-*/spec.md`, plan/acceptance docs, feature branch |
|
|
443
|
+
| `/alfred:2-run <SPEC-ID>` | Execute TDD, test/implement/refactor, verify quality | `tests/`, `src/` implementation, quality report, TAG connection |
|
|
444
|
+
| `/alfred:3-sync` | Sync docs/README/CHANGELOG, organize TAG/PR status | `docs/`, `.moai/reports/sync-report.md`, Ready PR |
|
|
444
445
|
|
|
445
446
|
> ❗ All commands maintain **Phase 0 (optional) → Phase 1 → Phase 2 → Phase 3** cycle structure. Alfred automatically reports execution status and next-step suggestions.
|
|
446
447
|
|
|
@@ -598,13 +599,14 @@ rg '@TAG:AUTH-001' -n
|
|
|
598
599
|
- **Zero-project Specialists**: Project initialization, language detection, etc. (6)
|
|
599
600
|
- **Built-in Agents**: General questions, codebase exploration (2)
|
|
600
601
|
|
|
601
|
-
**
|
|
602
|
+
**55 Claude Skills**:
|
|
602
603
|
- **Foundation** (6): TRUST/TAG/SPEC/Git/EARS principles
|
|
603
604
|
- **Essentials** (4): Debugging, performance, refactoring, code review
|
|
604
|
-
- **Alfred** (
|
|
605
|
+
- **Alfred** (7): Workflow automation
|
|
605
606
|
- **Domain** (10): Backend, frontend, security, etc.
|
|
606
|
-
- **Language** (
|
|
607
|
+
- **Language** (18): Python, JavaScript, Go, Rust, Java, Kotlin, Swift, Dart, C/C#, Ruby, PHP, SQL, Shell, and more
|
|
607
608
|
- **Ops** (1): Claude Code session management
|
|
609
|
+
- **Other** (2): Skill factory, Spec authoring
|
|
608
610
|
|
|
609
611
|
**How?** `/alfred:*` commands automatically activate the right expert team.
|
|
610
612
|
|
|
@@ -958,135 +960,252 @@ Result:
|
|
|
958
960
|
|
|
959
961
|
## Sub-agents & Skills Overview
|
|
960
962
|
|
|
961
|
-
Alfred works by combining
|
|
963
|
+
Alfred works by combining multiple specialized agents with Claude Skills.
|
|
962
964
|
|
|
963
965
|
### Core Sub-agents (Plan → Run → Sync)
|
|
964
966
|
|
|
965
|
-
| Sub-agent
|
|
966
|
-
|
|
|
967
|
-
| project-manager 📋 | Sonnet | Project initialization, metadata interviews
|
|
968
|
-
| spec-builder 🏗️
|
|
969
|
-
| code-builder 💎
|
|
970
|
-
| doc-syncer 📖
|
|
971
|
-
| tag-agent 🏷️
|
|
972
|
-
| git-manager 🚀
|
|
973
|
-
| debug-helper 🔍
|
|
974
|
-
| trust-checker ✅
|
|
975
|
-
| quality-gate 🛡️
|
|
976
|
-
| cc-manager 🛠️
|
|
967
|
+
| Sub-agent | Model | Role |
|
|
968
|
+
| ----------------- | ------ | ----------------------------------------------------------------------- |
|
|
969
|
+
| project-manager 📋 | Sonnet | Project initialization, metadata interviews |
|
|
970
|
+
| spec-builder 🏗️ | Sonnet | Plan board, EARS SPEC authoring |
|
|
971
|
+
| code-builder 💎 | Sonnet | Performs complete TDD with `implementation-planner` + `tdd-implementer` |
|
|
972
|
+
| doc-syncer 📖 | Haiku | Living Doc, README, CHANGELOG sync |
|
|
973
|
+
| tag-agent 🏷️ | Haiku | TAG inventory, orphan detection |
|
|
974
|
+
| git-manager 🚀 | Haiku | GitFlow, Draft/Ready, Auto Merge |
|
|
975
|
+
| debug-helper 🔍 | Sonnet | Failure analysis, fix-forward strategy |
|
|
976
|
+
| trust-checker ✅ | Haiku | TRUST 5 quality gate |
|
|
977
|
+
| quality-gate 🛡️ | Haiku | Coverage change and release blocker review |
|
|
978
|
+
| cc-manager 🛠️ | Sonnet | Claude Code session optimization, Skill deployment |
|
|
977
979
|
|
|
978
980
|
### Skills (Progressive Disclosure - v0.4 New!)
|
|
979
981
|
|
|
980
|
-
Alfred organizes
|
|
982
|
+
Alfred organizes Claude Skills in a 4-tier architecture using **Progressive Disclosure** to load Just-In-Time only when needed. Each Skill is a production-grade guide stored in `.claude/skills/` directory.
|
|
981
983
|
|
|
982
|
-
#### Foundation Tier
|
|
984
|
+
#### Foundation Tier
|
|
983
985
|
Core skills containing fundamental TRUST/TAG/SPEC/Git/EARS/Language principles
|
|
984
986
|
|
|
985
|
-
| Skill
|
|
986
|
-
|
|
|
987
|
+
| Skill | Description |
|
|
988
|
+
| ----------------------- | ---------------------------------------------------------------------------------- |
|
|
987
989
|
| `moai-foundation-trust` | TRUST 5-principles (Test 85%+, Readable, Unified, Secured, Trackable) verification |
|
|
988
|
-
| `moai-foundation-tags`
|
|
989
|
-
| `moai-foundation-specs` | SPEC YAML frontmatter
|
|
990
|
-
| `moai-foundation-ears`
|
|
991
|
-
| `moai-foundation-git`
|
|
992
|
-
| `moai-foundation-langs` | Project language/framework auto-detection (package.json, pyproject.toml, etc.)
|
|
990
|
+
| `moai-foundation-tags` | @TAG markers scan and inventory generation (CODE-FIRST principle) |
|
|
991
|
+
| `moai-foundation-specs` | SPEC YAML frontmatter validation and HISTORY section management |
|
|
992
|
+
| `moai-foundation-ears` | EARS (Easy Approach to Requirements Syntax) requirements writing guide |
|
|
993
|
+
| `moai-foundation-git` | Git workflow automation (branching, TDD commits, PR management) |
|
|
994
|
+
| `moai-foundation-langs` | Project language/framework auto-detection (package.json, pyproject.toml, etc.) |
|
|
993
995
|
|
|
994
|
-
#### Essentials Tier
|
|
996
|
+
#### Essentials Tier
|
|
995
997
|
Core tools needed for daily development work
|
|
996
998
|
|
|
997
|
-
| Skill
|
|
998
|
-
|
|
|
999
|
-
| `moai-essentials-debug`
|
|
1000
|
-
| `moai-essentials-perf`
|
|
1001
|
-
| `moai-essentials-refactor` | Refactoring guide, design patterns, code improvement strategies
|
|
1002
|
-
| `moai-essentials-review`
|
|
999
|
+
| Skill | Description |
|
|
1000
|
+
| -------------------------- | ---------------------------------------------------------------------- |
|
|
1001
|
+
| `moai-essentials-debug` | Stack trace analysis, error pattern detection, quick diagnosis support |
|
|
1002
|
+
| `moai-essentials-perf` | Performance profiling, bottleneck detection, tuning strategies |
|
|
1003
|
+
| `moai-essentials-refactor` | Refactoring guide, design patterns, code improvement strategies |
|
|
1004
|
+
| `moai-essentials-review` | Automated code review, SOLID principles, code smell detection |
|
|
1003
1005
|
|
|
1004
|
-
#### Alfred Tier
|
|
1006
|
+
#### Alfred Tier
|
|
1005
1007
|
MoAI-ADK internal workflow orchestration skills
|
|
1006
1008
|
|
|
1007
|
-
| Skill
|
|
1008
|
-
|
|
|
1009
|
-
| `moai-alfred-
|
|
1010
|
-
| `moai-alfred-
|
|
1011
|
-
| `moai-alfred-
|
|
1012
|
-
| `moai-alfred-
|
|
1013
|
-
| `moai-alfred-
|
|
1014
|
-
| `moai-alfred-
|
|
1015
|
-
| `moai-alfred-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
| `moai-alfred-trust-validation` | TRUST 5-principles compliance verification (Test 85%+, constraints, security, trackability) |
|
|
1019
|
-
| `moai-alfred-tui-survey` | Claude Code Tools AskUserQuestion TUI menu standardization |
|
|
1020
|
-
|
|
1021
|
-
#### Domain Tier (10)
|
|
1009
|
+
| Skill | Description |
|
|
1010
|
+
| -------------------------------------- | ------------------------------------------------------------------------------------------------------ |
|
|
1011
|
+
| `moai-alfred-ears-authoring` | EARS syntax validation and requirement pattern guidance |
|
|
1012
|
+
| `moai-alfred-git-workflow` | MoAI-ADK conventions (feature branch, TDD commits, Draft PR) automation |
|
|
1013
|
+
| `moai-alfred-language-detection` | Project language/runtime detection and test tool recommendations |
|
|
1014
|
+
| `moai-alfred-spec-metadata-validation` | SPEC YAML frontmatter and HISTORY section consistency validation |
|
|
1015
|
+
| `moai-alfred-tag-scanning` | Complete @TAG marker scan and inventory generation (CODE-FIRST principle) |
|
|
1016
|
+
| `moai-alfred-trust-validation` | TRUST 5-principles compliance verification |
|
|
1017
|
+
| `moai-alfred-interactive-questions` | Claude Code Tools AskUserQuestion TUI menu standardization |
|
|
1018
|
+
|
|
1019
|
+
#### Domain Tier
|
|
1022
1020
|
Specialized domain expertise
|
|
1023
1021
|
|
|
1024
|
-
| Skill
|
|
1025
|
-
|
|
|
1026
|
-
| `moai-domain-backend`
|
|
1027
|
-
| `moai-domain-cli-tool`
|
|
1028
|
-
| `moai-domain-data-science` | Data analysis, visualization, statistical modeling, reproducible research workflows
|
|
1029
|
-
| `moai-domain-database`
|
|
1030
|
-
| `moai-domain-devops`
|
|
1031
|
-
| `moai-domain-frontend`
|
|
1032
|
-
| `moai-domain-ml`
|
|
1033
|
-
| `moai-domain-mobile-app`
|
|
1034
|
-
| `moai-domain-security`
|
|
1035
|
-
| `moai-domain-web-api`
|
|
1036
|
-
|
|
1037
|
-
#### Language Tier
|
|
1022
|
+
| Skill | Description |
|
|
1023
|
+
| -------------------------- | ---------------------------------------------------------------------------------------- |
|
|
1024
|
+
| `moai-domain-backend` | Backend architecture, API design, scaling guide |
|
|
1025
|
+
| `moai-domain-cli-tool` | CLI tool development, argument parsing, POSIX compliance, user-friendly help messages |
|
|
1026
|
+
| `moai-domain-data-science` | Data analysis, visualization, statistical modeling, reproducible research workflows |
|
|
1027
|
+
| `moai-domain-database` | Database design, schema optimization, indexing strategies, migration management |
|
|
1028
|
+
| `moai-domain-devops` | CI/CD pipelines, Docker containerization, Kubernetes orchestration, IaC |
|
|
1029
|
+
| `moai-domain-frontend` | React/Vue/Angular development, state management, performance optimization, accessibility |
|
|
1030
|
+
| `moai-domain-ml` | Machine learning model training, evaluation, deployment, MLOps workflows |
|
|
1031
|
+
| `moai-domain-mobile-app` | Flutter/React Native development, state management, native integration |
|
|
1032
|
+
| `moai-domain-security` | OWASP Top 10, static analysis (SAST), dependency security, secrets management |
|
|
1033
|
+
| `moai-domain-web-api` | REST API, GraphQL design patterns, authentication, versioning, OpenAPI documentation |
|
|
1034
|
+
|
|
1035
|
+
#### Language Tier
|
|
1038
1036
|
Programming language-specific best practices
|
|
1039
1037
|
|
|
1040
|
-
| Skill
|
|
1041
|
-
|
|
|
1042
|
-
| `moai-lang-python`
|
|
1043
|
-
| `moai-lang-typescript` | Vitest, Biome, strict typing, npm/pnpm
|
|
1044
|
-
| `moai-lang-javascript` | Jest, ESLint, Prettier, npm package management
|
|
1045
|
-
| `moai-lang-go`
|
|
1046
|
-
| `moai-lang-rust`
|
|
1047
|
-
| `moai-lang-java`
|
|
1048
|
-
| `moai-lang-kotlin`
|
|
1049
|
-
| `moai-lang-swift`
|
|
1050
|
-
| `moai-lang-dart`
|
|
1051
|
-
| `moai-lang-csharp`
|
|
1052
|
-
| `moai-lang-cpp`
|
|
1053
|
-
| `moai-lang-c`
|
|
1054
|
-
| `moai-lang-scala`
|
|
1055
|
-
| `moai-lang-ruby`
|
|
1056
|
-
| `moai-lang-php`
|
|
1057
|
-
| `moai-lang-sql`
|
|
1058
|
-
| `moai-lang-shell`
|
|
1059
|
-
| `moai-lang-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
| `moai-lang-lua` | busted, luacheck, embedded scripting patterns |
|
|
1063
|
-
| `moai-lang-julia` | Test stdlib, Pkg manager, scientific computing patterns |
|
|
1064
|
-
| `moai-lang-r` | testthat, lintr, data analysis patterns |
|
|
1065
|
-
| `moai-lang-kotlin` | JUnit, Gradle, ktlint, coroutines, extension functions |
|
|
1066
|
-
|
|
1067
|
-
#### Claude Code Ops (1)
|
|
1038
|
+
| Skill | Description |
|
|
1039
|
+
| ---------------------- | --------------------------------------------------------- |
|
|
1040
|
+
| `moai-lang-python` | pytest, mypy, ruff, black, uv package management |
|
|
1041
|
+
| `moai-lang-typescript` | Vitest, Biome, strict typing, npm/pnpm |
|
|
1042
|
+
| `moai-lang-javascript` | Jest, ESLint, Prettier, npm package management |
|
|
1043
|
+
| `moai-lang-go` | go test, golint, gofmt, standard library |
|
|
1044
|
+
| `moai-lang-rust` | cargo test, clippy, rustfmt, ownership/borrow checker |
|
|
1045
|
+
| `moai-lang-java` | JUnit, Maven/Gradle, Checkstyle, Spring Boot patterns |
|
|
1046
|
+
| `moai-lang-kotlin` | JUnit, Gradle, ktlint, coroutines, extension functions |
|
|
1047
|
+
| `moai-lang-swift` | XCTest, SwiftLint, iOS/macOS development patterns |
|
|
1048
|
+
| `moai-lang-dart` | flutter test, dart analyze, Flutter widget patterns |
|
|
1049
|
+
| `moai-lang-csharp` | xUnit, .NET tooling, LINQ, async/await patterns |
|
|
1050
|
+
| `moai-lang-cpp` | Google Test, clang-format, modern C++ (C++17/20) |
|
|
1051
|
+
| `moai-lang-c` | Unity test framework, cppcheck, Make build system |
|
|
1052
|
+
| `moai-lang-scala` | ScalaTest, sbt, functional programming patterns |
|
|
1053
|
+
| `moai-lang-ruby` | RSpec, RuboCop, Bundler, Rails patterns |
|
|
1054
|
+
| `moai-lang-php` | PHPUnit, Composer, PSR standards |
|
|
1055
|
+
| `moai-lang-sql` | Test frameworks, query optimization, migration management |
|
|
1056
|
+
| `moai-lang-shell` | bats, shellcheck, POSIX compliance |
|
|
1057
|
+
| `moai-lang-r` | testthat, lintr, data analysis patterns |
|
|
1058
|
+
|
|
1059
|
+
#### Claude Code Ops
|
|
1068
1060
|
Claude Code session management
|
|
1069
1061
|
|
|
1070
|
-
| Skill
|
|
1071
|
-
|
|
|
1062
|
+
| Skill | Description |
|
|
1063
|
+
| ------------------ | ---------------------------------------------------------------------------------- |
|
|
1072
1064
|
| `moai-claude-code` | Claude Code agents, commands, skills, plugins, settings scaffolding and monitoring |
|
|
1073
1065
|
|
|
1074
|
-
> **v0.4.6 New Feature**:
|
|
1066
|
+
> **v0.4.6 New Feature**: Claude Skills organized in 4-tier architecture (100% complete in v0.4.6). Each Skill loads via Progressive Disclosure only when needed to minimize context cost. Organized in Foundation → Essentials → Alfred → Domain/Language/Ops tiers, with all skills including production-grade documentation and executable TDD examples.
|
|
1075
1067
|
|
|
1076
1068
|
---
|
|
1077
1069
|
|
|
1078
1070
|
## AI Model Selection Guide
|
|
1079
1071
|
|
|
1080
|
-
| Scenario
|
|
1081
|
-
|
|
|
1072
|
+
| Scenario | Default Model | Why |
|
|
1073
|
+
| ---------------------------------------------------- | --------------------- | ----------------------------------------------- |
|
|
1082
1074
|
| Specifications, design, refactoring, problem solving | **Claude 4.5 Sonnet** | Strong in deep reasoning and structured writing |
|
|
1083
|
-
| Document sync, TAG checks, Git automation
|
|
1075
|
+
| Document sync, TAG checks, Git automation | **Claude 4.5 Haiku** | Strong in rapid iteration, string processing |
|
|
1084
1076
|
|
|
1085
1077
|
- Start with Haiku for patterned tasks; switch to Sonnet when complex judgment is needed.
|
|
1086
1078
|
- If you manually change models, noting "why switched" in logs helps collaboration.
|
|
1087
1079
|
|
|
1088
1080
|
---
|
|
1089
1081
|
|
|
1082
|
+
## Claude Code Hooks Guide
|
|
1083
|
+
|
|
1084
|
+
MoAI-ADK provides 4 main **Claude Code Hooks** that seamlessly integrate with your development workflow. These hooks enable automatic checkpoints, JIT context loading, and session monitoring—all happening transparently in the background.
|
|
1085
|
+
|
|
1086
|
+
### What Are Hooks?
|
|
1087
|
+
|
|
1088
|
+
Hooks are **event-driven** scripts that trigger automatically at specific points in your Claude Code session. Think of them as safety guardrails and productivity boosters that work behind the scenes without interrupting your flow.
|
|
1089
|
+
|
|
1090
|
+
### Installed Hooks
|
|
1091
|
+
|
|
1092
|
+
#### 1. SessionStart (Session Initialization)
|
|
1093
|
+
|
|
1094
|
+
**Triggers**: When you start a Claude Code session in your project
|
|
1095
|
+
**Purpose**: Display project status at a glance
|
|
1096
|
+
|
|
1097
|
+
**What You See**:
|
|
1098
|
+
```
|
|
1099
|
+
🚀 MoAI-ADK Session Started
|
|
1100
|
+
Language: Python
|
|
1101
|
+
Branch: develop
|
|
1102
|
+
Changes: 2 files
|
|
1103
|
+
SPEC Progress: 12/25 (48%)
|
|
1104
|
+
```
|
|
1105
|
+
|
|
1106
|
+
**Why It Matters**: Instantly understand your project's current state without running multiple commands.
|
|
1107
|
+
|
|
1108
|
+
#### 2. PreToolUse (Before Tool Execution)
|
|
1109
|
+
|
|
1110
|
+
**Triggers**: Before executing file edits, Bash commands, or MultiEdit operations
|
|
1111
|
+
**Purpose**: Detect risky operations and automatically create safety checkpoints
|
|
1112
|
+
|
|
1113
|
+
**Protection Against**:
|
|
1114
|
+
- `rm -rf` (file deletion)
|
|
1115
|
+
- `git merge`, `git reset --hard` (Git dangerous operations)
|
|
1116
|
+
- Editing critical files (`CLAUDE.md`, `config.json`)
|
|
1117
|
+
- Mass edits (10+ files at once via MultiEdit)
|
|
1118
|
+
|
|
1119
|
+
**What You See**:
|
|
1120
|
+
```
|
|
1121
|
+
🛡️ Checkpoint created: before-delete-20251023-143000
|
|
1122
|
+
Operation: delete
|
|
1123
|
+
```
|
|
1124
|
+
|
|
1125
|
+
**Why It Matters**: Prevents data loss from mistakes. You can always restore from the checkpoint if something goes wrong.
|
|
1126
|
+
|
|
1127
|
+
#### 3. UserPromptSubmit (Prompt Input)
|
|
1128
|
+
|
|
1129
|
+
**Triggers**: When you submit a prompt to Claude
|
|
1130
|
+
**Purpose**: JIT (Just-In-Time) context loading—automatically add relevant files
|
|
1131
|
+
|
|
1132
|
+
**How It Works**:
|
|
1133
|
+
- You type: "Fix AUTH bug"
|
|
1134
|
+
- Hook scans for AUTH-related files
|
|
1135
|
+
- Auto-loads: SPEC, tests, implementation, docs related to AUTH
|
|
1136
|
+
- Claude receives full context without you manually specifying files
|
|
1137
|
+
|
|
1138
|
+
**Why It Matters**: Saves time and ensures Claude has all the relevant context for your request.
|
|
1139
|
+
|
|
1140
|
+
#### 4. SessionEnd (Session Cleanup)
|
|
1141
|
+
|
|
1142
|
+
**Triggers**: When you close your Claude Code session
|
|
1143
|
+
**Purpose**: Cleanup tasks and state preservation
|
|
1144
|
+
|
|
1145
|
+
**Why It Matters**: Ensures clean session transitions and proper state management.
|
|
1146
|
+
|
|
1147
|
+
### Technical Details
|
|
1148
|
+
|
|
1149
|
+
- **Location**: `.claude/hooks/alfred/`
|
|
1150
|
+
- **Environment Variable**: `$CLAUDE_PROJECT_DIR` (dynamically references project root)
|
|
1151
|
+
- **Performance**: Each hook executes in <100ms
|
|
1152
|
+
- **Logging**: Errors output to stderr (stdout reserved for JSON payloads)
|
|
1153
|
+
|
|
1154
|
+
### How to Disable Hooks
|
|
1155
|
+
|
|
1156
|
+
If you need to temporarily disable hooks, edit `.claude/settings.json`:
|
|
1157
|
+
|
|
1158
|
+
```json
|
|
1159
|
+
{
|
|
1160
|
+
"hooks": {
|
|
1161
|
+
"SessionStart": [], // Disabled
|
|
1162
|
+
"PreToolUse": [...] // Still active
|
|
1163
|
+
}
|
|
1164
|
+
}
|
|
1165
|
+
```
|
|
1166
|
+
|
|
1167
|
+
### Troubleshooting
|
|
1168
|
+
|
|
1169
|
+
**Problem: Hook doesn't execute**
|
|
1170
|
+
- ✅ Verify `.claude/settings.json` is properly configured
|
|
1171
|
+
- ✅ Check `uv` is installed: `which uv`
|
|
1172
|
+
- ✅ Ensure hook script has execute permissions: `chmod +x .claude/hooks/alfred/alfred_hooks.py`
|
|
1173
|
+
|
|
1174
|
+
**Problem: Performance degradation**
|
|
1175
|
+
- ✅ Check if any hook exceeds 100ms execution time
|
|
1176
|
+
- ✅ Disable unnecessary hooks
|
|
1177
|
+
- ✅ Review error messages in stderr output
|
|
1178
|
+
|
|
1179
|
+
**Problem: Too many checkpoints created**
|
|
1180
|
+
- ✅ Review PreToolUse trigger conditions
|
|
1181
|
+
- ✅ Adjust detection thresholds in `core/checkpoint.py` if needed
|
|
1182
|
+
|
|
1183
|
+
### Installed Hooks (5 total)
|
|
1184
|
+
|
|
1185
|
+
| Hook | Status | Feature |
|
|
1186
|
+
|------|--------|---------|
|
|
1187
|
+
| **SessionStart** | ✅ Active | Project status summary (language, Git, SPEC progress, checkpoints) |
|
|
1188
|
+
| **PreToolUse** | ✅ Active | Risk detection + auto checkpoint (critical-delete, delete, merge, script) |
|
|
1189
|
+
| **UserPromptSubmit** | ✅ Active | JIT context loading (auto-load related SPEC, tests, code, docs) |
|
|
1190
|
+
| **PostToolUse** | ✅ Active | Auto-run tests after code changes (9 languages: Python, TS, JS, Go, Rust, Java, Kotlin, Swift, Dart) |
|
|
1191
|
+
| **SessionEnd** | ✅ Active | Session cleanup and state saving |
|
|
1192
|
+
|
|
1193
|
+
### Future Enhancements
|
|
1194
|
+
|
|
1195
|
+
- **Notification**: Important event alerts (logging, notifications)
|
|
1196
|
+
- **Stop/SubagentStop**: Cleanup when agents terminate
|
|
1197
|
+
- Advanced security: `dd` commands, supply chain checks
|
|
1198
|
+
|
|
1199
|
+
### Learn More
|
|
1200
|
+
|
|
1201
|
+
- Comprehensive analysis: `.moai/reports/hooks-analysis-and-implementation.md`
|
|
1202
|
+
- PostToolUse implementation: `.moai/reports/phase3-posttool-implementation-complete.md`
|
|
1203
|
+
- Security enhancements: `.moai/reports/security-enhancement-critical-delete.md`
|
|
1204
|
+
- Hook implementation: `.claude/hooks/alfred/`
|
|
1205
|
+
- Hook tests: `tests/hooks/`
|
|
1206
|
+
|
|
1207
|
+
---
|
|
1208
|
+
|
|
1090
1209
|
## Frequently Asked Questions (FAQ)
|
|
1091
1210
|
|
|
1092
1211
|
- **Q. Can I install on an existing project?**
|
|
@@ -1102,40 +1221,310 @@ Claude Code session management
|
|
|
1102
1221
|
|
|
1103
1222
|
## v0.4 Series Updates (New!)
|
|
1104
1223
|
|
|
1105
|
-
| Version
|
|
1106
|
-
|
|
|
1107
|
-
| **v0.4.
|
|
1108
|
-
| **v0.4.
|
|
1109
|
-
| **v0.4.
|
|
1110
|
-
| **v0.4.
|
|
1111
|
-
| **v0.4.
|
|
1112
|
-
| **v0.4.
|
|
1224
|
+
| Version | Key Features | Date |
|
|
1225
|
+
| ---------- | ------------------------------------------------------------------------------------ | ---------- |
|
|
1226
|
+
| **v0.4.10** | 🔧 Hook robustness improvements + Bilingual documentation + Template language config | 2025-10-23 |
|
|
1227
|
+
| **v0.4.9** | 🎯 Hook JSON schema validation fixes + Comprehensive tests (468/468 passing) | 2025-10-23 |
|
|
1228
|
+
| **v0.4.8** | 🚀 Release automation + PyPI deployment + Skills refinement | 2025-10-23 |
|
|
1229
|
+
| **v0.4.7** | 📖 Korean language optimization + SPEC-First principle documentation | 2025-10-22 |
|
|
1230
|
+
| **v0.4.6** | 🎉 Complete Skills v2.0 (100% Production-Ready) + 85,000 lines official docs + 300+ TDD examples | 2025-10-22 |
|
|
1231
|
+
| **v0.4.5** | ✅ CI/CD fixes + Multi-language README + Deployment cleanup | 2025-10-22 |
|
|
1113
1232
|
|
|
1114
|
-
> 📦 **Install Now**: `pip install moai-adk==0.4.
|
|
1233
|
+
> 📦 **Install Now**: `pip install moai-adk==0.4.10` or `uv tool install moai-adk==0.4.10`
|
|
1234
|
+
|
|
1235
|
+
---
|
|
1236
|
+
|
|
1237
|
+
##
|
|
1238
|
+
|
|
1239
|
+
## Second Practice: Mini Kanban Board
|
|
1240
|
+
|
|
1241
|
+
This section goes beyond the first Todo API example and outlines a full 4-week full‑stack project.
|
|
1242
|
+
|
|
1243
|
+
Let’s build a Mini Kanban Board web application designed to help you master MoAI‑ADK end‑to‑end. This project lets you experience every step of SPEC‑First TDD.
|
|
1244
|
+
|
|
1245
|
+
### Project Overview
|
|
1246
|
+
|
|
1247
|
+
- Backend: FastAPI + Pydantic v2 + uv + WebSocket (Python)
|
|
1248
|
+
- Frontend: React 19 + TypeScript 5.9 + Vite + Zustand + TanStack Query
|
|
1249
|
+
- Real-time: Multi‑client sync over WebSocket
|
|
1250
|
+
- Storage: Local filesystem (.moai/specs/)
|
|
1251
|
+
- DevOps: Docker Compose + GitHub Actions CI/CD + Playwright E2E
|
|
1252
|
+
|
|
1253
|
+
### 4‑Week Timeline
|
|
1254
|
+
|
|
1255
|
+
```mermaid
|
|
1256
|
+
gantt
|
|
1257
|
+
title Mini Kanban Board — 4‑week plan
|
|
1258
|
+
dateFormat YYYY-MM-DD
|
|
1259
|
+
|
|
1260
|
+
section Phase 1: Backend Basics
|
|
1261
|
+
CH07: Define SPEC-001~004 :active, ch07-spec, 2025-11-03, 1d
|
|
1262
|
+
CH07: Implement SpecScanner (TDD) :active, ch07-impl, 2025-11-04, 1d
|
|
1263
|
+
|
|
1264
|
+
section Phase 2: Backend Advanced
|
|
1265
|
+
CH08: Implement REST API :active, ch08-api, 2025-11-05, 1d
|
|
1266
|
+
CH08: WebSocket + File Watch :active, ch08-ws, 2025-11-06, 1d
|
|
1267
|
+
|
|
1268
|
+
section Phase 3: Frontend Basics
|
|
1269
|
+
CH09: React init + SPEC-009~012 :active, ch09-spec, 2025-11-10, 1d
|
|
1270
|
+
CH09: Kanban Board (TDD) :active, ch09-impl, 2025-11-11, 1d
|
|
1271
|
+
|
|
1272
|
+
section Phase 4: Advanced + Deploy
|
|
1273
|
+
CH10: E2E + CI/CD :active, ch10-e2e, 2025-11-12, 1d
|
|
1274
|
+
CH10: Docker Compose + Optimize :active, ch10-deploy, 2025-11-13, 1d
|
|
1275
|
+
```
|
|
1276
|
+
|
|
1277
|
+
### 16‑SPEC Roadmap
|
|
1278
|
+
|
|
1279
|
+
| Phase | SPEC ID | Title | Stack | Est. | Status |
|
|
1280
|
+
|------|---------|-------|-------|------|--------|
|
|
1281
|
+
| Backend Basics | SPEC-001 | SPEC file scanner | FastAPI + pathlib + YAML | 1h | 📋 |
|
|
1282
|
+
| | SPEC-002 | YAML metadata parser | Pydantic v2 validation | 1h | 📋 |
|
|
1283
|
+
| | SPEC-003 | GET /api/specs (list) | FastAPI router | 0.5h | 📋 |
|
|
1284
|
+
| | SPEC-004 | GET /api/specs/{id} (detail) | FastAPI router | 0.5h | 📋 |
|
|
1285
|
+
| Backend Advanced | SPEC-005 | PATCH /api/specs/{id}/status | FastAPI + update | 1h | 📋 |
|
|
1286
|
+
| | SPEC-006 | GET /api/specs/summary | Aggregation | 0.5h | 📋 |
|
|
1287
|
+
| | SPEC-007 | File watcher | watchdog + async | 1h | 📋 |
|
|
1288
|
+
| | SPEC-008 | WebSocket events | FastAPI WebSocket | 1.5h | 📋 |
|
|
1289
|
+
| Frontend Basics | SPEC-009 | Kanban layout | React + CSS Grid | 1.5h | 📋 |
|
|
1290
|
+
| | SPEC-010 | SPEC card component | React + TypeScript | 1h | 📋 |
|
|
1291
|
+
| | SPEC-011 | TanStack Query integration | useQuery + useMutation | 1.5h | 📋 |
|
|
1292
|
+
| | SPEC-012 | Drag & Drop | React Beautiful DnD | 1.5h | 📋 |
|
|
1293
|
+
| Advanced + Deploy | SPEC-013 | E2E automated tests | Playwright | 1.5h | 📋 |
|
|
1294
|
+
| | SPEC-014 | GitHub Actions CI/CD | Test + Release | 1h | 📋 |
|
|
1295
|
+
| | SPEC-015 | Docker Compose deploy | Multi‑container | 1h | 📋 |
|
|
1296
|
+
| | SPEC-016 | Performance + extensions | Caching + WS tuning | 1.5h | 📋 |
|
|
1297
|
+
| | | Overall | | 20h | |
|
|
1298
|
+
|
|
1299
|
+
### System Architecture
|
|
1300
|
+
|
|
1301
|
+
```
|
|
1302
|
+
┌─────────────────────────────────────────────────────────────┐
|
|
1303
|
+
│ Mini Kanban Board — Architecture │
|
|
1304
|
+
└─────────────────────────────────────────────────────────────┘
|
|
1305
|
+
|
|
1306
|
+
┌──────────────────────┐ ┌────────────────────────┐
|
|
1307
|
+
│ 📱 Frontend │ │ 🖥️ Backend Server │
|
|
1308
|
+
│ (React 19 + Vite) │◄───────►│ (FastAPI + Pydantic) │
|
|
1309
|
+
│ │ REST │ │
|
|
1310
|
+
│ ┌──────────────────┐ │ API + │ ┌──────────────────┐ │
|
|
1311
|
+
│ │ DashboardHeader │ │WebSocket│ │ GET /api/specs │ │
|
|
1312
|
+
│ ├──────────────────┤ │ │ ├──────────────────┤ │
|
|
1313
|
+
│ │ KanbanBoard │ │ │ │ PATCH /api/specs/{id}││
|
|
1314
|
+
│ │ ┌──────────────┐ │ │ │ │ /status │ │
|
|
1315
|
+
│ │ │ Column: Draft│ │ │ │ ├──────────────────┤ │
|
|
1316
|
+
│ │ │ Column: Active││ │ │ │ WebSocket │ │
|
|
1317
|
+
│ │ │ Column: Done │ │ │ │ │ /ws │ │
|
|
1318
|
+
│ │ └──────────────┘ │ │ │ │ │ │
|
|
1319
|
+
│ ├──────────────────┤ │ │ ├──────────────────┤ │
|
|
1320
|
+
│ │ SpecCard (DnD) │ │ │ │ SpecScanner │ │
|
|
1321
|
+
│ ├──────────────────┤ │ │ │ (.moai/specs/) │ │
|
|
1322
|
+
│ │ SearchBar │ │ │ ├──────────────────┤ │
|
|
1323
|
+
│ └──────────────────┘ │ │ │ YAML Parser │ │
|
|
1324
|
+
│ │ │ │ (Pydantic v2) │ │
|
|
1325
|
+
│ Zustand Store: │ │ └──────────────────┘ │
|
|
1326
|
+
│ • filterStore │ │ │
|
|
1327
|
+
│ • uiStore │ │ File System: │
|
|
1328
|
+
│ │ │ .moai/specs/ │
|
|
1329
|
+
│ TanStack Query: │ │ SPEC-001/ │
|
|
1330
|
+
│ • useQuery │ │ SPEC-002/ │
|
|
1331
|
+
│ • useMutation │ │ ... │
|
|
1332
|
+
└──────────────────────┘ └────────────────────────┘
|
|
1333
|
+
│ │
|
|
1334
|
+
│ WebSocket │
|
|
1335
|
+
└────────────────────────────────────┘
|
|
1336
|
+
(Real-time Sync)
|
|
1337
|
+
```
|
|
1338
|
+
|
|
1339
|
+
### Phase Details
|
|
1340
|
+
|
|
1341
|
+
#### Phase 1: Backend Basics (SPEC-001~004)
|
|
1342
|
+
|
|
1343
|
+
Goal: Build the core data scanning service with FastAPI + Pydantic v2 + uv
|
|
1344
|
+
|
|
1345
|
+
```bash
|
|
1346
|
+
# 1) Initialize project
|
|
1347
|
+
/alfred:0-project
|
|
1348
|
+
# → creates .moai/, backend/, frontend/
|
|
1349
|
+
# → configures .moai/config.json
|
|
1350
|
+
|
|
1351
|
+
# 2) Write SPECs (SPEC-001~004)
|
|
1352
|
+
/alfred:1-plan
|
|
1353
|
+
# → SPEC-001: SPEC file scanner
|
|
1354
|
+
# → SPEC-002: YAML metadata parser
|
|
1355
|
+
# → SPEC-003: GET /api/specs endpoint
|
|
1356
|
+
# → SPEC-004: GET /api/specs/{id} endpoint
|
|
1357
|
+
|
|
1358
|
+
# 3) TDD (RED → GREEN → REFACTOR)
|
|
1359
|
+
/alfred:2-run SPEC-001
|
|
1360
|
+
/alfred:2-run SPEC-002
|
|
1361
|
+
/alfred:2-run SPEC-003
|
|
1362
|
+
/alfred:2-run SPEC-004
|
|
1363
|
+
```
|
|
1364
|
+
|
|
1365
|
+
Key Concepts:
|
|
1366
|
+
- FastAPI project structure
|
|
1367
|
+
- Pydantic v2 validation
|
|
1368
|
+
- YAML front matter parsing
|
|
1369
|
+
- Dependency Injection
|
|
1370
|
+
- First TDD cycle completed
|
|
1371
|
+
|
|
1372
|
+
#### Phase 2: Backend Advanced (SPEC-005~008)
|
|
1373
|
+
|
|
1374
|
+
Goal: Implement file watching and WebSocket real-time events
|
|
1375
|
+
|
|
1376
|
+
```bash
|
|
1377
|
+
# REST endpoints
|
|
1378
|
+
/alfred:2-run SPEC-005 # PATCH /api/specs/{id}/status
|
|
1379
|
+
/alfred:2-run SPEC-006 # GET /api/specs/summary
|
|
1380
|
+
|
|
1381
|
+
# WebSocket + File Watcher
|
|
1382
|
+
/alfred:2-run SPEC-007 # File watching (watchdog)
|
|
1383
|
+
/alfred:2-run SPEC-008 # WebSocket broadcast
|
|
1384
|
+
|
|
1385
|
+
# TRUST 5 verification
|
|
1386
|
+
/alfred:3-sync # verify all principles
|
|
1387
|
+
```
|
|
1388
|
+
|
|
1389
|
+
Key Concepts:
|
|
1390
|
+
- File system monitoring (watchdog)
|
|
1391
|
+
- FastAPI WebSocket endpoint
|
|
1392
|
+
- Async event broadcast
|
|
1393
|
+
- Automated TRUST 5 verification
|
|
1394
|
+
|
|
1395
|
+
#### Phase 3: Frontend Basics (SPEC-009~012)
|
|
1396
|
+
|
|
1397
|
+
Goal: Build Kanban UI with React 19 + TypeScript + Vite
|
|
1398
|
+
|
|
1399
|
+
```bash
|
|
1400
|
+
# Initialize React + Vite
|
|
1401
|
+
cd frontend
|
|
1402
|
+
npm create vite@latest . -- --template react-ts
|
|
1403
|
+
|
|
1404
|
+
# TanStack Query + Zustand
|
|
1405
|
+
npm install @tanstack/react-query zustand
|
|
1406
|
+
|
|
1407
|
+
# SPECs
|
|
1408
|
+
/alfred:1-plan SPEC-009 # layout
|
|
1409
|
+
/alfred:1-plan SPEC-010 # card component
|
|
1410
|
+
/alfred:1-plan SPEC-011 # TanStack Query integration
|
|
1411
|
+
/alfred:1-plan SPEC-012 # drag & drop
|
|
1412
|
+
|
|
1413
|
+
# TDD
|
|
1414
|
+
/alfred:2-run SPEC-009
|
|
1415
|
+
/alfred:2-run SPEC-010
|
|
1416
|
+
/alfred:2-run SPEC-011
|
|
1417
|
+
/alfred:2-run SPEC-012
|
|
1418
|
+
```
|
|
1419
|
+
|
|
1420
|
+
Key Concepts:
|
|
1421
|
+
- React 19 Hooks (useState, useEffect, useContext)
|
|
1422
|
+
- TypeScript 5.9 strict typing
|
|
1423
|
+
- TanStack Query (useQuery, useMutation)
|
|
1424
|
+
- Zustand state management
|
|
1425
|
+
- React Beautiful DnD drag & drop
|
|
1426
|
+
|
|
1427
|
+
#### Phase 4: Advanced + Deploy (SPEC-013~016)
|
|
1428
|
+
|
|
1429
|
+
Goal: E2E tests, CI/CD, Docker deployment, performance optimization
|
|
1430
|
+
|
|
1431
|
+
```bash
|
|
1432
|
+
# E2E tests (Playwright)
|
|
1433
|
+
/alfred:2-run SPEC-013
|
|
1434
|
+
|
|
1435
|
+
# GitHub Actions CI/CD
|
|
1436
|
+
/alfred:2-run SPEC-014
|
|
1437
|
+
|
|
1438
|
+
# Docker Compose deploy
|
|
1439
|
+
/alfred:2-run SPEC-015
|
|
1440
|
+
|
|
1441
|
+
# Performance optimization
|
|
1442
|
+
/alfred:2-run SPEC-016
|
|
1443
|
+
```
|
|
1444
|
+
|
|
1445
|
+
Key Concepts:
|
|
1446
|
+
- Playwright E2E automation
|
|
1447
|
+
- GitHub Actions workflows
|
|
1448
|
+
- Docker multi-stage builds
|
|
1449
|
+
- Production performance tuning
|
|
1450
|
+
|
|
1451
|
+
### Quick Start Guide
|
|
1452
|
+
|
|
1453
|
+
#### Step 1: Initialize project
|
|
1454
|
+
|
|
1455
|
+
```bash
|
|
1456
|
+
# Install MoAI-ADK
|
|
1457
|
+
pip install moai-adk==0.4.6
|
|
1458
|
+
|
|
1459
|
+
# Create project
|
|
1460
|
+
mkdir mini-kanban-board && cd mini-kanban-board
|
|
1461
|
+
git init
|
|
1462
|
+
|
|
1463
|
+
# Initialize with Alfred
|
|
1464
|
+
/alfred:0-project
|
|
1465
|
+
```
|
|
1466
|
+
|
|
1467
|
+
#### Step 2: Write SPECs
|
|
1468
|
+
|
|
1469
|
+
```bash
|
|
1470
|
+
# Start planning
|
|
1471
|
+
/alfred:1-plan
|
|
1472
|
+
|
|
1473
|
+
# Answer prompts:
|
|
1474
|
+
# - Project name: Mini Kanban Board
|
|
1475
|
+
# - Tech stack: FastAPI + React 19
|
|
1476
|
+
# - Duration: 4-week practice project
|
|
1477
|
+
```
|
|
1478
|
+
|
|
1479
|
+
#### Step 3: Start TDD
|
|
1480
|
+
|
|
1481
|
+
```bash
|
|
1482
|
+
# Phase 1 (Backend basics)
|
|
1483
|
+
/alfred:2-run SPEC-001 # first TDD cycle
|
|
1484
|
+
|
|
1485
|
+
# Phase 2 (Backend advanced)
|
|
1486
|
+
/alfred:2-run SPEC-005
|
|
1487
|
+
/alfred:2-run SPEC-006
|
|
1488
|
+
/alfred:2-run SPEC-007
|
|
1489
|
+
/alfred:2-run SPEC-008
|
|
1490
|
+
|
|
1491
|
+
# Phase 3 (Frontend basics)
|
|
1492
|
+
cd frontend
|
|
1493
|
+
/alfred:2-run SPEC-009
|
|
1494
|
+
/alfred:2-run SPEC-010
|
|
1495
|
+
/alfred:2-run SPEC-011
|
|
1496
|
+
/alfred:2-run SPEC-012
|
|
1497
|
+
|
|
1498
|
+
# Phase 4 (Advanced + deploy)
|
|
1499
|
+
/alfred:2-run SPEC-013
|
|
1500
|
+
/alfred:2-run SPEC-014
|
|
1501
|
+
/alfred:2-run SPEC-015
|
|
1502
|
+
/alfred:2-run SPEC-016
|
|
1503
|
+
```
|
|
1115
1504
|
|
|
1116
1505
|
---
|
|
1117
1506
|
|
|
1118
1507
|
## Additional Resources
|
|
1119
1508
|
|
|
1120
|
-
| Purpose
|
|
1121
|
-
|
|
|
1122
|
-
| Skills detailed structure | `.claude/skills/` directory (56 Skills)
|
|
1123
|
-
| Sub-agent details
|
|
1124
|
-
| Workflow guide
|
|
1125
|
-
| Development guidelines
|
|
1126
|
-
| Release notes
|
|
1509
|
+
| Purpose | Resource |
|
|
1510
|
+
| ------------------------- | -------------------------------------------------------------------- |
|
|
1511
|
+
| Skills detailed structure | `.claude/skills/` directory (56 Skills) |
|
|
1512
|
+
| Sub-agent details | `.claude/agents/alfred/` directory |
|
|
1513
|
+
| Workflow guide | `.claude/commands/alfred/` (0-3 commands) |
|
|
1514
|
+
| Development guidelines | `.moai/memory/development-guide.md`, `.moai/memory/spec-metadata.md` |
|
|
1515
|
+
| Release notes | GitHub Releases: https://github.com/modu-ai/moai-adk/releases |
|
|
1127
1516
|
|
|
1128
1517
|
---
|
|
1129
1518
|
|
|
1130
1519
|
## Community & Support
|
|
1131
1520
|
|
|
1132
|
-
| Channel
|
|
1133
|
-
|
|
|
1134
|
-
| **GitHub Repository**
|
|
1135
|
-
| **Issues & Discussions** | https://github.com/modu-ai/moai-adk/issues
|
|
1136
|
-
| **PyPI Package**
|
|
1137
|
-
| **Latest Release**
|
|
1138
|
-
| **Documentation**
|
|
1521
|
+
| Channel | Link |
|
|
1522
|
+
| ------------------------ | ------------------------------------------------------- |
|
|
1523
|
+
| **GitHub Repository** | https://github.com/modu-ai/moai-adk |
|
|
1524
|
+
| **Issues & Discussions** | https://github.com/modu-ai/moai-adk/issues |
|
|
1525
|
+
| **PyPI Package** | https://pypi.org/project/moai-adk/ (Latest: v0.4.6) |
|
|
1526
|
+
| **Latest Release** | https://github.com/modu-ai/moai-adk/releases/tag/v0.4.6 |
|
|
1527
|
+
| **Documentation** | See `.moai/`, `.claude/`, `docs/` within project |
|
|
1139
1528
|
|
|
1140
1529
|
---
|
|
1141
1530
|
|
|
@@ -1155,8 +1544,11 @@ Start a new experience of **trustworthy AI development** with Alfred! 🤖
|
|
|
1155
1544
|
|
|
1156
1545
|
---
|
|
1157
1546
|
|
|
1158
|
-
**MoAI-ADK v0.4.
|
|
1547
|
+
**MoAI-ADK v0.4.10** — SPEC-First TDD with AI SuperAgent & Complete Skills v2.0
|
|
1159
1548
|
- 📦 PyPI: https://pypi.org/project/moai-adk/
|
|
1160
1549
|
- 🏠 GitHub: https://github.com/modu-ai/moai-adk
|
|
1161
1550
|
- 📝 License: MIT
|
|
1162
|
-
- ⭐ Skills:
|
|
1551
|
+
- ⭐ Skills: 55+ Production-Ready Guides
|
|
1552
|
+
- ✅ Tests: 468/468 Passing (86% coverage)
|
|
1553
|
+
|
|
1554
|
+
---
|