@code-migration/wow-migrator 0.1.8 → 0.2.0
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.
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@ description: |
|
|
|
6
6
|
Do NOT use for quick file/symbol lookup, non-Android codebases, or single-agent skill authoring.
|
|
7
7
|
version: "0.6"
|
|
8
8
|
kind: swarm-skill
|
|
9
|
-
disable-model-invocation:
|
|
9
|
+
disable-model-invocation: false
|
|
10
10
|
roles:
|
|
11
11
|
- id: analysis-workspace-state
|
|
12
12
|
kind: ai_agent
|
|
@@ -6,7 +6,7 @@ description: |
|
|
|
6
6
|
Do NOT invoke before android-project-analyst completes P6. Do NOT treat migrator completion as final without invoking kmp-test-validator at V0. Do NOT use for Legacy Android analysis only, KMP-only feature work, or non-migration refactors.
|
|
7
7
|
version: "0.7"
|
|
8
8
|
kind: swarm-skill
|
|
9
|
-
disable-model-invocation:
|
|
9
|
+
disable-model-invocation: false
|
|
10
10
|
roles:
|
|
11
11
|
- id: migration-workspace-state
|
|
12
12
|
kind: ai_agent
|
|
@@ -6,7 +6,7 @@ description: |
|
|
|
6
6
|
Do NOT use for generic KMP testing, KMP-only feature work, isolated Gradle troubleshooting, Android analysis, or non-migration refactors.
|
|
7
7
|
version: "0.5"
|
|
8
8
|
kind: swarm-skill
|
|
9
|
-
disable-model-invocation:
|
|
9
|
+
disable-model-invocation: false
|
|
10
10
|
roles:
|
|
11
11
|
- id: validation-workspace-state
|
|
12
12
|
kind: ai_agent
|
|
@@ -6,7 +6,7 @@ description: |
|
|
|
6
6
|
Do NOT use for direct source lookup, single-file edits, generic KMP testing without migration context, or standalone implementation work.
|
|
7
7
|
version: "0.2"
|
|
8
8
|
kind: swarm-skill
|
|
9
|
-
disable-model-invocation:
|
|
9
|
+
disable-model-invocation: false
|
|
10
10
|
roles:
|
|
11
11
|
- id: task-route-orchestrator
|
|
12
12
|
kind: ai_agent
|