moai-adk 0.5.0__py3-none-any.whl → 0.5.1__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.
- moai_adk/core/project/detector.py +11 -2
- moai_adk/templates/.claude/settings.json +5 -5
- {moai_adk-0.5.0.dist-info → moai_adk-0.5.1.dist-info}/METADATA +1 -1
- {moai_adk-0.5.0.dist-info → moai_adk-0.5.1.dist-info}/RECORD +7 -7
- {moai_adk-0.5.0.dist-info → moai_adk-0.5.1.dist-info}/WHEEL +0 -0
- {moai_adk-0.5.0.dist-info → moai_adk-0.5.1.dist-info}/entry_points.txt +0 -0
- {moai_adk-0.5.0.dist-info → moai_adk-0.5.1.dist-info}/licenses/LICENSE +0 -0
|
@@ -16,7 +16,17 @@ class LanguageDetector:
|
|
|
16
16
|
"""
|
|
17
17
|
|
|
18
18
|
LANGUAGE_PATTERNS = {
|
|
19
|
-
#
|
|
19
|
+
# Ruby moved to top for priority (Rails detection over generic frameworks)
|
|
20
|
+
# @CODE:LANG-DETECT-RUBY-001 | SPEC: Issue #51 Language Detection Fix
|
|
21
|
+
"ruby": [
|
|
22
|
+
"*.rb",
|
|
23
|
+
"Gemfile",
|
|
24
|
+
"Gemfile.lock", # Bundler: lock file (unique to Ruby)
|
|
25
|
+
"config/routes.rb", # Rails: routing file (unique identifier)
|
|
26
|
+
"app/controllers/", # Rails: controller directory
|
|
27
|
+
"Rakefile" # Rails/Ruby: task file
|
|
28
|
+
],
|
|
29
|
+
# PHP moved to second for priority (Laravel detection after Rails)
|
|
20
30
|
"php": [
|
|
21
31
|
"*.php",
|
|
22
32
|
"composer.json",
|
|
@@ -34,7 +44,6 @@ class LanguageDetector:
|
|
|
34
44
|
"swift": ["*.swift", "Package.swift"],
|
|
35
45
|
"kotlin": ["*.kt", "build.gradle.kts"],
|
|
36
46
|
"csharp": ["*.cs", "*.csproj"],
|
|
37
|
-
"ruby": ["*.rb", "Gemfile"],
|
|
38
47
|
"elixir": ["*.ex", "mix.exs"],
|
|
39
48
|
"scala": ["*.scala", "build.sbt"],
|
|
40
49
|
"clojure": ["*.clj", "project.clj"],
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
{
|
|
11
11
|
"hooks": [
|
|
12
12
|
{
|
|
13
|
-
"command": "
|
|
13
|
+
"command": "python .claude/hooks/alfred/alfred_hooks.py SessionStart",
|
|
14
14
|
"type": "command"
|
|
15
15
|
}
|
|
16
16
|
]
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
{
|
|
21
21
|
"hooks": [
|
|
22
22
|
{
|
|
23
|
-
"command": "
|
|
23
|
+
"command": "python .claude/hooks/alfred/alfred_hooks.py PreToolUse",
|
|
24
24
|
"type": "command"
|
|
25
25
|
}
|
|
26
26
|
],
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
{
|
|
32
32
|
"hooks": [
|
|
33
33
|
{
|
|
34
|
-
"command": "
|
|
34
|
+
"command": "python .claude/hooks/alfred/alfred_hooks.py UserPromptSubmit",
|
|
35
35
|
"type": "command"
|
|
36
36
|
}
|
|
37
37
|
]
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
{
|
|
42
42
|
"hooks": [
|
|
43
43
|
{
|
|
44
|
-
"command": "
|
|
44
|
+
"command": "python .claude/hooks/alfred/alfred_hooks.py SessionEnd",
|
|
45
45
|
"type": "command"
|
|
46
46
|
}
|
|
47
47
|
]
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
{
|
|
52
52
|
"hooks": [
|
|
53
53
|
{
|
|
54
|
-
"command": "
|
|
54
|
+
"command": "python .claude/hooks/alfred/alfred_hooks.py PostToolUse",
|
|
55
55
|
"type": "command"
|
|
56
56
|
}
|
|
57
57
|
],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: moai-adk
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.1
|
|
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
|
|
@@ -23,7 +23,7 @@ moai_adk/core/git/manager.py,sha256=pNqdW4ZON5OCXyrNxynR-ewzIDHYm9_NrgM9aOAOLKg,
|
|
|
23
23
|
moai_adk/core/project/__init__.py,sha256=w_VdJ6lJDkTMdYYEwj0Io6Ay3ekqsLO3qXInSfXX7Vs,134
|
|
24
24
|
moai_adk/core/project/backup_utils.py,sha256=-zEXIhGsM-MdX1voUIpKxLlR57Y-lqLEZSi8noeKV1E,1775
|
|
25
25
|
moai_adk/core/project/checker.py,sha256=B94mGLHDZkjQnFDgV8sknJDms5oIiHeyKcgxWI87-f8,9523
|
|
26
|
-
moai_adk/core/project/detector.py,sha256=
|
|
26
|
+
moai_adk/core/project/detector.py,sha256=ADVg36yvyqJEPQVNc_x9iInF9dzi7YZqqXfDq2XL17Q,4230
|
|
27
27
|
moai_adk/core/project/initializer.py,sha256=cR4I7bvoREOQDd0QNee676iOh6Vf3REy2601YnRVTYc,6636
|
|
28
28
|
moai_adk/core/project/phase_executor.py,sha256=DDZRHGrOFYB5DLqHDzcvkAye02EKYXKQjuOmfHeD3Wk,10219
|
|
29
29
|
moai_adk/core/project/validator.py,sha256=gH9ywTMQTwqtqBVrMWj5_bPYFrVzjHuFoU4QdeVa1O4,5756
|
|
@@ -40,7 +40,7 @@ moai_adk/core/template/processor.py,sha256=W4M3BNrlfA0dHRwvPWIkJmJwhkNDglXaNzsYB
|
|
|
40
40
|
moai_adk/templates/.gitignore,sha256=6VNKResdDpyaii3cmJA4pOLwK2PhYARIWkUODYtKyxg,310
|
|
41
41
|
moai_adk/templates/CLAUDE.md,sha256=k4XxvngGZkdGO24As5cNIGv9R7wdA0JlLt4_FMDZ7pE,42149
|
|
42
42
|
moai_adk/templates/__init__.py,sha256=6MV1gCB7PLZMiL4gaD_dZSKxtcQyo45MMTuN8fVdchA,104
|
|
43
|
-
moai_adk/templates/.claude/settings.json,sha256=
|
|
43
|
+
moai_adk/templates/.claude/settings.json,sha256=G0lgOHbD31LLir5OwDIawGzk_nKM-oXOi3Djr4vQST8,3149
|
|
44
44
|
moai_adk/templates/.claude/agents/alfred/cc-manager.md,sha256=nyiNtcSqvLKK8Mp88hhTFBqrpsRiTqtNTpnAo1m0qQg,8048
|
|
45
45
|
moai_adk/templates/.claude/agents/alfred/debug-helper.md,sha256=OLe7QjyBFSfIA6PpdhXOKPvevCMGQtJlg9OBh68XJWs,6221
|
|
46
46
|
moai_adk/templates/.claude/agents/alfred/doc-syncer.md,sha256=WGkJAc5pmsGx3-7h109fbPqPlMt83lb22JurCAHuvFM,7609
|
|
@@ -261,8 +261,8 @@ moai_adk/templates/.moai/project/tech.md,sha256=REecMv8wOvutt-pQZ5nlGk5YdReTan7A
|
|
|
261
261
|
moai_adk/utils/__init__.py,sha256=VnVfQzzKHvKw4bNdEw5xdscnRQYFrnr-v_TOBr3naPs,225
|
|
262
262
|
moai_adk/utils/banner.py,sha256=znppKd5yo-tTqgyhgPVJjstrTrfcy_v3X1_RFQxP4Fk,1878
|
|
263
263
|
moai_adk/utils/logger.py,sha256=g-m07PGKjK2bKRIInfSn6m-024Bedai-pV_WjZKDeu8,5064
|
|
264
|
-
moai_adk-0.5.
|
|
265
|
-
moai_adk-0.5.
|
|
266
|
-
moai_adk-0.5.
|
|
267
|
-
moai_adk-0.5.
|
|
268
|
-
moai_adk-0.5.
|
|
264
|
+
moai_adk-0.5.1.dist-info/METADATA,sha256=aOnCz264cE6pkDf2UaUeNqI4odlZlLejriPGNb7j8Ps,62659
|
|
265
|
+
moai_adk-0.5.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
266
|
+
moai_adk-0.5.1.dist-info/entry_points.txt,sha256=P9no1794UipqH72LP-ltdyfVd_MeB1WKJY_6-JQgV3U,52
|
|
267
|
+
moai_adk-0.5.1.dist-info/licenses/LICENSE,sha256=M1M2b07fWcSWRM6_P3wbZKndZvyfHyYk_Wu9bS8F7o8,1069
|
|
268
|
+
moai_adk-0.5.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|